Difference between revisions of "Widget:High-Elf-Swordsman"

From Rivendom
Jump to: navigation, search
 
(73 intermediate revisions by the same user not shown)
Line 1: Line 1:
<stat-block>
+
<iframe id="monsterFrame" name="monsterFrame" src="<!--{$url}-->" style="display:none;"></iframe>
<statblock-columns>2</statblock-columns>
+
<script>
<creature-heading>
+
 
<h1 class="nowiki">Elledynn&euml; Swordsman</h1>
+
  setTimeout(function(){
<h2 class="nowiki">Medium humanoid(Elledynn&euml;), chaotic neutral</h2>
+
    var iFrameContents = frames['monsterFrame'].document.getElementsByTagName('stat-block')[0];
</creature-heading>
+
    document.getElementById('mw-content-text').appendChild(iFrameContents);},750);
</stat-block>
+
</script>

Latest revision as of 17:13, 21 August 2015

<iframe id="monsterFrame" name="monsterFrame" src="" style="display:none;"></iframe> <script>

 setTimeout(function(){
   var iFrameContents = frames['monsterFrame'].document.getElementsByTagName('stat-block')[0];
   document.getElementById('mw-content-text').appendChild(iFrameContents);},750);

</script>