Template:Org: Difference between revisions

From 118Wiki
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

Template parameters

This template prefers block formatting of parameters.

ParameterDescriptionTypeStatus
Imageimage

Adds image to the top of the infobox

Fileoptional
Image sizeimage size

Size of the top image

Default
210px
Lineoptional
Image textimage text

A short description of the top image in smaller font

Contentoptional
Namename

Name of the organization

Linesuggested
Affiliationaffiliation

Relation to factions or other organizations

Contentoptional
Membersmembers

Number of members in the organization

Contentoptional
Leadership Typetype

How the organization is governed

Contentoptional
Leader(s)leader

Who lead the organization

Contentoptional
Establishedest

Date or year of establishment

Contentoptional
Purpose(s)purpose

What the organization works for

Contentoptional