Imperialhare (talk | contribs) (copy over documentation) Tag: 2017 source edit |
Rigormorphis (talk | contribs) (added a title paramter in case people want to easily change the name of the infobox) Tag: 2017 source edit |
||
(5 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
=== Usage example === | === Usage example === | ||
{{Infobox Group | {{Infobox Group | ||
Line 13: | Line 12: | ||
}} | }} | ||
<pre> | <pre> | ||
{{Infobox | {{Infobox Group | ||
| color_theme = cw | | color_theme = cw | ||
| title = Example | | title = Example | ||
Line 25: | Line 24: | ||
}} | }} | ||
</pre> | </pre> | ||
== TemplateData == | |||
{{TemplateData header}} | |||
<templatedata> | <templatedata> | ||
Line 38: | Line 40: | ||
"image": { | "image": { | ||
"label": "Image", | "label": "Image", | ||
"type": "wiki-file-name" | "type": "wiki-file-name", | ||
"deprecated": true | |||
}, | }, | ||
"caption": { | "caption": { | ||
"label": "Image caption", | "label": "Image caption", | ||
"type": "line" | "type": "line", | ||
"deprecated": true | |||
}, | }, | ||
"aliases": { | "aliases": { | ||
Line 79: | Line 83: | ||
"label": "Debut", | "label": "Debut", | ||
"description": "Episode of first appearance." | "description": "Episode of first appearance." | ||
}, | |||
"title": { | |||
"label": "Title", | |||
"description": "Title at the top of the infobox", | |||
"example": "The Chime", | |||
"type": "content", | |||
"default": "Uses the page title", | |||
"suggested": true | |||
} | } | ||
} | }, | ||
"paramOrder": [ | |||
"color_theme", | |||
"title", | |||
"image", | |||
"caption", | |||
"aliases", | |||
"leaders", | |||
"members", | |||
"area_of_operation", | |||
"affiliations", | |||
"season", | |||
"debut" | |||
] | |||
} | } | ||
</templatedata> | </templatedata><noinclude> | ||
[[Category:Template documentation]] | |||
</noinclude> | </noinclude> |
Latest revision as of 16:27, 21 October 2024
Usage example[edit source]
{{Infobox Group | color_theme = cw | title = Example | aliases = Example | leaders = Example | members = Example | area_of_operation = Example | affiliations = Example | season = Example | debut = Example }}
TemplateData[edit source]
This is the TemplateData for this template. It is used by the Visual Editor and other tools.
No description.
Parameter | Description | Type | Status | |
---|---|---|---|---|
Color theme | color_theme | The name of the color theme you want this infobox to use. For a list of valid names, see [[Fatt Wiki:Getting Started]
| String | optional |
Title | title | Title at the top of the infobox
| Content | suggested |
Image | image | no description | File | deprecated |
Image caption | caption | no description | Line | deprecated |
Aliases | aliases | Aliases that are used for this group | Content | optional |
Leaders | leaders | Group leaders, where relevant
| Unknown | optional |
Members | members | Notable members of this group
| Content | optional |
Area of operation | area_of_operation | Location where this group is active
| Content | optional |
Affiliations | affiliations | Other groups/people this group is connected to | Content | optional |
Season | season | no description
| Content | optional |
Debut | debut | Episode of first appearance. | Unknown | optional |