More actions
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
For [[Wildy]] scripts, there is one manual and dynamic tabs for combat gear. | For [[Wildy]] scripts, there is one manual and dynamic tabs for combat gear. | ||
<div style="{{#ifeq:{{{equipment|}}}|manual||display:none;}}"> | <div style="{{#ifexpr: {{#ifeq:{{FULLPAGENAME}}|Template:Equipment-Wildy|1}} + {{#ifeq:{{{equipment|}}}|manual|1|0}} > 0 | |display:none;}}"> | ||
The manual tab also contains the below extra options: | The manual tab also contains the below extra options: | ||
{| class="wikitable" | {| class="wikitable" | ||
Line 28: | Line 28: | ||
|} | |} | ||
</div> | </div> | ||
<div style="{{#ifeq:{{{equipment|}}}|dynamic||display:none;}}"> | <div style="{{#ifexpr: {{#ifeq:{{FULLPAGENAME}}|Template:Equipment-Wildy|1}} + {{#ifeq:{{{equipment|}}}|dynamic|1|0}} > 0 | |display:none;}}"> | ||
The dynamic tab contains the below extra options: | The dynamic tab contains the below extra options: | ||
{| class="wikitable" | {| class="wikitable" |