59,093
edits
m (testing...) |
m (Text replacement - ";background" to "; background") |
||
(20 intermediate revisions by 7 users not shown) | |||
Line 1: | Line 1: | ||
{| class="infobox bordered" style=" | {| class="infobox bordered" style="width:265px" cellpadding="3" | ||
! colspan="2" style="font-size:110%; text-align:center; background:#7B68EE" | {{{name}}} | |||
! colspan=" | |||
|- | |- | ||
{{#if:{{{image<includeonly>|</includeonly>}}} | | {{#if:{{{image<includeonly>|</includeonly>}}} | | ||
{{!}} colspan=" | {{!}} colspan="2" style="text-align:center; background:#fff" {{!}}{{{image}}}{{#if:{{{caption|}}}|<br>{{{caption}}}}} | ||
{{!}}- | {{!}}- | ||
}} | }} | ||
{{#if:{{{universe<includeonly>|</includeonly>}}} | | {{#if:{{{universe<includeonly>|</includeonly>}}} | | ||
{{!}} style="background | {{!}} style="background:#eee" {{!}}'''[[Universe]]''' | ||
{{!}} {{{universe}}} | |||
{{!}}- | {{!}}- | ||
}} | }} | ||
{{#if:{{{level<includeonly>|</includeonly>}}} | | {{#if:{{{level<includeonly>|</includeonly>}}} | | ||
{{!}} style="background | {{!}} style="background:#eee" {{!}}'''Level(s) appears in''' | ||
{{!}} {{{level}}} | |||
{{!}}- | {{!}}- | ||
}} | }} | ||
{{ | {{#if:{{{points<includeonly>|</includeonly>}}} | | ||
{ | {{!}} style="background:#eee" {{!}}'''Point worth''' | ||
{{!}} {{{points}}} | |||
{{!}} style=" | |||
{{!}} | |||
{ | |||
{{!}}- | {{!}}- | ||
}} | }} | ||
{{#if:{{{interwiki<includeonly>|</includeonly>}}} | | |||
{{#if:{{{ | {{InterwikiInfobox|{{{interwikiname}}}|{{{interwiki}}}|{{{interwikipage|{{PAGENAME}}}}}|{{{interwikipage|{{PAGENAME}}}}}}} | ||
{{ | |||
{{ | |||
}} | }} | ||
|}<noinclude> | |}<noinclude> | ||
==Usage== | ==Usage== | ||
<pre>{{Infobox Enemy | <pre>{{Infobox Enemy | ||
|name | |name = | ||
|image | |image = | ||
|caption | |caption = | ||
|universe | |universe = | ||
|level | |level = | ||
| | |points = | ||
| | |interwiki = | ||
| | |interwikiname = | ||
| | |interwikipage = | ||
}}</pre> | }}</pre> | ||