Template:Test: Difference between revisions

From IdleOn MMO Wiki
imported>Grzib
mNo edit summary
imported>Grzib
mNo edit summary
Line 1: Line 1:
<div class="infobox" style = "background: #eee;border: 1px solid #aaa;float: right;margin: 0 0 1em 1em;padding: 1em;width: 400px;">
<div class="infobox">
<div class="infobox-title" style ="font-size: 2em; text-align: center;">{{{title|{{PAGENAME}}}}}</div>
<div class="infobox-title">{{{title|{{PAGENAME}}}}}</div>
<div class="infobox-image" style ="text-align: center;">[[File:{{{image}}}]]</div>
<div class="infobox-image">[[File:{{{image}}}]]</div>
{|
<table><tr>
|- style="vertical-align:top;"
    <th>Description</th>
| style="font-weight:bold;" | Description
    <td>{{{description}}}</td>
| style="width: 65%;" | {{{description}}}
    </tr>
|- style="vertical-align:top;"
    <th>Location</th>
| style="font-weight:bold;" | Location
    <td>{{{location}}}</td>
| {{{location}}}
    </tr>
|- style="vertical-align:top;"
    <th>Health</th>
| style="font-weight:bold;" | Health
    <td>{{{health}}}</td>
| {{{health}}}
    </tr>
|- style="vertical-align:top;"
    <th>Attack</th>
| style="font-weight:bold;" | Attack
    <td>{{{attack}}}</td>
| {{{attack}}}
    </tr>
|- style="vertical-align:top;"
    <th>Defense</th>
| style="font-weight:bold;" | Accuracy 5-100%
    <td>{{{defense}}}</td>
| {{{accuracy}}}
    </tr>
|- style="vertical-align:top;"
    <th>Accuracy Required</th>
| style="font-weight:bold;" | Movement Speed&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
    <td>{{{accuracy}}}</td>
| {{{movespeed}}}
    </tr>
|- style="vertical-align:top;"
    <th>Movement Speed</th>
| style="font-weight:bold;" | EXP
    <td>{{{speed}}}</td>
| {{{exp}}}
    </tr>
|- style="vertical-align:top;"
    <th>Experience</th>
| style="font-weight:bold;" | Coins
    <td>{{{exp}}}</td>
| {{{coins}}}
</tr></table>
|}
</div>
</div>

Revision as of 14:02, 14 November 2020

Test
[[File:{{{image}}}]]
Description {{{description}}}
Location {{{location}}}
Health {{{health}}}
Attack {{{attack}}}
Defense {{{defense}}}
Accuracy Required {{{accuracy}}}
Movement Speed {{{speed}}}
Experience {{{exp}}}