Template:Area/tooltipbox: Difference between revisions

From IdleOn MMO Wiki
No edit summary
(Blanked the page)
Tag: Blanking
Line 1: Line 1:
<includeonly>&lt;div class='Infobox Detailbox'&gt;
 
    &lt;b class='SubHeader'&gt;The {{{Enemy}}} map&lt;/b&gt;
    &lt;i class='HeaderImage'&gt;&lt;img src='{{filepath:{{{EnemyImage}}}}}'&gt;&lt;/i&gt;
    &lt;dl&gt;&lt;/dl&gt;
&lt;/div&gt;</includeonly><noinclude>
HTML entity names are used within this template to avoid parsing the contents early. The readable version is as follows:
    <pre>
<div class='Infobox Detailbox'>
    <b class='SubHeader'>The {{{Enemy}}} map</b>
    <i class='HeaderImage'><img src='{{filepath:{{{EnemyImage}}}}}'></i>
    <dl></dl>
</div>
    </pre>
</noinclude>

Revision as of 07:23, 4 August 2024