Template:ORGANIZATION: Difference between revisions
Jump to navigation
Jump to search
King Horror (talk | contribs) (Created page with "<includeonly>{{Infobox|title={{{title1|{{{title|{{PAGENAME}}}}}}}}|image={{{image1|{{{image}}}}}}|content={{Infobox/row|Caption|{{{caption1|}}}}}{{Infobox/row|Founded|{{{founded|}}}}}{{Infobox/row|Founders|{{{founders|}}}}}{{Infobox/row|Time Period|{{{time_period|}}}}}{{Infobox/row|Historical Context|{{{historical_context|}}}}}{{Infobox/row|Members|{{{members|}}}}}{{Infobox/row|Goals|{{{goals|}}}}}{{Infobox/row|Political Ideology|{{{political_ideology|}}}}}{{Infobox/row|...") |
No edit summary |
||
(7 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
<includeonly>{{Infobox|title= | <includeonly>{{Infobox|title={{{title|{{PAGENAME}}}}}|image={{{image}}}|caption={{{caption|{{{caption1|}}}}}}|content={{Infobox/row|Founded|{{{founded|}}}}}{{Infobox/row|Founders|{{{founders|}}}}}{{Infobox/row|Time Period|{{{time_period|}}}}}{{Infobox/row|Historical Context|{{{historical_context|}}}}}{{Infobox/row|Members|{{{members|}}}}}{{Infobox/row|Goals|{{{goals|}}}}}{{Infobox/row|Political Ideology|{{{political_ideology|}}}}}{{Infobox/row|Allies|{{{allies|}}}}}{{Infobox/row|Enemies|{{{enemies|}}}}}}}</includeonly><noinclude> | ||
<templatedata> | <templatedata> | ||
{ | { | ||
"params": { | "params": { | ||
"title": { | "title": { | ||
"description": "The name to show above the image. Defaults to the page name", | "description": "The name to show above the image. Defaults to the page name", | ||
"type": "string" | "type": "string" | ||
}, | }, | ||
"image": { | "image": { | ||
"description": "The image to show in the infobox", | |||
"description": "The image to show in the | |||
"type": "wiki-file-name", | "type": "wiki-file-name", | ||
"required": true | "required": true | ||
}, | }, | ||
"founded": { | "founded": { | ||
"description": "When this | "description": "When this organisation was founded" | ||
}, | }, | ||
"founders": { | "founders": { | ||
"description": " | "description": "Who founded it" | ||
}, | }, | ||
"time_period": { | "time_period": { | ||
"description": " | "description": "When it was founded or active", | ||
"type": "wiki-page-name" | "type": "wiki-page-name" | ||
}, | }, | ||
"historical_context": { | "historical_context": { | ||
"description": " | "description": "What led to the founding" | ||
}, | }, | ||
"members": { | "members": { | ||
"description": " | "description": "(Prominent) members of this organisation" | ||
}, | }, | ||
"goals": { | "goals": { | ||
"description": " | "description": "Why was this founded" | ||
}, | }, | ||
"political_ideology": { | "political_ideology": { | ||
"description": " | "description": "Ideology" | ||
}, | }, | ||
"allies": { | "allies": { | ||
"description": " | "description": "The group's allies." | ||
}, | |||
"enemies": { | "enemies": { | ||
"description": "The group's enemies." | |||
"description": "The | |||
}, | }, | ||
" | "caption": { | ||
"description": "Caption | "description": "Caption below the image", | ||
"type": "string" | "type": "string" | ||
} | } | ||
}, | }, | ||
"description": "Template used to display | "description": "Template used to display organizations. Only the image is required. The title defaults to the pagename.\n\nTo include additional character information in a page, use the ‘Character Sheet’ template (capitalisation matters!).", | ||
"paramOrder": [ | |||
"title", | |||
"image", | |||
"caption", | |||
"founded", | |||
"founders", | |||
"time_period", | |||
"historical_context", | |||
"members", | |||
"goals", | |||
"political_ideology", | |||
"allies", | |||
"enemies" | |||
] | |||
} | } | ||
</templatedata> | </templatedata> | ||
</noinclude> | </noinclude> |
Latest revision as of 23:00, 25 July 2024
Template used to display organizations. Only the image is required. The title defaults to the pagename. To include additional character information in a page, use the ‘Character Sheet’ template (capitalisation matters!).
Parameter | Description | Type | Status | |
---|---|---|---|---|
title | title | The name to show above the image. Defaults to the page name | String | optional |
image | image | The image to show in the infobox | File | required |
caption | caption | Caption below the image | String | optional |
founded | founded | When this organisation was founded | Unknown | optional |
founders | founders | Who founded it | Unknown | optional |
time_period | time_period | When it was founded or active | Page name | optional |
historical_context | historical_context | What led to the founding | Unknown | optional |
members | members | (Prominent) members of this organisation | Unknown | optional |
goals | goals | Why was this founded | Unknown | optional |
political_ideology | political_ideology | Ideology | Unknown | optional |
allies | allies | The group's allies. | Unknown | optional |
enemies | enemies | The group's enemies. | Unknown | optional |