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

(templated (make sure to remove the commented shite!))
m (fuck wiki markup. ditching the list)
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
{| class="wikitable" style="float:right; margin:4px"
 
{| class="wikitable" style="float:right; margin:4px"
 
!
 
!
'''{{{classname}}}'''
+
'''{{{classname}}}'''{{#if: {{{commonname}}} | <br><center>({{{commonname}}})</center> }}
{{#if: {{{commonname}}} | <br><center>({{{commonname}}})</center> }}
 
 
|-
 
|-
 
|
 
|
Line 16: Line 15:
 
|-
 
|-
 
| '''Quake-C'''
 
| '''Quake-C'''
| [[{{{quakec}}}]]
+
| {{{quakec}}}
 
|-
 
|-
 
| valign="top" | '''Precaches'''
 
| valign="top" | '''Precaches'''
Line 22: Line 21:
 
|}
 
|}
 
|}
 
|}
 
<!-- TEST! REMOVE THIS!
 
<br>
 
 
 
{| class="wikitable" style="float:right; margin:4px"
 
! '''monster_shalrath'''<br><center>([[Vore]])</center>
 
|-
 
|
 
{|
 
| width="90" | '''Entity type'''
 
| point
 
|-
 
| '''Entity class'''
 
| monster
 
|-
 
| '''Size'''
 
| 64 x 64 x 72
 
|-
 
| '''Quake-C'''
 
| [[shalrath.qc]]
 
|-
 
| valign="top" | '''Precaches'''
 
|
 
* progs/shalrath.mdl
 
* progs/h_shal.mdl
 
* progs/v_spike.mdl
 
* shalrath/attack.wav
 
* shalrath/attack2.wav
 
* shalrath/death.wav
 
* shalrath/idle.wav
 
* shalrath/pain.wav
 
* shalrath/sight.wav
 
|}
 
|}
 
 
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
 
Things to add to the table:
 
classname | name used by Quake and mapping tools, e.g. monster_shalrath
 
(common name) | name used commonly, e.g. Vore
 
[optional: image] | an image of the entity. Not always appropriate
 
entity type | point or solid/brush entity
 
entity class | e.g. light, monster, func, item...
 
quake-C file | link to the Quake-C page
 
precaches | a list of all files precached by this entity
 
-->
 

Latest revision as of 12:42, 6 April 2013

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