Template:Organisation: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
mNo edit summary |
||
| Line 36: | Line 36: | ||
{ |
{ |
||
"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 |
||
| + | }, |
||
"dis_date": { |
"dis_date": { |
||
"label": "Date of Dissolution", |
"label": "Date of Dissolution", |
||
| Line 47: | Line 68: | ||
"default": " ", |
"default": " ", |
||
"autovalue": " ", |
"autovalue": " ", |
||
| − | "suggested": true |
+ | "suggested": true, |
| + | "example": "11th September, 2001" |
||
}, |
}, |
||
"type": {}, |
"type": {}, |
||
"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 |
||
| + | } |
||
} |
} |
||
} |
} |
||
Revision as of 20:49, 23 October 2022
</templatedata>
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 |
| 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 |
