More actions
Created page with "<!-- Server Infobox Template --> <includeonly>{{Infobox| |bodyclass = mw-collapsible floatright |image1 = {{#if:{{{image|}}}|[[File:{{{image}}}|400px]]|400px}} |imagerowclass1 = infobox-image |header1 = {{#if:{{{name|}}}|{{Infobox title icon|{{{name}}}|icon={{{icon|}}}|inverted={{{invertedicon|}}}}}}} |rowclass1 = infobox-title |label2 = Health points |data2 = {{{health|0}}} |rowclass2 = data-owne..." |
No edit summary |
||
(25 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
<includeonly>{{InfoboxNeue | |||
<includeonly>{{ | | image = {{{image}}} | ||
| | |||
| | | title = {{{name}}} | ||
| subtitle = Difficulty: {{{difficulty|Unknown}}} | |||
| | | section1 = Properties | ||
| | | label1 = Health points | ||
| | | content1 = {{hp|{{{health|0}}}}} | ||
| label2 = Armor points | |||
| content2 = {{{armor|0}}} | |||
| label3 = Attack strength | |||
| content3 = {{{attack|0}}} | |||
| label4 = Spawn behavior | |||
| content4 = {{{spawn|0}}} | |||
| | | section5 = Rewards | ||
| | | section-col5 = 1 | ||
| | | label5 = {{{reward_dist|No distribution}}} | ||
| content5 = {{{rewards|No rewards}}} | |||
}} {{#set: | |||
|name={{{name}}} | |||
|health_points={{{health}}} | |||
}}</includeonly> | |||
| | |||
| | |||
}}</includeonly | |||