Difference between revisions of "Widget:3DModelNotteMoe"

From Dragalia Lost Wiki
Jump to navigation Jump to search
imported>Elaeagnifolia
imported>Elaeagnifolia
Line 1: Line 1:
<includeonly><div id="modelViewer">
+
<includeonly><div id="modelViewer<!--{$secondModel}-->">
 
     <a href="">Load 3D Model</a>
 
     <a href="">Load 3D Model</a>
 
</div></includeonly>
 
</div></includeonly>
 
<script>
 
<script>
     document.querySelector("#modelViewer a").addEventListener("click", function(e) {
+
     document.querySelector("#modelViewer<!--{$secondModel}--> a").addEventListener("click", function(e) {
         document.querySelector("#modelViewer").innerHTML = '<iframe width="400px" height="400px" src="https://notte.moe/dl-fbx/<!--{$modelType}--><!--{$id}-->_<!--{$variationId}-->" frameborder="0" style="border:none;" allowvr="yes" allow="vr; xr; accelerometer; magnetometer; gyroscope; autoplay;" allowfullscreen mozallowfullscreen="true" webkitallowfullscreen="true" onmousewheel="" ></iframe><br/><span style="font-size:0.8em">Click <a href="https://notte.moe/dl-fbx/<!--{$modelType}--><!--{$id}-->_<!--{$variationId}-->">here</a> if model fails to load.</span>';
+
         document.querySelector("#modelViewer<!--{$secondModel}-->").innerHTML = '<iframe width="400px" height="400px" src="https://notte.moe/dl-fbx/<!--{$modelType}--><!--{$id}-->_<!--{$variationId}-->" frameborder="0" style="border:none;" allowvr="yes" allow="vr; xr; accelerometer; magnetometer; gyroscope; autoplay;" allowfullscreen mozallowfullscreen="true" webkitallowfullscreen="true" onmousewheel="" ></iframe><br/><span style="font-size:0.8em">Click <a href="https://notte.moe/dl-fbx/<!--{$modelType}--><!--{$id}-->_<!--{$variationId}-->">here</a> if model fails to load.</span>';
 
     e.preventDefault();
 
     e.preventDefault();
 
   e.stopPropagation();
 
   e.stopPropagation();
 
     }, false);
 
     }, false);
 
</script>
 
</script>

Revision as of 23:23, 3 February 2020

<script>

   document.querySelector("#modelViewer a").addEventListener("click", function(e) {
       document.querySelector("#modelViewer").innerHTML = '<iframe width="400px" height="400px" src="https://notte.moe/dl-fbx/_" frameborder="0" style="border:none;" allowvr="yes" allow="vr; xr; accelerometer; magnetometer; gyroscope; autoplay;" allowfullscreen mozallowfullscreen="true" webkitallowfullscreen="true" onmousewheel="" ></iframe>
Click <a href="https://notte.moe/dl-fbx/_">here</a> if model fails to load.'; e.preventDefault(); e.stopPropagation(); }, false);

</script>