Difference between revisions of "Template:Consumable"
Jump to navigation
Jump to search
old>Crouzii (Initial | Copy of Template:Weapon) |
old>Crouzii m |
||
Line 1: | Line 1: | ||
{| width=300px; | {| width=300px; | ||
|style="text-align:center;"|{{#if: {{:{{ROOTPAGENAME}}|Rarity}} | <span style="font-size: 20px;">{{Unique|{{ROOTPAGENAME}}}}</span> <br /> {{:{{ROOTPAGENAME}}|Rarity}} | <span style="font-size: 20px;">{{ROOTPAGENAME}}</span> <br /> Common }} {{:{{ROOTPAGENAME}}| | |style="text-align:center;"|{{#if: {{:{{ROOTPAGENAME}}|Rarity}} | <span style="font-size: 20px;">{{Unique|{{ROOTPAGENAME}}}}</span> <br /> {{:{{ROOTPAGENAME}}|Rarity}} | <span style="font-size: 20px;">{{ROOTPAGENAME}}</span> <br /> Common }} {{:{{ROOTPAGENAME}}|ItemType}}<hr> | ||
|- | |- | ||
|style="text-align:center;"|{{:{{ROOTPAGENAME}}|Damage1}} {{:{{ROOTPAGENAME}}|DamageType1}}{{#if: {{:{{ROOTPAGENAME}}|Damage2}} | <br>{{:{{ROOTPAGENAME}}|Damage2}} {{:{{ROOTPAGENAME}}|DamageType2}} | }}{{#if: {{:{{ROOTPAGENAME}}|Damage3}} | <br>{{:{{ROOTPAGENAME}}|Damage3}} {{:{{ROOTPAGENAME}}|DamageType3}} | }}{{#if: {{:{{ROOTPAGENAME}}|Damage4}} | <br>{{:{{ROOTPAGENAME}}|Damage4}} {{:{{ROOTPAGENAME}}|DamageType4}} | }}<hr> | |style="text-align:center;"|{{:{{ROOTPAGENAME}}|Damage1}} {{:{{ROOTPAGENAME}}|DamageType1}}{{#if: {{:{{ROOTPAGENAME}}|Damage2}} | <br>{{:{{ROOTPAGENAME}}|Damage2}} {{:{{ROOTPAGENAME}}|DamageType2}} | }}{{#if: {{:{{ROOTPAGENAME}}|Damage3}} | <br>{{:{{ROOTPAGENAME}}|Damage3}} {{:{{ROOTPAGENAME}}|DamageType3}} | }}{{#if: {{:{{ROOTPAGENAME}}|Damage4}} | <br>{{:{{ROOTPAGENAME}}|Damage4}} {{:{{ROOTPAGENAME}}|DamageType4}} | }}<hr> |
Revision as of 20:16, 11 May 2020
Documentation
[purge]
This is consumable template created for use together with the Template:Tooltip hover box template on a specific consumable's page or consumable's tooltip page.
Usage: The page itself must contain the consumable's data before this Template works. For example, if I wanted to create the Agrimony page, I'll add this code to the start of the page and modify the values:
<includeonly>{{#switch: {{{1}}} |ItemType = Ingredient |Properties1 = Energy Replenishment |Values1 = {{c|+|+5}} |Properties2 = Health Restoration |Values2 = {{c|+|+0.50% (45x)}} |Properties3 = Immunity |Values3 = {{c|+|+1%}} |PropertyText = |Description = Agrimony has been valued for its healing qualities since olden times. |Price = 10 |#default = }}</includeonly>
This data is invisible on the page itself, thanks to the includeonly tags.
Next, copy this code to Agrimony or Agrimony/Tooltip or Agrimony/anything page:
{{ {{{1|Tooltip hover box}}} |title= {{Consumable}} }}
It will automatically load the consumable's data and fill them into this format. Go to Agrimony to see the result.