Template:System infobox: Difference between revisions

From the Super Mario Wiki, the Mario encyclopedia
Jump to navigationJump to search
mNo edit summary
(documented)
Line 32: Line 32:
{{!}} {{{successor}}}
{{!}} {{{successor}}}
|}}
|}}
|}<noinclude>[[Category:Infobox templates]]</noinclude>
|}<noinclude>{{br}}
==Usage==
{|border=1 style="border-collapse:collapse;width:70%;float:right;margin-left:1em;margin-bottom:4px" cellpadding=3
!colspan=2 style="background:skyblue"|Syntax
|-
|&#124;title=
|By default, this is not necessary, as it will automatically use the article title. When this is not desirable (e.g., where there is a (Disambiguation) tag in the article title), it can be manually specified.
|-
|&#124;image=
|An image of the console. Must use <code><nowiki>{{!}}</nowiki></code> for a <code>|</code> break symbol in image syntax.
|-
|&#124;generation=
|The era when the console was released. The output links to a Wikipedia article on the corresponding generation, so only the ordinal number must be input in letter form (e.g. "First," "Third," "Fifth").
|-
|&#124;released=
|The release date(s) for the console
|-
|&#124;discontinued=
|The year or specific date when the console was discontinued (add regions if applicable)
|-
|&#124;ratings=
|Ratings of the console (rarely applicable)
|-
|&#124;predecessor=
|The predecessor of the console (if applicable)
|-
|&#124;successor=
|The successor of the console (if applicable)
|}
<pre>
{{system-infobox
|title=
|image=
|generation=
|released=
|discontinued=
|ratings=
|predecessor=
|successor=
}}
</pre>
[[Category:Infobox templates]]</noinclude>

Revision as of 18:44, October 16, 2021

System infobox

Usage

Syntax
|title= By default, this is not necessary, as it will automatically use the article title. When this is not desirable (e.g., where there is a (Disambiguation) tag in the article title), it can be manually specified.
|image= break symbol in image syntax.
|generation= The era when the console was released. The output links to a Wikipedia article on the corresponding generation, so only the ordinal number must be input in letter form (e.g. "First," "Third," "Fifth").
|released= The release date(s) for the console
|discontinued= The year or specific date when the console was discontinued (add regions if applicable)
|ratings= Ratings of the console (rarely applicable)
|predecessor= The predecessor of the console (if applicable)
|successor= The successor of the console (if applicable)
{{system-infobox
|title=
|image=
|generation=
|released=
|discontinued=
|ratings=
|predecessor=
|successor=
}}