Template:StatTable/Sandbox: Difference between revisions
Jump to navigation
Jump to search
Added live2d inventory as we kan find it out on server here |
m Maybe with a different type? |
||
Line 244: | Line 244: | ||
</div> | </div> | ||
<div class="artTab" data-tdoll-id="{{BASEPAGENAMEE}}"> | <div class="artTab" data-tdoll-id="{{BASEPAGENAMEE}}"> | ||
<script> | <script type="text/javascript"> | ||
RLQ.push(function() { | RLQ.push(function() { | ||
$(document).ready(function() { | $(document).ready(function() { |
Revision as of 15:42, 13 January 2018
Stats
Tiles
?
Skill
name of skill here | ||
<script type="text/javascript"> RLQ.push(function() { $(document).ready(function() { var inventory = []; inventory['StatTable'] = false; inventory['StatTable_costume1'] = false; inventory['StatTable_costume2'] = false; inventory['StatTable_costume3'] = false; inventory['StatTable_costume4'] = false; inventory['StatTable_costume5'] = false; inventory['StatTable_costume6'] = false; inventory['StatTable_costume7'] = false; inventory['StatTable_costume8'] = false; inventory['StatTable_costume9'] = false; inventory['StatTable_costume10'] = false; console.log("live2d inventory: ", inventory); $("*[data-tdoll-id='StatTable']").data('live2dinventory', inventory); }); }); </script>