Difference between revisions of "Widget:High-Elf-Swordsman"
From Rivendom
| Line 1: | Line 1: | ||
| − | <iframe id="monsterframe" src="https://wiki.rivendom.net/monsters/CR-1-High-Elf-Swordsman.html"></iframe> | + | <iframe id="monsterframe" src="https://wiki.rivendom.net/monsters/CR-1-High-Elf-Swordsman.html" style="display:none;"></iframe> |
<script> | <script> | ||
Revision as of 18:15, 20 August 2015
<iframe id="monsterframe" src="https://wiki.rivendom.net/monsters/CR-1-High-Elf-Swordsman.html" style="display:none;"></iframe>
<script>
var iframe = document.getElementById('monsterframe');
var innerDoc = iframe.contentDocument || iframe.contentWindow.document;
var docContent = document.getElementById('mw-content-text');
var statblock = innerDoc.getElementsByTagName('stat-block')[0];
docContent.appendChild(statblock);
</script>