Widget:costumeSwitcher: Difference between revisions
Jump to navigation
Jump to search
Pianoforte (talk | contribs) No edit summary |
Pianoforte (talk | contribs) No edit summary |
||
Line 43: | Line 43: | ||
</script><select id="costumeSelection" onchange="swap_costume()"> | </script><select id="costumeSelection" onchange="swap_costume()"> | ||
<option value="<!--{$defaultpaths|escape:'html'}-->" selected="selected">Default</option> | <option value="<!--{$defaultpaths|escape:'html'}-->" selected="selected">Default</option> | ||
{if $costume1name neq ''}<option value="<!--{$costume1paths|escape:'html'}-->"><!--{$costume1name|escape:'html'}--></option>{/if} | <!--{if $costume1name neq ''}--><option value="<!--{$costume1paths|escape:'html'}-->"><!--{$costume1name|escape:'html'}--></option><!--{/if}--> | ||
{if $costume2name | <!--{if $costume2name neq ''}--><option value="<!--{$costume2paths|escape:'html'}-->"><!--{$costume2name|escape:'html'}--></option><!--{/if}--> | ||
{if $costume3name neq ''}<option value="<!--{$costume3paths|escape:'html'}-->"><!--{$costume3name|escape:'html'}--></option>{/if} | <!--{if $costume3name neq ''}--><option value="<!--{$costume3paths|escape:'html'}-->"><!--{$costume3name|escape:'html'}--></option><!--{/if}--> | ||
{if $costume4name | <!--{if $costume4name neq ''}--><option value="<!--{$costume4paths|escape:'html'}-->"><!--{$costume4name|escape:'html'}--></option><!--{/if}--> | ||
{if $costume5name neq ''}<option value="<!--{$costume5paths|escape:'html'}-->"><!--{$costume5name|escape:'html'}--></option>{/if} | <!--{if $costume5name neq ''}--><option value="<!--{$costume5paths|escape:'html'}-->"><!--{$costume5name|escape:'html'}--></option><!--{/if}--> | ||
</select></includeonly> | </select></includeonly> | ||