Template:Item infobox: Difference between revisions

From the Super Mario Wiki, the Mario encyclopedia
Jump to navigationJump to search
m (Text replacement - " |}} " to " }} ")
m (Text replacement - "|-↵|}" to "|}")
 
(7 intermediate revisions by 4 users not shown)
Line 3: Line 3:
|-
|-
| colspan="2" style="text-align:center" | {{{image|}}}
| colspan="2" style="text-align:center" | {{{image|}}}
|-
|- style="background:gainsboro"
{{#if:{{{description|}}}|{{!}}- style="background:gainsboro"
{{#if:{{{description|}}}|
! colspan="2" {{!}} Description
! colspan="2" {{!}} Description
{{!}}-
{{!}}-
{{!}} colspan="2" style="text-align:center;border-bottom:1px solid darkgray" {{!}} {{{description|}}}
{{!}} colspan="2" style="text-align:center;border-bottom:1px solid darkgray" {{!}} {{{description}}}
}}
|-
{{#if:{{{first_appearance|}}}|
{{!}} '''First appearance'''
{{!}} {{{first_appearance}}}
}}
|-
{{#if:{{{latest_appearance|}}}|
{{!}} '''Latest appearance'''
{{!}} {{{latest_appearance}}}
}}
}}
{{#if:{{{first_appearance|}}}|{{!-}}
{{!}} style="width:15%" {{!}} '''First appearance'''
{{!}}{{{first_appearance|}}}}}
{{#if:{{{latest_appearance|}}}|{{!-}}
{{!}} style="width:15%" {{!}} '''Latest appearance'''
{{!}}{{{latest_appearance|}}}}}
|-
|-
| style="width:15%" |
{{#if:{{{effect|}}}|
{{#if:{{{effect|}}}|{{!-}}
{{!}} '''Effect'''
{{!}} style="width:15%" {{!}} '''Effect'''
{{!}} {{{effect}}}
{{!}} {{{effect|}}}
}}
}}
|}</includeonly><noinclude>
|}</includeonly><noinclude>
{{{{PAGENAME}}
{{{{PAGENAME}}
|title={{PAGENAME}} test
|title={{PAGENAME}} test
|image=[[File:Nocoverart.png|125px]]
|image=[[File:Nocoverart.png|125px|class=notpageimage]]
|description=For various [[:Category:Items|items]].
|description=For various [[:Category:Items|items]].
|first_appearance=''[[Super Mario Bros.]]''
|first_appearance=''[[Super Mario Bros.]]''
Line 30: Line 33:
|effect=User gains knowledge.
|effect=User gains knowledge.
}}
}}
{{br}}
== Usage ==
== Usage ==
*title; The name of the item - only use this if it is different from the name of the article.
{|border=1 style="border-collapse:collapse;width:70%;float:right;margin:0 0 1em 1em" cellpadding=3
*image; An image of the item
!colspan=2 style="background-color:silver"|Syntax
*description; In-game description of the item. Do not use this for common items that have multiple descriptions across games and supporting material.
|-
*first_appearance; The first time this item appeared
|&#124;title=
*latest_appearance; The most recent time this item appeared
|The name of the item - only use this if it is different from the name of the article.
*effect; What this item does to its user.
|-
|&#124;image=
|An image of the item within '''<nowiki>[[File:]]</nowiki>'''. Example: '''<nowiki>[[File:Mario.png]]</nowiki>'''
|-
|&#124;description=
|In-game description of the item. Do not use this for common items that have multiple descriptions across games and supporting material.
|-
|&#124;first_appearance=
|The first appearance of the item.
|-
|&#124;latest_appearance=
|The most recent appearance of the item.
|-
|&#124;effect=
|What this item does to its user.
|}


<pre>
<pre>
{{item infobox
{{item infobox
|title=Item Name
|title=
|image=[[File:Nocoverart.png|125px]]
|image=
|description=For various [[:Category:Items|items]].
|description=
|first_appearance=''[[Super Mario Bros.]]''
|first_appearance=
|latest_appearance=''[[Super Mario 3D World]]''
|latest_appearance=
|effect=User gains knowledge.
|effect=
}}
}}
</pre>
</pre>


[[Category:Infobox templates]]</noinclude>
[[Category:Infobox templates]]</noinclude>

Latest revision as of 23:06, February 4, 2024

Item infobox test
Used in case of images missing from a section gallery, table, bestiary box, or certain infoboxes.
Description
For various items.
First appearance Super Mario Bros.
Latest appearance Super Mario 3D World
Effect User gains knowledge.

Usage

Syntax
|title= The name of the item - only use this if it is different from the name of the article.
|image= An image of the item within [[File:]]. Example: [[File:Mario.png]]
|description= In-game description of the item. Do not use this for common items that have multiple descriptions across games and supporting material.
|first_appearance= The first appearance of the item.
|latest_appearance= The most recent appearance of the item.
|effect= What this item does to its user.
{{item infobox
|title=
|image=
|description=
|first_appearance=
|latest_appearance=
|effect=
}}