Hosting and domain costs until October 2024 have been generously sponsored by dumptruck_ds. Thank you!

Difference between revisions of "Template:Infobox Monster"

From Quake Wiki

m
(testing new monster infobox)
Line 1: Line 1:
__NOTOC__
+
{| class="wikitable" width="320" style="float:right; margin:8px"
{| class="infobox" style="width: 21em; font-size: 90%"
+
! style="font-size: larger; margin-left: 1em;" | '''{{{monster_name}}}'''
|+ style="font-size: larger; margin-left: 1em;"|'''{{{name}}}'''
 
 
|-
 
|-
|'''Health''' || {{{health}}}
+
|
 +
{|
 +
| colspan="2" |
 +
{{#if: {{{image}}} | [[file:{{{image}}}|thumb|center|320px|alt={{{monster_name}}}]] }}
 
|-
 
|-
|'''Attacks''' || {{{attacks}}}
+
| width="120" |'''Health'''
 +
| {{{health}}}
 
|-
 
|-
|'''Drop''' || {{{drop}}}
+
|'''Attacks'''
 +
| {{{attacks}}}
 
|-
 
|-
|'''1st appearance''' || {{{1stappearance}}}
+
|'''Drop'''  
 +
| {{{drop}}}
 
|-
 
|-
|'''Entity''' || [[{{{entity}}}]]
+
|'''1st appearance'''
 +
| {{{1stappearance}}}
 
|-
 
|-
|'''Model''' || {{{model}}}
+
|'''Entity'''
 +
| [[{{{entity}}}]]
 
|-
 
|-
|'''Game version'''† || {{{gameversion}}}
+
|'''Model'''
 +
| {{{model}}}
 
|-
 
|-
|colspan="2" style="border-top:1px solid #888;font-size:7pt"|† The data files for monsters that appear only in the registered version of Quake reside in pak1.pak rather than pak0.pak.
+
|'''Game version'''†
 +
| {{{gameversion}}}
 
|-
 
|-
 +
| colspan="2" style="border-top:1px solid #888;font-size:7pt" |† The data files for monsters that appear only in the registered version of Quake reside in pak1.pak rather than pak0.pak.
 +
|-
 +
|}
 
|}
 
|}

Revision as of 11:14, 7 April 2013

{{{monster_name}}}

[[file:{{{image}}}|thumb|center|320px|alt={{{monster_name}}}]]

Health {{{health}}}
Attacks {{{attacks}}}
Drop {{{drop}}}
1st appearance {{{1stappearance}}}
Entity [[{{{entity}}}]]
Model {{{model}}}
Game version {{{gameversion}}}
† The data files for monsters that appear only in the registered version of Quake reside in pak1.pak rather than pak0.pak.