User:LVL/Sandbox: Difference between revisions

Jump to navigation Jump to search
LVL (talk | contribs)
No edit summary
LVL (talk | contribs)
No edit summary
Line 1: Line 1:
{{#vardefine:souls_style|font-size: 12px; text-shadow: 1px 1px rgba(0, 0, 0, 0.3);}}
{{#ifeq:{{{weapon_items|}}}|true|
{{#ifeq:{{{weapon_items|}}}|true|
{{Navbox
== {{ItemType|Weapon|color=true}} ==
|name      = LVL/Sandbox_Weapon
{{#invoke:LVL/Sandbox|generate_table|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|
}}{{#ifeq:{{{armor_items|}}}|true|
{{Navbox
== {{ItemType|Armor|color=true}} ==
|name      = LVL/Sandbox_Armor
{{#invoke:LVL/Sandbox|generate_table|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|
}}{{#ifeq:{{{tech_items|}}}|true|
{{Navbox
== {{ItemType|Tech|color=true}} ==
|name      = LVL/Sandbox_Tech
{{#invoke:LVL/Sandbox|generate_table|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>
}}<noinclude>
{{Documentation}}
{{Documentation}}
This template generates lists of unreleased (disabled) items, pulling data from Data:ItemData.json.
This template generates sortable tables of unreleased items.


== Usage ==
== Usage ==
Line 35: Line 16:
{{LVL/Sandbox
{{LVL/Sandbox
|weapon_items = true
|weapon_items = true
|armor_items = true
|armor_items = true <!-- Corresponds to Vitality -->
|tech_items = true
|tech_items = true   <!-- Corresponds to Spirit -->
}}
}}
</pre>
</pre>
</noinclude>
</noinclude>