Difference between revisions of "Template:ITEM EXTRA infobox"

From Project: Gorgon Wiki
Jump to: navigation, search
(Adding rough template without formatting for testing.)
 
m
 
Line 14: Line 14:
 
! style="background:#f5e0c7; color:#000000; border-radius:2px; width:100px;"  align="center" {{pipe}} Stack Size:
 
! style="background:#f5e0c7; color:#000000; border-radius:2px; width:100px;"  align="center" {{pipe}} Stack Size:
 
{{pipe}} <div class="block2" style="color:#ffffff;">{{{stack}}}</div>
 
{{pipe}} <div class="block2" style="color:#ffffff;">{{{stack}}}</div>
 +
}}
 +
|-
 +
{{ #if:{{{dye|}}}|{{pipe}}- valign="top"
 +
! style="background:#f5e0c7; color:#000000; border-radius:2px; width:100px;"  align="center" {{pipe}} Stock Dye:
 +
{{pipe}} <div class="block2" style="color:#ffffff;">{{{dye}}}</div>
 
}}
 
}}
 
|-
 
|-

Latest revision as of 11:17, 18 January 2020


Syntax

{{ITEM EXTRA infobox
|craftpoints =
|equipslot =
|stack =
|keywords =
}}

Parameters

craftpoints
Optional. The number of Crafting Points the item has.
equipslot
Optional. The Equip Slot the item fits into.
stack
Optional. The Maximum stack size for the item.
keywords
Required. Uses KW template to add keywords to the page (and will eventually display them).

Description

Creates boxes for information used in the ITEM template that can be hidden by a spoiler tag.