Template:ArmorTable: Difference between revisions
From HorizonXI Wiki
Created page with "<includeonly><onlyinclude><!-- -->{{#dpl: |category = {{{cat1}}} |category = {{{cat2|}}} |category = {{{cat3|}}} |notcategory = {{{notcat1|}}} |notcategory = {{{notcat2|}}} |notcategory = {{{notcat3|}}} |count = {{{count|}}} |include={Item Statistics¦ArmorTable.dpl},{HorizonChangesBox} |table=class="wikitable sortable",Name,Level,Slot,Stats,Horizon Changes {{changes}} |tablesortcol=2 }}<!-- --></onlyinclude></includeonly> <!-- --> ==Usage== Wrapper Template to generate..." |
No edit summary |
||
| Line 9: | Line 9: | ||
|count = {{{count|}}} | |count = {{{count|}}} | ||
|include={Item Statistics¦ArmorTable.dpl},{HorizonChangesBox} | |include={Item Statistics¦ArmorTable.dpl},{HorizonChangesBox} | ||
|table=class="wikitable sortable",Name,Level,Slot,Stats,Horizon Changes {{changes}} | <!--|includematch=,/jobs\s*=\s*\bBLM\b¦all/s--> | ||
|table=class="wikitable sortable",Name,Level,Jobs,Slot,Stats,Horizon Changes {{changes}} | |||
|tablesortcol=2 | |tablesortcol=2 | ||
}}<!-- | }}<!-- | ||
--></onlyinclude></includeonly> | --></onlyinclude></includeonly> | ||
==Usage== | ==Usage== | ||
Wrapper Template to generate lists of armor based on categories. | Wrapper Template to generate lists of armor based on categories. | ||
Revision as of 18:25, 30 August 2023
Usage
Wrapper Template to generate lists of armor based on categories.
Syntax:
{{ArmorTable|cat1|...|notcat1|...}}
- Use cat1, cat2, cat3 to include required categories
- Use notcat1, notcat2, notcat2 to exclude categories
Examples
Example tables have been limited to output only 5 items (through the optional parameter count=5) because they serve only as examples. The syntax shown in the examples would generate the full tables.
Example 1
Syntax:
{{ArmorTable|cat1=Artifact Armor|cat2=Feet|notcat1=White Mage}}
Will give out all pieces of armor which are categorized as "Artifact Armor" and "Feet" while excluding those, which are categorized as "White Mage". ("All AF Feet except WHM feet")
| Name | Level | Jobs | Slot | Stats | Horizon Changes
|
|---|---|---|---|---|---|
| Beast Gaiters | 52 | Feet | BST | DEF: 10 HP +11 CHR +3 Enhances "Reward" effect "Charm" +2 | |
| Chaos Sollerets | 52 | Feet | DRK | DEF: 10 HP +15 MND +5 Accuracy +3 Enhances "Arcane Circle" effect |
|
| Choral Slippers | 52 | Feet | BRD | DEF: 10 HP +10 AGI +2 DEX +2 |
|
| Corsair's Bottes | 56 | Feet | COR | DEF: 11 HP +10 STR +2 AGI +2 Ranged Accuracy +2 | none
|
| Beast Gaiters +1 | 74 | Feet | BST | DEF: 10 HP +11 CHR +5 AGI +5 Enhances "Reward" effect "Charm" +2 | none
|

