Difference between revisions of "Template:Infobox Item"

From Salem Wiki
Jump to: navigation, search
Line 10: Line 10:
 
| nowrap | '''[[:Category:Skills | Skill(s)]] Required'''
 
| nowrap | '''[[:Category:Skills | Skill(s)]] Required'''
 
|width="30px"|&nbsp;<!--spacer-column-->
 
|width="30px"|&nbsp;<!--spacer-column-->
| {{{skillreq|Unknown}}}
+
|width="200px"| {{{skillreq|Unknown}}}
 
|-  
 
|-  
 
| nowrap | '''[[:Category:Objects | Object(s)]] Required'''
 
| nowrap | '''[[:Category:Objects | Object(s)]] Required'''
 
|width="30px"|&nbsp;<!--spacer-column-->
 
|width="30px"|&nbsp;<!--spacer-column-->
| {{{objectsreq|Unknown}}}
+
|width="200px"| {{{objectsreq|Unknown}}}
 
|-  
 
|-  
 
| nowrap | '''[[:Category:Items | Item(s)]] Required'''
 
| nowrap | '''[[:Category:Items | Item(s)]] Required'''
 
|width="30px"|&nbsp;<!--spacer-column-->
 
|width="30px"|&nbsp;<!--spacer-column-->
| {{{itemsreq|Unknown}}}
+
|width="200px"| {{{itemsreq|Unknown}}}
 
|-  
 
|-  
 
| nowrap | '''Required By'''
 
| nowrap | '''Required By'''
 
|width="30px"|&nbsp;<!--spacer-column-->
 
|width="30px"|&nbsp;<!--spacer-column-->
| {{{reqby|Unknown}}}
+
|width="200px"| {{{reqby|Unknown}}}
 
|-  
 
|-  
  

Revision as of 05:49, 8 May 2012

Infobox Item
File:Infobox Item.png
Infobox Item
Vital statistics
Skill(s) Required   Unknown
Object(s) Required   Unknown
Item(s) Required   Unknown
Required By   Unknown
Back to Objects | Items



Template documentation (for the template shown above, sometimes hidden or invisible)
Description
This template is used to create a structure infobox.
Syntax
Type
{{infobox Item|...}}
somewhere, with parameters as shown below.
Default configuration
{{infobox Item
| name       = {{PAGENAME}}
| image      = Image:{{PAGENAME}}.png
| caption    = {{PAGENAME}}
| skillreq   = 
| objectsreq = 
| itemssreq  = 
| reqby      = 
}}


Sample Input
{{infobox Item
| skillreq   = Picking
| objectsreq = None
| itemsreq   = None
| reqby      = [[Taste of The New World]]
}}

Results in...

Infobox Item
File:Infobox Item.png
Infobox Item
Vital statistics
Skill(s) Required   Picking
Object(s) Required   None
Item(s) Required   None
Required By   Taste of The New World
Back to Objects | Items

Visit Template:Infobox Item/doc to edit this text! (How does this work?)