Difference between revisions of "MagicItemGmList"
From Titan's Teeth
Dicemonger (talk | contribs) |
Dicemonger (talk | contribs) |
||
Line 7: | Line 7: | ||
</noinclude><includeonly> | </noinclude><includeonly> | ||
== Items by Gear Level == | == Items by Gear Level == | ||
− | {{#ifexpr:{{{Min|1}}} <= 1|{{MagicItemGmListTable|Level=1|Type={{{Type|}}}|Subtype={{{Subtype|}}}|Slot={{{Slot|}}} }}|}} | + | {{#ifexpr:{{{Min|1}}} <= 1|{{MagicItemGmListTable|Level=1|Type={{{Type|}}}|Subtype={{{Subtype|}}}|Slot={{{Slot|}}} }}|}}<!-- |
− | {{#ifexpr:{{{Min|1}}} <= 2 and {{{Max|20}}} >= 2|{{MagicItemGmListTable|Level=2|Type={{{Type|}}}|Subtype={{{Subtype|}}}|Slot={{{Slot|}}} }}|}} | + | -->{{#ifexpr:{{{Min|1}}} <= 2 and {{{Max|20}}} >= 2|{{MagicItemGmListTable|Level=2|Type={{{Type|}}}|Subtype={{{Subtype|}}}|Slot={{{Slot|}}} }}|}}<!-- |
− | {{#ifexpr:{{{Min|1}}} <= 3 and {{{Max|20}}} >= 3|{{MagicItemGmListTable|Level=3|Type={{{Type|}}}|Subtype={{{Subtype|}}}|Slot={{{Slot|}} }}}|}} | + | -->{{#ifexpr:{{{Min|1}}} <= 3 and {{{Max|20}}} >= 3|{{MagicItemGmListTable|Level=3|Type={{{Type|}}}|Subtype={{{Subtype|}}}|Slot={{{Slot|}} }}}|}}<!-- |
− | {{#ifexpr:{{{Min|1}}} <= 4 and {{{Max|20}}} >= 4|{{MagicItemGmListTable|Level=4|Type={{{Type|}}}|Subtype={{{Subtype|}}}|Slot={{{Slot|}}} }}|}} | + | -->{{#ifexpr:{{{Min|1}}} <= 4 and {{{Max|20}}} >= 4|{{MagicItemGmListTable|Level=4|Type={{{Type|}}}|Subtype={{{Subtype|}}}|Slot={{{Slot|}}} }}|}}<!-- |
− | {{#ifexpr:{{{Min|1}}} <= 5 and {{{Max|20}}} >= 5|{{MagicItemGmListTable|Level=5|Type={{{Type|}}}|Subtype={{{Subtype|}}}|Slot={{{Slot|}}} }}|}} | + | -->{{#ifexpr:{{{Min|1}}} <= 5 and {{{Max|20}}} >= 5|{{MagicItemGmListTable|Level=5|Type={{{Type|}}}|Subtype={{{Subtype|}}}|Slot={{{Slot|}}} }}|}}<!-- |
− | {{#ifexpr:{{{Min|1}}} <= 6 and {{{Max|20}}} >= 6|{{MagicItemGmListTable|Level=6|Type={{{Type|}}}|Subtype={{{Subtype|}}}|Slot={{{Slot|}}} }}|}} | + | -->{{#ifexpr:{{{Min|1}}} <= 6 and {{{Max|20}}} >= 6|{{MagicItemGmListTable|Level=6|Type={{{Type|}}}|Subtype={{{Subtype|}}}|Slot={{{Slot|}}} }}|}}<!-- |
− | {{#ifexpr:{{{Min|1}}} <= 7 and {{{Max|20}}} >= 7|{{MagicItemGmListTable|Level=7|Type={{{Type|}}}|Subtype={{{Subtype|}}}|Slot={{{Slot|}}} }}|}} | + | -->{{#ifexpr:{{{Min|1}}} <= 7 and {{{Max|20}}} >= 7|{{MagicItemGmListTable|Level=7|Type={{{Type|}}}|Subtype={{{Subtype|}}}|Slot={{{Slot|}}} }}|}}<!-- |
− | {{#ifexpr:{{{Min|1}}} <= 8 and {{{Max|20}}} >= 8|{{MagicItemGmListTable|Level=8|Type={{{Type|}}}|Subtype={{{Subtype|}}}|Slot={{{Slot|}}} }}|}} | + | -->{{#ifexpr:{{{Min|1}}} <= 8 and {{{Max|20}}} >= 8|{{MagicItemGmListTable|Level=8|Type={{{Type|}}}|Subtype={{{Subtype|}}}|Slot={{{Slot|}}} }}|}}<!-- |
− | {{#ifexpr:{{{Min|1}}} <= 9 and {{{Max|20}}} >= 9|{{MagicItemGmListTable|Level=9|Type={{{Type|}}}|Subtype={{{Subtype|}}}|Slot={{{Slot|}}} }}|}}</includeonly> | + | -->{{#ifexpr:{{{Min|1}}} <= 9 and {{{Max|20}}} >= 9|{{MagicItemGmListTable|Level=9|Type={{{Type|}}}|Subtype={{{Subtype|}}}|Slot={{{Slot|}}} }}|}}</includeonly> |
Revision as of 10:27, 13 January 2020
- Type: Type of magic item to display
- Subtype: subtype that should be included (optional)
- Slot: slot that should be included (optional)
- Min: Minimum gear level to display (Optional)
- Max: Maximum gear level to display (Optional)