User:LVL/Sandbox: Difference between revisionsGive feedback
< User:LVL
No edit summary |
No edit summary |
||
| Line 2: | Line 2: | ||
{{#ifeq:{{{weapon_items|}}}|true| | {{#ifeq:{{{weapon_items|}}}|true| | ||
{{Navbox | {{Navbox | ||
|name = | |name = LVL/Sandbox_Weapon | ||
|title = {{ItemType|Weapon|color=true}} | |title = {{ItemType|Weapon|color=true}} | ||
|state = {{{state|}}} | |state = {{{state|}}} | ||
|titlestyle = background-color:#ffefd7; | |titlestyle = background-color:#ffefd7; | ||
|groupstyle = background-color:#b89f8a; text-align:center; | |groupstyle = background-color:#b89f8a; text-align:center; | ||
|list1 = {{#invoke: | |list1 = {{#invoke:LVL/Sandbox|generate_subgroup|Weapon|ItemBox}} | ||
}} | }} | ||
}}{{#ifeq:{{{armor_items|}}}|true| | }}{{#ifeq:{{{armor_items|}}}|true| | ||
{{Navbox | {{Navbox | ||
|name = | |name = LVL/Sandbox_Armor | ||
|title = {{ItemType|Armor|color=true}} | |title = {{ItemType|Armor|color=true}} | ||
|state = {{{state|}}} | |state = {{{state|}}} | ||
|titlestyle = background-color:#ffefd7; | |titlestyle = background-color:#ffefd7; | ||
|groupstyle = background-color:#b89f8a; text-align:center; | |groupstyle = background-color:#b89f8a; text-align:center; | ||
|list1 = {{#invoke: | |list1 = {{#invoke:LVL/Sandbox|generate_subgroup|Armor|ItemBox}} | ||
}} | }} | ||
}}{{#ifeq:{{{tech_items|}}}|true| | }}{{#ifeq:{{{tech_items|}}}|true| | ||
{{Navbox | {{Navbox | ||
|name = | |name = LVL/Sandbox_Tech | ||
|title = {{ItemType|Tech|color=true}} | |title = {{ItemType|Tech|color=true}} | ||
|state = {{{state|}}} | |state = {{{state|}}} | ||
|titlestyle = background-color:#ffefd7; | |titlestyle = background-color:#ffefd7; | ||
|groupstyle = background-color:#b89f8a; text-align:center; | |groupstyle = background-color:#b89f8a; text-align:center; | ||
|list1 = {{#invoke: | |list1 = {{#invoke:LVL/Sandbox|generate_subgroup|Tech|ItemBox}} | ||
}} | }} | ||
}}<noinclude> | }}<noinclude> | ||
| Line 33: | Line 33: | ||
== Usage == | == Usage == | ||
<pre> | <pre> | ||
{{ | {{LVL/Sandbox | ||
|weapon_items = true | |weapon_items = true | ||
|armor_items = true | |armor_items = true | ||
Revision as of 19:58, 5 November 2025
Documentation [create]
This template generates lists of unreleased (disabled) items, pulling data from Data:ItemData.json.
Usage
{{LVL/Sandbox
|weapon_items = true
|armor_items = true
|tech_items = true
}}