Difference between revisions of "Template:Item/doc"

From RimWorld Wiki
Jump to navigation Jump to search
(Created page with "== Template Output == <div style='float: left; margin: 0.67em 1em 0 0'><div style='width: 64px; height: 64px; border: 1px solid #DDD'>{{#ifeq:{{{image|-}}}|-||File:{{{image|...")
 
Line 2: Line 2:
 
<div style='float: left; margin: 0.67em 1em 0 0'><div style='width: 64px; height: 64px; border: 1px solid #DDD'>{{#ifeq:{{{image|-}}}|-||[[File:{{{image|}}}|64px]]}}</div></div>
 
<div style='float: left; margin: 0.67em 1em 0 0'><div style='width: 64px; height: 64px; border: 1px solid #DDD'>{{#ifeq:{{{image|-}}}|-||[[File:{{{image|}}}|64px]]}}</div></div>
 
=== {{{name|Item Name Goes Here}}} ===
 
=== {{{name|Item Name Goes Here}}} ===
{{{description|This are is for the description from the game}}}
+
{{{description|This area is for the description from the game}}}
 
<div style='clear: left; margin-left: 66px'></div>
 
<div style='clear: left; margin-left: 66px'></div>
 
{{{information|This area if for personal input description for the wiki}}}
 
{{{information|This area if for personal input description for the wiki}}}
Line 13: Line 13:
 
| name        = Item Name Goes Here
 
| name        = Item Name Goes Here
 
| image      = Medicine.png
 
| image      = Medicine.png
| description = This are is for the description from the game
+
| description = This area is for the description from the game
 
| information = This area if for personal input description for the wiki
 
| information = This area if for personal input description for the wiki
 
}}</pre>
 
}}</pre>

Revision as of 10:45, 19 February 2015

Template Output

Item Name Goes Here

This area is for the description from the game

This area if for personal input description for the wiki

Code Layout

{{item
| name        = Item Name Goes Here
| image       = Medicine.png
| description = This area is for the description from the game
| information = This area if for personal input description for the wiki
}}