Template:Item infobox: Difference between revisions

From the Super Mario Wiki, the Mario encyclopedia
Jump to navigationJump to search
(the examples seemed too arbitrary and random, and they already explained it above)
(→‎Usage: Added a table)
Line 34: Line 34:
}}
}}
== 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 appearance of the item.
||title=
*latest_appearance; The most recent appearance of the item.
|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.
|-
||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>

Revision as of 02:56, November 28, 2023

Item infobox test
File:Nocoverart.png
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=
}}