Dark and Light Wiki
Xianith (talk | contribs)
mNo edit summary
Xianith (talk | contribs)
mNo edit summary
Line 6: Line 6:
 
var pageCount = Math.round($count / 45);
 
var pageCount = Math.round($count / 45);
   
var $template = $('.page1').html();
+
var $template = $('.page1').append("<div class='page2'><DPL>
  +
namespace=
  +
nottitlematch=%Seed%
  +
uses = Template:Infobox crafting section
  +
notcategorymatch=Resources
  +
notcategorymatch=Loot
  +
notcategorymatch=New
  +
format = {¦class="schematic-list",¶¦-¶¦<div class='schem-round'>²{Item icon¦%PAGE%¦55px}²</div>¦¦,¦¦,¶¦}
  +
offset=<span class="schematics-list-offset">0</span>
  +
columns=9
  +
count=45
  +
offset=45
  +
</DPL></div>"");
   
 
console.log($count);
 
console.log($count);

Revision as of 17:48, 27 October 2017

<script> RLQ.push(function () {

var $count = $('#schem-count').html();

var pageCount = Math.round($count / 45);

var $template = $('.page1').append("

Icon planar gate
Icon petrification spell
Icon small chest
Icon mortar and pestle
Icon tea leaves
Icon sulfur powder
Icon focusing potion
Icon lightstone sand
Icon darkstone sand
Icon bone meal
Icon workbench
Icon celestial staff
Icon carnivore feed
Icon herbivore feed
Icon forge
Icon terra flower root
Icon bedroll
Icon bed
Icon canopy
Icon stone fireplace
Icon air essence
Icon water essence
Icon earth essence
Icon fire essence
Icon light essence
Icon lucky clover
Icon medium chest
Icon large chest
Icon stone-tipped arrow
Icon small crop plot
Icon medium crop plot
Icon large crop plot
Icon compost bin
Icon fungal spores
Icon stone hook arrow
Icon iron hook arrow
Icon iron hammer
Icon sorcerer's staff
Icon resurrection altar
Icon fine cooked meat
Icon silica powder
Icon cooking herb
Icon cooking pot
Icon fine cured meat
Icon cured meat

"");

console.log($count); console.log(pageCount); console.log($template);

}); </script>