Difference between revisions of "Template:Infobox craftable"

From Salem Wiki
Jump to: navigation, search
(Created page with "{| class="infobox" style="font-size:89%; width:250px;" |- ! colspan="2" style="background-color:#3366CC; color:#ffffff; font-size:120%; padding:1em;" | {{{name|{{PAGENAME}}}}}...")
 
m (I feel like this is an improvement?)
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{| class="infobox" style="font-size:89%; width:250px;"
+
{| class="infobox" style="font-size:89%; width:300px;"
 
|-
 
|-
 
! colspan="2" style="background-color:#3366CC; color:#ffffff; font-size:120%; padding:1em;" | {{{name|{{PAGENAME}}}}}
 
! colspan="2" style="background-color:#3366CC; color:#ffffff; font-size:120%; padding:1em;" | {{{name|{{PAGENAME}}}}}
Line 8: Line 8:
 
|-
 
|-
 
|-
 
|-
| nowrap | '''[[Skills | Skill(s)]] Required'''
+
| width="110" | '''[[:Category:Skills| Skill(s)]] Required'''
 
| {{{skillreq|Unknown}}}
 
| {{{skillreq|Unknown}}}
 
|-
 
|-
| nowrap | '''[[:Category:Objects | Object(s)]] Required'''
+
| '''[[:Category:Objects | Object(s)]] Required'''
 
| {{{objectsreq|Unknown}}}
 
| {{{objectsreq|Unknown}}}
 
|-
 
|-
| nowrap | '''Required By'''
+
| '''Required By'''
 
| {{{reqby|Unknown}}}
 
| {{{reqby|Unknown}}}
 
|-
 
|-

Latest revision as of 08:04, 16 May 2012

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



Template documentation (for the template shown above, sometimes hidden or invisible)

Note: placeholder text for Infobox craftable copied from the skill doc page -- remove this when docs are finished.

Description
This template is used to create a craftable infobox.
Syntax
Type
{{|infobox craftable|...}}
somewhere, with parameters as shown below.
Default configuration
{{infobox craftable
| name       = {{PAGENAME}}
| image      = Image:{{PAGENAME}}.png
| caption    = {{PAGENAME}}
| skillreq   =
| objectsreq =
| reqby      =
}}
Sample output
{{infobox craftable
| name       = Flower Growing
| image      = Image:Example.jpg
| caption    = Bob the Flower
| skillreq   = testreq
| objectsreq = testenabled
| reqby      = testrequiredby
}}

Results in...

Flower Growing
File:Example.jpg
Bob the Flower
Vital statistics
Skill(s) Required testreq
Object(s) Required testenabled
Required By testrequiredby
Back to Craftables | Objects