Difference between revisions of "MagicItemGmList"
From Titan's Teeth
Dicemonger (talk | contribs) |
Dicemonger (talk | contribs) |
||
Line 9: | Line 9: | ||
{{#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|}}} }}|}}<!-- |
Revision as of 10:38, 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)