Template:Organisation: Difference between revisions
Jump to navigation
Jump to search
(Created page with "<templatestyles src="Organisation/styles.css" /> <includeonly>{{Infobox/begin}} {{Infobox/Header|title={{PAGENAME}}|subtitle={{{full_title}}}}} {{Infobox/Illustration|file=...") |
mNo edit summary |
||
(25 intermediate revisions by 2 users not shown) | |||
Line 2: | Line 2: | ||
<includeonly>{{Infobox/begin}} |
<includeonly>{{Infobox/begin}} |
||
+ | |||
− | {{Infobox/Header|title={{PAGENAME}}|subtitle={{{full_title}}}}} |
+ | {{Infobox/Header|title={{#if:{{{abbreviation|}}}|{{{abbreviation|}}}|{{PAGENAME}}}}|subtitle={{#if:{{{full_title|}}}|{{{full_title|}}}|}}}} |
− | {{Infobox/Illustration|file=[[File:{{{flag}}}|300px]]|caption=Flag}} |
||
− | {{Infobox/Illustration| |
+ | {{Infobox/Dual Illustration|left_file={{#if:{{{flag|}}}|[[File:{{{flag}}}]]|}}|left_caption={{#if:{{{flag|}}}|Flag|}}|right_file={{#if:{{{emblem|}}}|[[File:{{{emblem}}}]]|}}|right_caption={{#if:{{{emblem|}}}|Emblem|}}}} |
− | {{Infobox/Illustration|file=[[File:{{{map}}} |
+ | {{Infobox/Illustration|file={{#if:{{{map|}}}|[[File:{{{map}}}]]|}}|caption={{{map_caption|}}}}} |
− | {{Infobox/Item|key=Founded|value={{{est_date}}}}} |
+ | {{Infobox/Item|key=Founded|value={{{est_date|}}}}} |
− | {{Infobox/Item|key=Dissolved|value={{{dis_date}}}}} |
+ | {{Infobox/Item|key=Dissolved|value={{{dis_date|}}}}} |
− | {{Infobox/Item|key= |
+ | {{Infobox/Item|key=General Nature|value={{{type}}}}} |
− | {{Infobox/Item|key= |
+ | {{Infobox/Item|key=Motto|value={{{motto}}}}} |
+ | {{Infobox/Item|key=Headquarters|value={{{location|}}}}} |
||
{{Infobox/Item|key=Membership|value={{{members}}}}} |
{{Infobox/Item|key=Membership|value={{{members}}}}} |
||
− | {{Infobox/Item|key={{{leader_title}}}|value={{{leader}}}}} |
+ | {{Infobox/Item|key={{{leader_title|}}}|value={{{leader|}}}}} |
{{Infobox/end}}</includeonly> |
{{Infobox/end}}</includeonly> |
||
<noinclude> |
<noinclude> |
||
{{Organisation |
{{Organisation |
||
+ | |abbreviation = [FON] |
||
|full_title = [Full Org Name] |
|full_title = [Full Org Name] |
||
|flag = KP dark.png|emblem = KP dark.png |
|flag = KP dark.png|emblem = KP dark.png |
||
Line 22: | Line 24: | ||
|dis_date = [date] |
|dis_date = [date] |
||
|type = [military/trade/etc] |
|type = [military/trade/etc] |
||
+ | |motto = [motto] |
||
|location = [headquarters location] |
|location = [headquarters location] |
||
|members = [members list] |
|members = [members list] |
||
Line 31: | Line 34: | ||
− | </templatedata> |
||
<templatedata> |
<templatedata> |
||
{ |
{ |
||
"params": { |
"params": { |
||
− | "full_title": { |
+ | "full_title": { |
− | " |
+ | "label": "Name", |
+ | "description": "The full organisational name", |
||
⚫ | |||
+ | "type": "string", |
||
+ | "required": true |
||
+ | }, |
||
+ | "flag": { |
||
+ | "label": "Organisation Flag", |
||
+ | "example": "filename.extension", |
||
+ | "type": "wiki-file-name", |
||
+ | "required": true |
||
+ | }, |
||
⚫ | |||
+ | "label": "Organisation Emblem", |
||
+ | "example": "filename.extension", |
||
+ | "type": "wiki-file-name", |
||
+ | "required": true |
||
+ | }, |
||
"map": {}, |
"map": {}, |
||
"map_caption": {}, |
"map_caption": {}, |
||
− | "est_date": { |
+ | "est_date": { |
+ | "label": "Date of Establishment", |
||
⚫ | |||
+ | "example": "11th September, 2001", |
||
+ | "type": "date", |
||
+ | "autovalue": " ", |
||
+ | "required": true |
||
+ | }, |
||
⚫ | |||
+ | "label": "Date of Dissolution", |
||
+ | "type": "date", |
||
+ | "default": " ", |
||
+ | "autovalue": " ", |
||
+ | "suggested": true, |
||
+ | "example": "11th September, 2001" |
||
+ | }, |
||
"type": {}, |
"type": {}, |
||
+ | "motto": { |
||
+ | "suggested": true, |
||
+ | "type": "string", |
||
+ | "autovalue": " " |
||
+ | }, |
||
"location": {}, |
"location": {}, |
||
− | "members": { |
+ | "members": { |
+ | "label": "Member States", |
||
+ | "description": "List of member nations", |
||
+ | "example": "[[country]]</br>[[country]]", |
||
+ | "type": "wiki-page-name", |
||
+ | "suggested": true |
||
+ | }, |
||
"leader_title": {}, |
"leader_title": {}, |
||
− | "leader": {} |
+ | "leader": {}, |
+ | "abbreviation": { |
||
+ | "label": "Abbreviated Name", |
||
+ | "description": "Name or acronym more commonly used", |
||
+ | "type": "string", |
||
+ | "autovalue": "", |
||
+ | "required": true |
||
+ | } |
||
} |
} |
||
} |
} |
Latest revision as of 20:41, 16 January 2024
No description.
Parameter | Description | Type | Status | |
---|---|---|---|---|
Name | full_title | The full organisational name | String | required |
Organisation Flag | flag | no description
| File | required |
Organisation Emblem | emblem | no description
| File | required |
map | map | no description | Unknown | optional |
map_caption | map_caption | no description | Unknown | optional |
Date of Establishment | est_date | no description
| Date | required |
Date of Dissolution | dis_date | no description
| Date | suggested |
type | type | no description | Unknown | optional |
motto | motto | no description
| String | suggested |
location | location | no description | Unknown | optional |
Member States | members | List of member nations
| Page name | suggested |
leader_title | leader_title | no description | Unknown | optional |
leader | leader | no description | Unknown | optional |
Abbreviated Name | abbreviation | Name or acronym more commonly used
| String | required |