Difference between revisions of "Template:Infobox item"

From Tycoon Gaming
m (Test 3)
m (Test 3. Time to "explode" the pages)
Line 20: Line 20:
 
<includeonly>
 
<includeonly>
 
{{#ifeq:{{NAMESPACE}}|Main|
 
{{#ifeq:{{NAMESPACE}}|Main|
     {{#ifeq:{{#pos:{{PAGENAME}}|:}}|3|
+
     {{#if:{{#explode:{{PAGENAME}}|:|3}}|
 
         [[Category:{{PAGENAME}}]]
 
         [[Category:{{PAGENAME}}]]
 
     | [[Category:Items]]
 
     | [[Category:Items]]
 
     }}
 
     }}
| {{#ifeq:{{#pos:{{PAGENAME}}|:}}|3|
+
| {{#if:{{#explode:{{PAGENAME}}|:|3}}|
     [[Category:{{#replace:{{#titleparts:{{PAGENAME}}|1|2}}|:|:Items}}]]
+
     [[Category:{{#explode:{{PAGENAME}}|:|1|2}}:Items]]
 
| [[Category:Items]]
 
| [[Category:Items]]
 
}}
 
}}
 
</includeonly>
 
</includeonly>
 
<noinclude>{{Documentation}}</noinclude>
 
<noinclude>{{Documentation}}</noinclude>

Revision as of 16:58, 4 May 2024


Description

To use this template, copy the following code and fill in the appropriate fields.

Syntax

{{infobox item
 | title         = 
 | image         = [e.g. "Example.jpg"]
 | imagecaption  = 
 | type          = 
 | effects       = 
 | source        = 
 | buy           = 
 | sell          = 
}}

Samples

{{#ifeq:Template|Main| | [[Category:{{#explode:Infobox item|:|1|2}}:Items]]

{{infobox item
 | title         = Power Flower
 | image         = Example.jpg
 | type          = Food
 | effects       = +1 Fire
 | source        = Vendor
 | buy           = 5g
 | sell          = 1g
}}