Template:Item infobox: Difference between revisions

From the Super Mario Wiki, the Mario encyclopedia
Jump to navigationJump to search
mNo edit summary
No edit summary
Line 2: Line 2:
| align="center" colspan="2" bgcolor="silver" style="font-size:125%" | '''{{{title|{{PAGENAME}}}}}'''
| align="center" colspan="2" bgcolor="silver" style="font-size:125%" | '''{{{title|{{PAGENAME}}}}}'''
|-
|-
|align="center" colspan="2" | {{{image|}}}
| align="center" colspan="2" | {{{image|}}}
|-
|-
{{#if:{{{description|}}}|{{!}}- style="background:gainsboro"
{{#if:{{{description|}}}|{{!}}- style="background:gainsboro"
Line 9: Line 9:
{{!}} colspan="2" style="border-bottom:1px solid darkgray; text-align:center" {{!}} {{{description|}}}
{{!}} colspan="2" style="border-bottom:1px solid darkgray; text-align:center" {{!}} {{{description|}}}
|}}
|}}
{{#if:{{{first_appearance|}}}|{{!-}} valign=top
{{#if:{{{first_appearance|}}}|{{!-}}
{{!}} width=15% {{!}} '''First appearance'''
{{!}} width=15% {{!}} '''First appearance'''
{{!}}{{{first_appearance|}}}}}
{{!}}{{{first_appearance|}}}}}
{{#if:{{{latest_appearance|}}}|{{!-}}valign=top
{{#if:{{{latest_appearance|}}}|{{!-}}
{{!}} width=15% {{!}} '''Latest appearance'''
{{!}} width=15% {{!}} '''Latest appearance'''
{{!}}{{{latest_appearance|}}}}}
{{!}}{{{latest_appearance|}}}}}
|- valign=top
|-
| width=15% |
| width=15% |
{{#if:{{{effect|}}}|{{!-}}valign=top
{{#if:{{{effect|}}}|{{!-}}
{{!}} width=15% {{!}} '''Effect'''
{{!}} width=15% {{!}} '''Effect'''
{{!}} {{{effect|}}}
{{!}} {{{effect|}}}

Revision as of 11:36, April 19, 2022

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

  • 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
  • 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
  • latest_appearance; The most recent time this item appeared
  • effect; What this item does to its user.
{{item infobox
|title={{BASEPAGENAME}} test
|image=[[File:Nocoverart.png|125px]]
|description=For various [[:Category:Items|items]].
|first_appearance=''[[Super Mario Bros.]]''
|latest_appearance=''[[Super Mario 3D World]]''
|effect=User gains knowledge.
}}