Template:Slot: Difference between revisions

From Archaelund Wiki
No edit summary
No edit summary
Line 1: Line 1:
<onlyinclude><includeonly>{{#switch:{{{1|}}}
<onlyinclude><includeonly>{{#switch:{{{1|}}}
|TagList = Chest; Finger; Foot; Hand; Head; Mainhand; Neck; Offhand; Shoulder; Waist
|TagList = Chest; Finger; Feet; Hands; Head; Mainhand; Neck; Offhand; Shoulders; Waist
|Chest = Chest
|Chest = Chest
|Finger = Finger
|Finger = Finger
|Foot = Feet
|Feet = Feet
|Hand = Hands
|Hands = Hands
|Head = Head
|Head = Head
|Mainhand = Mainhand
|Mainhand = Mainhand
|Neck = Neck
|Neck = Neck
|Offhand = Offhand
|Offhand = Offhand
|Shoulder = Shoulders
|Shoulders = Shoulders
|Waist = Waist
|Waist = Waist
}}</includeonly></onlyinclude>
}}</includeonly></onlyinclude>
{{Documentation}}
{{Documentation}}
[[Category:General Templates]]
[[Category:General Templates]]

Revision as of 19:48, 15 January 2025

Description

This template contains the predefined equipment slots to be used within equipment pages and takes the corresponding tags (Chest • Finger • Feet • Hands • Head • Mainhand • Neck • Offhand • Shoulders • Waist) as input. The output is the description to be displayed on the Wiki page.

Usage

{{Slot|<tag>}}

For generating a semicolon-separated list of all available tags (intended for documentation purposes) use

{{Slot|TagList}}

Tag options

TagOutput
ChestChest
FingerFinger
FeetFeet
HandsHands
HeadHead
MainhandMainhand
NeckNeck
OffhandOffhand
Projectile
ShouldersShoulders
WaistWaist

How to add new slots

In order to add a new slot, you have to insert a new case in the template's #switch structure (only parts indicated by <...> may be edited):

|<NewTag> = <output text>

Also, add the new tag to the existing TagList case so it will appear in any documentation:

|TagList = ...; <NewTag>; ...

View/Edit documentation page