Template:Org: Difference between revisions
Jump to navigation
Jump to search
(transferred to Template:Infobox Wiki) |
(TemplateData) |
||
Line 24: | Line 24: | ||
}}</nowiki></pre> | }}</nowiki></pre> | ||
[[Category:Infobox templates|{{PAGENAME}}]] | {{Navbox|TITLE=Template Data| | ||
</noinclude> | <templatedata> | ||
{ | |||
"params": { | |||
"image": { | |||
"label": "Image", | |||
"description": "Adds image to the top of the infobox", | |||
"type": "wiki-file-name" | |||
}, | |||
"image size": { | |||
"label": "Image size", | |||
"description": "Size of the top image", | |||
"type": "line", | |||
"default": "210px" | |||
}, | |||
"image text": { | |||
"label": "Image text", | |||
"description": "A short description of the top image in smaller font", | |||
"type": "content" | |||
}, | |||
"name": { | |||
"label": "Name", | |||
"description": "Name of the organization", | |||
"type": "line", | |||
"suggested": true | |||
}, | |||
"affiliation": { | |||
"label": "Affiliation", | |||
"description": "Relation to factions or other organizations", | |||
"type": "content" | |||
}, | |||
"members": { | |||
"label": "Members", | |||
"description": "Number of members in the organization", | |||
"type": "content" | |||
}, | |||
"type": { | |||
"label": "Leadership Type", | |||
"description": "How the organization is governed", | |||
"type": "content" | |||
}, | |||
"leader": { | |||
"label": "Leader(s)", | |||
"description": "Who lead the organization", | |||
"type": "content" | |||
}, | |||
"est": { | |||
"label": "Established", | |||
"description": "Date or year of establishment", | |||
"type": "content" | |||
}, | |||
"purpose": { | |||
"label": "Purpose(s)", | |||
"description": "What the organization works for", | |||
"type": "content" | |||
} | |||
}, | |||
"description": "Infobox for organizations", | |||
"format": "block" | |||
} | |||
</templatedata>}} | |||
[[Category:Infobox templates|{{PAGENAME}}]]</noinclude> |
Revision as of 18:10, 31 March 2024
Org | |
---|---|
Organization Data | |
Usage instructions
Paste the following code into the top of an article, filling all known fields:
{{org |name= |image= |affiliation= |members= |type= |leader= |est= |purpose= }}
Template Data
Infobox for organizations
Parameter | Description | Type | Status | |
---|---|---|---|---|
Image | image | Adds image to the top of the infobox | File | optional |
Image size | image size | Size of the top image
| Line | optional |
Image text | image text | A short description of the top image in smaller font | Content | optional |
Name | name | Name of the organization | Line | suggested |
Affiliation | affiliation | Relation to factions or other organizations | Content | optional |
Members | members | Number of members in the organization | Content | optional |
Leadership Type | type | How the organization is governed | Content | optional |
Leader(s) | leader | Who lead the organization | Content | optional |
Established | est | Date or year of establishment | Content | optional |
Purpose(s) | purpose | What the organization works for | Content | optional |