Template talk:Magic-Item-Table-Aid: Difference between revisions

From Epic Path
Jump to navigation Jump to search
(Created page with "|- | [[{{{1}}}]] | {{:{{{1}}}|transcludesection=Slot}} | {{:{{{1}}}|transcludesection=ShortDesc}} | align="right" | {{#ifexpr: {{{Nudge-Price|}}}|{{#number_format: {{#expr: {...")
 
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
|-
Adds one row to the table of the Slot page for the item (e.g. [[Magic Rods]] page).  You will need to do this for each item in the family of items.
| [[{{{1}}}]]
 
| {{:{{{1}}}|transcludesection=Slot}}
'''Usage:'''
| {{:{{{1}}}|transcludesection=ShortDesc}}
 
| align="right" | {{#ifexpr: {{{Nudge-Price|}}}|{{#number_format: {{#expr: {{Magic-Item-Base-Price|transcludesection={{{CL|1}}} }} * {{{Nudge-Price|1}}} }}}}|{{#number_format: {{#expr: {{Magic-Item-Base-Price|transcludesection={{{CL|1}}} }} * {{#switch: {{{Slot}}}| Consumable = 0.02 | Belt | Body | Chest | Eyes | Feet | Hands | Head | Headband | Neck | Rings | Shoulders | Wrists = 0.25 | Armor | Shield | Wand = 0.5 | Slotless = 0.75 | Weapon | Rod | Staff = 1 | #default = 1 }} }}}}}} gp
<pre>
{{Magic-Item-Table-Aid|Rod of Accessioning, Minor}}
</pre>
 
 
The value ("Rod of Accessioning, Minor", in the example above) must be the same as the PAGE NAME (NOT the item name, which in this example might be "Minor Rod of Accessioning") for the item. 
 
Do not use the URL (which in this example would be "Rod_of_Accessioning,_Minor"), just the plain-text page name.

Latest revision as of 17:27, 19 April 2019

Adds one row to the table of the Slot page for the item (e.g. Magic Rods page). You will need to do this for each item in the family of items.

Usage:

{{Magic-Item-Table-Aid|Rod of Accessioning, Minor}}


The value ("Rod of Accessioning, Minor", in the example above) must be the same as the PAGE NAME (NOT the item name, which in this example might be "Minor Rod of Accessioning") for the item.

Do not use the URL (which in this example would be "Rod_of_Accessioning,_Minor"), just the plain-text page name.