Template:Terminology Infobox: Difference between revisions
Template page
More actions
ReisuDesign (talk | contribs) Created page with "<includeonly><infobox> <title source="title"> <default>{{PAGENAME}}</default> </title> <image source="image"> <caption source="caption"/> </image> <data source="type"> <label>Type</label> <format>{{Link List|{{{type}}}}}</format> </data> <data source="group"> <label>Group</label> <format>{{Link List|{{{group}}}}}</format> </data> <data source="description"> <format>'''Description'''<br>{{{description}}}</format> </data> </infobox></includeonly>..." |
mNo edit summary |
||
| (5 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
<includeonly> | <includeonly>{{#invoke:Infobox|main | ||
|kind = Terminology | |||
|sep = , | |||
|title = {{{title|{{{name|{{PAGENAME}}}}}}}} | |||
|subtitle = {{{subtitle|}}} | |||
|image = {{#if:{{{image|}}}|{{Exists|File:{{{image}}}|[[File:{{{image}}}]]|<nowiki />}}}} | |||
|images = {{#if:{{{images|}}}|{{Array|{{{images}}}|;|[[File:²{#explode:{item}¦:¦0}²]]|,|template=1}}}} | |||
|tabs = {{#if:{{{images|}}}|{{Array|{{{images}}}|;|²{#explode:{item}¦:¦1}²|,|template=1}}}} | |||
|sections = Information, Description | |||
|Information_collapsible = Yes | |||
|Information = Type, Group, Event | |||
|Type = <!-- | |||
-->{{#if:{{#explode:{{{type}}}|;|1}}|<!-- | |||
-->{{Array|{{{type}}}|;|* [[{item}]]{newline} }}|<!-- | |||
-->{{#if:{{{type|}}}|[[{{{type}}}]]}}<!-- | |||
-->}} | |||
|Group = <!-- | |||
-->{{#if:{{#explode:{{{group}}}|;|1}}|<!-- | |||
-->{{Array|{{{group}}}|;|* [[{item}]]{newline} }}|<!-- | |||
-->{{#if:{{{group|}}}|[[{{{group}}}]]}}<!-- | |||
-->}} | |||
|Event = <!-- | |||
-->{{#if:{{#explode:{{{event}}}|;|1}}|<!-- | |||
-->{{Array|{{{event}}}|;|* [[{item}]]{newline} }}|<!-- | |||
-->{{#if:{{{event|}}}|[[{{{event}}}]]}}<!-- | |||
-->}} | |||
|Description_collapsible = Yes | |||
|Description = DescriptionText | |||
|DescriptionText_wide = Yes | |||
|DescriptionText = {{{description|}}} | |||
}}<!-- | |||
-->{{Namespace|main=<!-- | |||
-->[[Category:Terminology]]<!-- | |||
Type and Group | |||
-->{{#if:{{{type|}}}|{{Array|{{{type}}}|;|[[Category:{item}]]}}}}<!-- | |||
-->{{#if:{{{group|}}}|{{Array|{{{group}}}|;|[[Category:{item}]]}}}}<!-- | |||
Event | |||
-->{{#if:{{{event|}}}|[[Category:Event Terminology]]{{Array|{{{event}}}|;|[[Category:{item} Terminology]]}}}}<!-- | |||
-->}}<!-- | |||
--></includeonly><noinclude>{{Documentation|type=Infobox}}</noinclude> | |||