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

Difference between revisions of "Template:Infobox entity"

From Quake Wiki

m (removed image because it took up too much space)
(templated (make sure to remove the commented shite!))
Line 1: Line 1:
 +
{| class="wikitable" style="float:right; margin:4px"
 +
!
 +
'''{{{classname}}}'''
 +
{{#if: {{{commonname}}} | <br><center>({{{commonname}}})</center> }}
 +
|-
 +
|
 +
{|
 +
| width="90" | '''Entity type'''
 +
| {{{type}}}
 +
|-
 +
| '''Entity class'''
 +
| {{{class}}}
 +
|-
 +
| '''Dimensions'''
 +
| {{{dimensions}}}
 +
|-
 +
| '''Quake-C'''
 +
| [[{{{quakec}}}]]
 +
|-
 +
| valign="top" | '''Precaches'''
 +
| {{{precaches}}}
 +
|}
 +
|}
 +
 +
<!-- TEST! REMOVE THIS!
 +
<br>
 +
 +
 
{| class="wikitable" style="float:right; margin:4px"
 
{| class="wikitable" style="float:right; margin:4px"
 
! '''monster_shalrath'''<br><center>([[Vore]])</center>
 
! '''monster_shalrath'''<br><center>([[Vore]])</center>
Line 32: Line 60:
 
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
 
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
  
<!-- NOTES
+
NOTES
 
Things to add to the table:
 
Things to add to the table:
 
classname | name used by Quake and mapping tools, e.g. monster_shalrath
 
classname | name used by Quake and mapping tools, e.g. monster_shalrath

Revision as of 14:25, 29 March 2013

{{{classname}}}


({{{commonname}}})
Entity type {{{type}}}
Entity class {{{class}}}
Dimensions {{{dimensions}}}
Quake-C [[{{{quakec}}}]]
Precaches {{{precaches}}}