Template:Slot/doc

From Archaelund Wiki
< Template:Slot
Revision as of 14:07, 25 February 2024 by MikeB (talk | contribs) (Created page with "== Description == This template contains the predefined equipment slots to be used within equipment pages and takes the corresponding tags ({{ListFormat|{{Slot|TagList}}|Bullets}}) as input. The output is the description to be displayed on the Wiki page. == Usage == <pre> {{Slot|<tag>}} </pre> For generating a semicolon-separated list of all available tags (intended for documentation purposes) use <pre> {{Slot|TagList}} </pre> == Tag options == <table class="wikitable"...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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 • Projectile • 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
Belt
ChestChest
Foot
Hand
HeadHead
MainhandMainhand
NeckNeck
OffhandOffhand
Ring
Shoulder

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>; ...