Widget:StatTable: Difference between revisions
Jump to navigation
Jump to search
Pianoforte (talk | contribs) No edit summary |
Pianoforte (talk | contribs) m Reverted edits by Pianoforte (talk) to last revision by Messing with data |
||
Line 34: | Line 34: | ||
<select id="costumeSelection" onchange="swap_costume()"> | <select id="costumeSelection" onchange="swap_costume()"> | ||
<option value="<!--{$defaultpath|escape:'html'}-->" selected="selected">Default</option> | <option value="<!--{$defaultpath|escape:'html'}-->" selected="selected">Default</option> | ||
<option value=" | <option value="_Mod">Mod</option> | ||
<option value="<!--{$costume1path|escape:'html'}-->"><!--{$costume1|escape:'html'}--></option> | <option value="<!--{$costume1path|escape:'html'}-->"><!--{$costume1|escape:'html'}--></option> | ||
<option value="<!--{$costume2path|escape:'html'}-->"><!--{$costume2|escape:'html'}--></option> | <option value="<!--{$costume2path|escape:'html'}-->"><!--{$costume2|escape:'html'}--></option> | ||
<option value="<!--{$costume3path|escape:'html'}-->"><!--{$costume3|escape:'html'}--></option> | <option value="<!--{$costume3path|escape:'html'}-->"><!--{$costume3|escape:'html'}--></option> | ||
</select> | </select> | ||
<div id="stat_table">test</div> | |||
</includeonly> | </includeonly> | ||
Line 49: | Line 47: | ||
|dmg_max=999 | |dmg_max=999 | ||
|defaultpath={{filepath:Springfield.png|420}} | |defaultpath={{filepath:Springfield.png|420}} | ||
| | |costume1=test1 | ||
|costume1path={{filepath:Springfield_costume1.png|420}} | |costume1path={{filepath:Springfield_costume1.png|420}} | ||
| | |costume2=test2 | ||
|costume2path={{filepath:Springfield_costume2.png|420}} | |costume2path={{filepath:Springfield_costume2.png|420}} | ||
| | |costume3=test3 | ||
|costume3path={{filepath:Springfield_costume3.png|420}} | |costume3path={{filepath:Springfield_costume3.png|420}} | ||
}} | }} | ||
<div id="fullart" style="float:left; padding: 10px;">[[file:Springfield.png|420px]]</div> | <div id="fullart" style="float:left; padding: 10px;">[[file:Springfield.png|420px]]</div> | ||
<div id="dummydiv" style="float:left; padding: 10px; border: thin solid white;" onclick="alert('hi');">[[File:Springfield_chibi.png|link=|center|class=tdoll_chibi]]</div> | <div id="dummydiv" style="float:left; padding: 10px; border: thin solid white;" onclick="alert('hi');">[[File:Springfield_chibi.png|link=|center|class=tdoll_chibi]]</div> | ||
</noinclude> | </noinclude> |