Difference between revisions of "Template:RuneBox"
From Official Runecraft Wiki
(45 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
<includeonly> | <includeonly> | ||
− | <div class="rune-box" style="float:none"><p class="rune-name><span id="{{{title|}}}"><b>{{{title|<strong>Rune Title Missing</strong>}}}</b></span></p> | + | |
− | <div class="rune-box-content" style="float:left"> | + | <div class="rune-box" style="float:none"> |
− | <p class="rune-box-header">Information</p> | + | <p class="rune-name><span id="{{{title|}}}"><b>{{{title|<strong>Rune Title Missing</strong>}}}</b></span></p> |
+ | <div class="rune-box-content" style="float:left;width:65%;"> | ||
+ | <p class="rune-box-header" style="text-align:left">Information</p> | ||
<div class="rune-info-line"><p><strong>Required Materials</strong></p><p>{{{materials|}}}</p></div> | <div class="rune-info-line"><p><strong>Required Materials</strong></p><p>{{{materials|}}}</p></div> | ||
<div class="rune-info-line"><p><strong>Size</strong></p><p>{{{size|}}}</p></div> | <div class="rune-info-line"><p><strong>Size</strong></p><p>{{{size|}}}</p></div> | ||
Line 10: | Line 12: | ||
{{#if: {{{disabledrunestxt|}}} | <div class="rune-info-line"><p><strong>Disabled-runes.txt</strong></p><p><pre>{{{disabledrunestxt|}}}</pre></p></div>}} | {{#if: {{{disabledrunestxt|}}} | <div class="rune-info-line"><p><strong>Disabled-runes.txt</strong></p><p><pre>{{{disabledrunestxt|}}}</pre></p></div>}} | ||
</div> | </div> | ||
− | |||
− | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | <div class="rune-box-display" style="float:right;width:30%;padding:2px;border-style:solid;border-color:black;"> | ||
+ | <p class="rune-box-title" style="text-align:center"><b>Rune Info</b></p> | ||
+ | {{#if:{{{disp_widget|}}} |<div class="rune-display" style="margin: 0 auto;">{{{disp_widget|}}}</div> |<div class="rune-display" style="height: fit-content;width: fit-content;margin-left: auto; margin-right:auto; background-color: aliceblue;border-color: black;border-style: solid;">[[File:Coming_Soon.png]]</div>}} | ||
+ | <hr> | ||
+ | <div class="rune-info-line"><p><strong>Size</strong></p><p>{{{size|}}}</p></div> | ||
+ | <div class="rune-info-line"><p><strong>Tool</strong></p><p>{{{tool|}}}</p></div> | ||
+ | {{#if: {{{uses|}}} |<div class="rune-info-line"><p><strong>Uses</strong></p><p>{{{uses|}}}</p></div>}} | ||
+ | {{#if: {{{energy|}}} |<div class="rune-info-line"><p><strong>Energy Cost</strong></p><p>{{{energy|}}}</p></div>}} | ||
+ | {{#if: {{{disabledrunestxt|}}} | <div class="rune-info-line"><p><strong>Disabled-runes.txt</strong></p><p><pre>{{{disabledrunestxt|}}}</pre></p></div>}} | ||
+ | <div class="rune-info-line"><p><strong>Materials</strong></p><p>{{{materials|}}}</p></div> | ||
+ | |||
+ | </div> | ||
+ | |||
+ | <div style="clear: both;"></div> | ||
+ | <div class="rune-pattern"> | ||
+ | {{LoadBox|page={{FULLPAGENAME}}/Pattern|title=Rune Pattern|float=none}}{{-}} | ||
</div> | </div> | ||
− | |||
</div> | </div> | ||
− | |||
+ | </includeonly> | ||
<noinclude>{{Documentation}}</noinclude> | <noinclude>{{Documentation}}</noinclude> |