Difference between revisions of "MagicItemGmList"
From Titan's Teeth
Dicemonger (talk | contribs) |
Dicemonger (talk | contribs) |
||
Line 1: | Line 1: | ||
<noinclude> | <noinclude> | ||
* Type: Type of magic item to display | * Type: Type of magic item to display | ||
+ | * Min: Minimum gear level to display (Optional) | ||
+ | * Max: Maximum gear level to display (Optional) | ||
</noinclude><includeonly> | </noinclude><includeonly> | ||
== Items by Gear Level == | == Items by Gear Level == | ||
− | === 1 === | + | {{#ifexpr:{{{Min|1}}} <= 1|=== 1 === |
<div style="max-width:100%;margin:10px;background-color:white;padding:.8em;border:1px solid #DDDDDD;"> | <div style="max-width:100%;margin:10px;background-color:white;padding:.8em;border:1px solid #DDDDDD;"> | ||
{{#cargo_query:tables=MagicItems | {{#cargo_query:tables=MagicItems | ||
Line 14: | Line 16: | ||
</div> | </div> | ||
− | === 2 === | + | <wbr>}}{{#ifexpr:{{{Min|1}}} <= 2 and {{{Max|20}}} >= 2|=== 2 === |
<div style="max-width:100%;margin:10px;background-color:white;padding:.8em;border:1px solid #DDDDDD;"> | <div style="max-width:100%;margin:10px;background-color:white;padding:.8em;border:1px solid #DDDDDD;"> | ||
{{#cargo_query:tables=MagicItems | {{#cargo_query:tables=MagicItems | ||
Line 25: | Line 27: | ||
</div> | </div> | ||
− | === 3 === | + | <wbr>}}{{#ifexpr:{{{Min|1}}} <= 3 and {{{Max|20}}} >= 3|=== 3 === |
<div style="max-width:100%;margin:10px;background-color:white;padding:.8em;border:1px solid #DDDDDD;"> | <div style="max-width:100%;margin:10px;background-color:white;padding:.8em;border:1px solid #DDDDDD;"> | ||
{{#cargo_query:tables=MagicItems | {{#cargo_query:tables=MagicItems | ||
Line 36: | Line 38: | ||
</div> | </div> | ||
− | === 4 === | + | <wbr>}}{{#ifexpr:{{{Min|1}}} <= 4 and {{{Max|20}}} >= 4|=== 4 === |
<div style="max-width:100%;margin:10px;background-color:white;padding:.8em;border:1px solid #DDDDDD;"> | <div style="max-width:100%;margin:10px;background-color:white;padding:.8em;border:1px solid #DDDDDD;"> | ||
{{#cargo_query:tables=MagicItems | {{#cargo_query:tables=MagicItems | ||
Line 47: | Line 49: | ||
</div> | </div> | ||
− | === 5 === | + | <wbr>}}{{#ifexpr:{{{Min|1}}} <= 5 and {{{Max|20}}} >= 5|=== 5 === |
<div style="max-width:100%;margin:10px;background-color:white;padding:.8em;border:1px solid #DDDDDD;"> | <div style="max-width:100%;margin:10px;background-color:white;padding:.8em;border:1px solid #DDDDDD;"> | ||
{{#cargo_query:tables=MagicItems | {{#cargo_query:tables=MagicItems | ||
Line 58: | Line 60: | ||
</div> | </div> | ||
− | === 6 === | + | <wbr>}}{{#ifexpr:{{{Min|1}}} <= 6 and {{{Max|20}}} >= 6|=== 6 === |
<div style="max-width:100%;margin:10px;background-color:white;padding:.8em;border:1px solid #DDDDDD;"> | <div style="max-width:100%;margin:10px;background-color:white;padding:.8em;border:1px solid #DDDDDD;"> | ||
{{#cargo_query:tables=MagicItems | {{#cargo_query:tables=MagicItems | ||
Line 69: | Line 71: | ||
</div> | </div> | ||
− | === 7 === | + | <wbr>}}{{#ifexpr:{{{Min|1}}} <= 7 and {{{Max|20}}} >= 7|=== 7 === |
<div style="max-width:100%;margin:10px;background-color:white;padding:.8em;border:1px solid #DDDDDD;"> | <div style="max-width:100%;margin:10px;background-color:white;padding:.8em;border:1px solid #DDDDDD;"> | ||
{{#cargo_query:tables=MagicItems | {{#cargo_query:tables=MagicItems | ||
Line 80: | Line 82: | ||
</div> | </div> | ||
− | === 8 === | + | <wbr>}}{{#ifexpr:{{{Min|1}}} <= 8 and {{{Max|20}}} >= 8|=== 8 === |
<div style="max-width:100%;margin:10px;background-color:white;padding:.8em;border:1px solid #DDDDDD;"> | <div style="max-width:100%;margin:10px;background-color:white;padding:.8em;border:1px solid #DDDDDD;"> | ||
{{#cargo_query:tables=MagicItems | {{#cargo_query:tables=MagicItems | ||
Line 89: | Line 91: | ||
|columns=3 | |columns=3 | ||
}} | }} | ||
− | </div></includeonly> | + | </div>}}</includeonly> |
Revision as of 14:58, 3 January 2020
- Type: Type of magic item to display
- Min: Minimum gear level to display (Optional)
- Max: Maximum gear level to display (Optional)