Widget:High-Elf-Swordsman

From Rivendom
Revision as of 17:27, 20 August 2015 by Malkuthe (talk | contribs)
Jump to: navigation, search

<iframe id="monsterframe" src="http://monsters.themanyworlds.net/monsters/CR-1-High-Elf-Swordsman.html" style="display:none;"></iframe>

<script>

 function addFrame() {
 var iframe = document.getElementById('monsterframe');
 var innerDoc = iframe.contentDocument || iframe.contentWindow.document;
 var statblock = innerDoc.getElementsByTagName('stat-block')[0];
 document.body.appendChild(statblock);
 }
 window.onLoad = addFrame();

</script>