Template:Mainpage/FeaturesBox: Difference between revisions
From IdleOn MMO Wiki
Kiokurashi (talk | contribs) mNo edit summary Tag: Reverted |
Kiokurashi (talk | contribs) mNo edit summary Tag: Reverted |
||
Line 2: | Line 2: | ||
<div class="mainpage-box"> | <div class="mainpage-box"> | ||
<h3>{{{header}}}</h3> | <h3>{{{header}}}</h3> | ||
{{#if:{{{content|}}}| | |||
<div class="mainpage-features tile-row"> | <div class="mainpage-features tile-row"> | ||
<!-- Just so that this doesn't cause problems for the current display -->{{{content}}}</div>| | |||
<tabber>General= | <tabber>General= | ||
{{#if:{{{general|}}}|{{{general}}}}} | {{#if:{{{general|}}}| | ||
<div class="mainpage-features tile-row">{{{general}}}</div> | |||
}} | |||
{{#if:{{{w1|}}}|{{!}}-{{!}}World 1= | {{#if:{{{w1|}}}|{{!}}-{{!}}World 1= | ||
{{{w1}}} | <div class="mainpage-features tile-row">{{{w1}}}</div> | ||
}} | }} | ||
{{#if:{{{w2|}}}|{{!}}-{{!}}World 2= | {{#if:{{{w2|}}}|{{!}}-{{!}}World 2= | ||
{{{w2}}} | <div class="mainpage-features tile-row">{{{w2}}}</div> | ||
}} | }} | ||
</tabber>}} | </tabber>}} |