Editing User:LVL/SandboxGive feedback
The edit can be undone.
Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.
| Latest revision | Your text | ||
| Line 1: | Line 1: | ||
{{ | {{#vardefine:souls_style|font-size: 12px; text-shadow: 1px 1px rgba(0, 0, 0, 0.3);}} | ||
{{#ifeq:{{{weapon_items|}}}|true| | |||
{{Navbox | |||
|name = LVL/Sandbox_Weapon | |||
|title = {{ItemType|Weapon|color=true}} | |||
|state = {{{state|}}} | |||
|titlestyle = background-color:#ffefd7; | |||
|groupstyle = background-color:#b89f8a; text-align:center; | |||
|list1 = {{#invoke:LVL/Sandbox|generate_subgroup|Weapon|ItemBox}} | |||
}} | |||
}}{{#ifeq:{{{armor_items|}}}|true| | |||
{{Navbox | |||
|name = LVL/Sandbox_Armor | |||
|title = {{ItemType|Armor|color=true}} | |||
|state = {{{state|}}} | |||
|titlestyle = background-color:#ffefd7; | |||
|groupstyle = background-color:#b89f8a; text-align:center; | |||
|list1 = {{#invoke:LVL/Sandbox|generate_subgroup|Armor|ItemBox}} | |||
}} | |||
}}{{#ifeq:{{{tech_items|}}}|true| | |||
{{Navbox | |||
|name = LVL/Sandbox_Tech | |||
|title = {{ItemType|Tech|color=true}} | |||
|state = {{{state|}}} | |||
|titlestyle = background-color:#ffefd7; | |||
|groupstyle = background-color:#b89f8a; text-align:center; | |||
|list1 = {{#invoke:LVL/Sandbox|generate_subgroup|Tech|ItemBox}} | |||
}} | |||
}}<noinclude> | |||
{{Documentation}} | |||
This template generates lists of unreleased (disabled) items, pulling data from Data:ItemData.json. | |||
== Usage == | |||
<pre> | |||
{{LVL/Sandbox | |||
|weapon_items = true | |||
|armor_items = true | |||
|tech_items = true | |||
{{ | }} | ||
</pre> | |||
</noinclude> | |||