Template:Infobox item: Difference between revisions

Blanked the page
imported>Reaperon
(Created page with "==Description== To use this template, copy the following code and fill in the appropriate fields. ==Syntax== <pre> {{infobox item |title = |image1 =File:Example.PNG|size...")
 
imported>Reaperon
(Blanked the page)
Line 1: Line 1:
==Description==
To use this template, copy the following code and fill in the appropriate fields.


==Syntax==
<pre>
{{infobox item
|title =
|image1 =[[File:Example.PNG|size (e.g "thumb")]]
|caption1 =
|image2 =
|caption2 =
|type =
|source =
|description =
|size =
|size2 =
|buy =
|sell =
}}
</pre>
==Samples==
<pre>
{{infobox item
|title = Data Archive
|image1 =[[File:Data.PNG|thumb]]
|caption1 = The Data Archive in open space
|type = Artifact
|source = ???
|size = 0.5
|buy = 585
|sell = 585
}}
</pre>
Results in...
{{infobox item
| title        = Data Archive
| image1        =[[File:Data.PNG|thumb]]
| caption1      =The Data Archive in open space.
| type          = Artifact
| source        = ???
| size          = 0.5
| buy          = 585
| sell          = 585
}}
<includeonly>[[Category:Templates|{{PAGENAME}}]]</includeonly><noinclude>[[Category:Template documentation|{{PAGENAME}}]]</noinclude>
Anonymous user