Template:ItemListTable
Jump to navigation
Jump to search
| Item | Cost |
|---|---|
This is a template for a Table with a specific list of items, sorted by category (if displayed), cost (if displayed), then name.
Use
{{ItemListTable|Category=1|Description=1|Cost=1
{{IL|Item1}}
{{IL|Item2}}
{{IL|Item3}}
}}
Categoryoptional parameter, set to "=1" show Category column, default is offDescriptionoptional parameter, to "=1" show Description column, default is offCostoptional parameter, set to "=0" hide Cost column, default is on
Example 1
{{ItemListTable|Category=1|
{{IL|Holy Water}}
{{IL|Justice Juice}}
}}
Result
| Item | Category | Cost |
|---|---|---|
Example 2
{{ItemListTable|
{{IL|Holy Water}}
{{IL|Justice Juice}}
{{IL|Juice}}
}}
Result
| Item | Cost |
|---|---|
Example 3
{{ItemListTable|Description=1|Cost=0|
{{IL|Deck of Cards}}
{{IL|Wildcard}}
{{IL|The Joker}}
}}
Result
| Item | Description |
|---|---|
| [200 Mana] Gain a random card item that you don't already have. | |
| If you use an item to target visible cells with a sum of 13 or greater, you lose. | |
| Randomize your card items, including this one. |
Example 4
{{ItemListTable|Description=1|Cost=1|
{{IL|Deck of Cards}}
{{IL|Wildcard}}
{{IL|The Joker}}
}}
Result
| Item | Description | Cost |
|---|---|---|
| [200 Mana] Gain a random card item that you don't already have. | ||
| If you use an item to target visible cells with a sum of 13 or greater, you lose. | ||
| Randomize your card items, including this one. |
Example 5
{{ItemListTable|Category=1|Description=1|Cost=1|
{{IL|Deck of Cards}}
{{IL|Wildcard}}
{{IL|The Joker}}
}}
Result
| Item | Description | Category | Cost |
|---|---|---|---|
| Randomize your card items, including this one. | |||
| [200 Mana] Gain a random card item that you don't already have. | |||
| If you use an item to target visible cells with a sum of 13 or greater, you lose. |
Depends On