Difference between revisions of "Template:Monster"

From DDO Compendium
 
(70 intermediate revisions by 2 users not shown)
Line 1: Line 1:
__NOTOC__
<noinclude>
<noinclude>
== How To Use This Template ==
This template is for basic monster information.  It should not be used for named enemies, as they have a separate template [[template:NamedEnemy]].  This would be used multiple times on a race page, for example [[Kobold]].
<pre>
<pre>
{{Template:Monster
{{Template:Monster
|name = <name of the monster, i.e. Basic Kobold>
|name =  
|creaturetype = <Type of monster - Reptilian>
|creaturetype =  
|monstermanual = <Classification in the MM, if any>>
|monstermanual =  
|race = <Race of the monster - Kobold>
|race =  
|alignment = <Chaotic Evil, etc>
|subrace=
|DR = <Damage reduction, use [[template:MonsterDR]]>
|alignment =  
|SR = <Spell resistance>
|attack=
|spells=
|dr =
|sr =  
|description =  
|notes =  
|notes =  
}}
|showraceinfo =
</pre>
|image=
== The Template ==
}}</pre>
</noinclude>
{{TemplateDocumentation
==={{{name}}}===
|name = Monster
<div class="row" style="border: 1px solid #B0B5B8; background-color: #000;">
|description = This template is used to render information about a generic monster. Example of the Template in Use: [[Troglodyte]].
<!-- Left Info -->
|category=NPC and Monster Templates
<div class="col-xs-12 col-md-6" style="border-right: 1px solid #B0B5B8; padding: 15px; background-color: #000;min-height:100%">
|usesnamedparameters = true
|parameter1name = name
|parameter1description = The name of the monstor.
|parameter2name = creaturetype
|parameter2description = What type of creature is this.
|parameter3name = race
|parameter3description = What race is this enemy.
|parameter4name = monstermanual
|parameter4description =What does the monster manual classify this as, leave blank if not in MM.
|parameter5name = alignment
|parameter5description = What is the enemies alignment.
|parameter6name = attack
|parameter6description = Enter the melee or ranged attack styles and weapons.
|parameter7name = spells
|parameter7description = If they are a spellcaster, list the spells.
|parameter8name = dr
|parameter8description = Enter any specific Damage Reduction this enemy has.  Use [[Template:MonsterDR]].
|parameter9name = sr
|parameter9description = What is the monsters spell resistance.
|parameter10name = description
|parameter10description = Describe the enemy, and special moves, etc.
|parameter11name = notes
|parameter11description = Any notes about the enemy.
|parameter12name = showraceinfo
|parameter12description = Any value in here will show the text about the race.  This should be only on the base races (i.e. Kobold,
|parameter13name = subrace
|parameter13description = The subrace this is of the main race
|parameter14name = image
|parameter14description = The name of the image if the default doesn't work.
}}</noinclude>{{#if: {{{showraceinfo|}}}|=== {{{race}}}===
{{RaceDescription|{{{race}}}}}}}
<div class="row">
<div class="row">
<div class="col-cs-10 text-center">
<div class="col-sm-6">
<span style="font-size: 20px">'''{{{name}}}'''</span>
<table class="table table-bordered table-striped table-condensed">
<tr><td>
<table class="table table-condensed"><tr><td class="col-sm-12 center"><span class="big">{{{name}}}</div></td></tr></table>
</td></tr>
<tr><td>
<table class="table table-condensed">
<tr><td class="col-sm-3" style="vertical-align: top !important;">'''Type:'''</td><td>[[Category:{{{creaturetype}}} Type]]{{PageLink|{{{creaturetype}}}|{{{creaturetype}}} Type}}</td></tr>
<tr><td class="col-sm-3" style="vertical-align: top !important;">'''Race:'''</td><td>[[Category:{{{race}}} Race]]{{PageLink|{{{race}}}|{{{race}}} Race}}</td></tr>
{{#if: {{{subrace|}}} | <tr><td class="col-sm-3" style="vertical-align: top !important;">'''Sub Race:'''</td><td>{{PageLink|{{{subrace}}}|{{{subrace}}} Sub Race}}</td></tr>}}{{#if: {{{monstermanual|}}} | <tr><td class="col-sm-3" style="vertical-align: top !important;">'''Monster Manual Type:'''</td><td>{{{monstermanual}}}</td></tr>}}{{#if: {{{alignment|}}} | <tr><td class="col-sm-3" style="vertical-align: top !important;">'''Alignment:''' [[Category:Monsters with {{{alignment}}} Alignment]]</td><td>{{{alignment}}}</td></tr>}}{{#if: {{{dr||}}} | <tr><td class="col-sm-3" style="vertical-align: top !important;">'''Damage Reduction:'''</td><td>{{{dr}}}</td></tr>}}{{#if: {{{sr||}}} | <tr><td class="col-sm-3" style="vertical-align: top !important;">'''Spell Resistance:'''</td><td>{{{sr}}}</td></tr>}}{{#if: {{{attack|}}} | <tr><td class="col-sm-3" style="vertical-align: top !important;">'''Attack:'''</td><td>{{{attack}}}</td></tr>}}{{#if: {{{spells|}}} | <tr><td class="col-sm-3">'''Spells:'''</td><td>{{{spells}}}</td></tr>}}{{#if: {{{description|}}} | <tr><td class="col-sm-3" style="vertical-align: top !important;">'''Description:'''</td><td>{{{description}}}</td></tr>}}{{#if: {{{notes|}}} | <tr><td class="col-sm-3" style="vertical-align: top !important;">'''Notes:'''</td><td>{{{notes}}}</td></tr>}}
<tr><td class="col-sm-3" style="vertical-align: top !important;">'''Found In:'''</td><td style="">{{#ifeq: {{FULLPAGENAME}} |Template:Monster||{{#dpl:| uses=Template:Quest¦Template:Wilderness¦Template:Challenge|linksto={{FULLPAGENAME}}|noresultsheader=None|ordermethod=title}}}}</td></tr>
</table></td></tr></table></div>
<div class="col-sm-6">
<table class="table table-bordered table-condensed center">
<tr style="background: rgb(0,0,0)"><td class="img-fluid">[[File:{{#if: {{{image|}}}|{{{image}}}|{{{name}}}}}.png|center|300px|]]</td></tr>
</table>
</div>
</div>
<div class="row">
<div class="col-xs-12">
'''Type:'''&nbsp;[[Category:{{{creaturetype}}} Monster Type]][[{{{creaturetype}}}]]<br>
'''Race:''' {{{race}}}<br>
{{#if: {{{monstermanual|}}} | '''Monster Manual Type:''' {{{monstermanual}}}<br>}}{{#if: {{{alignment|}}} | '''Alignment:'''[[Category:Monsters with {{{alignment}}} Alignment]] {{{alignment}}}<br>}}
'''Damage Reduction:'''
{{{dr}}}<br><br>
</div>
</div>
<div class="row">
<div class="col-xs-12" style:"border:none">
'''Notes:''' {{{notes}}}</div>
</div>
</div>
</div>
<!-- Right Info -->
<div class="col-xs-12 col-md-6" style="padding: 15px; background-color: #000;">
<div class="row center">[[File:{{{name}}}.png|300px|]]</div></div>
</div>
</div>
=== Other Members of the {{{race}}} Race ===
==== Named ====
<div style="-webkit-column-count:4;column-count:4;">{{#ifeq: {{FULLPAGENAME}} |Template:Monster||{{#dpl:| category={{{race}}} Race|noresultsheader=None|uses=Template:NamedEnemy|ordermethod=title}}}}</div>
==== Other ====
<div style="-webkit-column-count:4;column-count:4;">{{#ifeq: {{FULLPAGENAME}} |Template:Monster||{{#dpl:| category={{{race}}} Race|noresultsheader=None|uses=Template:Monster|ordermethod=title}}}}</div>
{{#if: {{{race|}}}|{{#ifexist: {{{race}}} Race ||[[Category:Missing Races]]}}}}{{#if: {{{subrace|}}}|{{#ifexist: {{{subrace}}} Sub Race |[[Category: {{{subrace}}} Sub Race]]|[[Category:Missing Sub Races]]}}}}{{#if: {{{creaturetype|}}}|{{#ifexist: {{{creaturetype}}} Type ||[[Category:Missing Monster Types]]}}}}

Latest revision as of 19:40, 3 October 2023


{{Template:Monster
|name = 
|creaturetype = 
|monstermanual = 
|race = 
|subrace=
|alignment = 
|attack=
|spells=
|dr = 
|sr = 
|description = 
|notes = 
|showraceinfo =
|image=
}}

Monster[edit]

This template is used to render information about a generic monster. Example of the Template in Use: Troglodyte.

Usage[edit]

Parameter Documentation
nameThe name of the monstor.
creaturetypeWhat type of creature is this.
raceWhat race is this enemy.
monstermanualWhat does the monster manual classify this as, leave blank if not in MM.
alignmentWhat is the enemies alignment.
attackEnter the melee or ranged attack styles and weapons.
spellsIf they are a spellcaster, list the spells.
drEnter any specific Damage Reduction this enemy has. Use Template:MonsterDR.
srWhat is the monsters spell resistance.
descriptionDescribe the enemy, and special moves, etc.
notesAny notes about the enemy.
showraceinfoAny value in here will show the text about the race. This should be only on the base races (i.e. Kobold,
subraceThe subrace this is of the main race
imageThe name of the image if the default doesn't work.

Template

Ignore any errors below this line, The errors occur because there is no input into the template, in the template itself.


{{{name}}}
Type:[[Category:{{{creaturetype}}} Type]][[{{{creaturetype}}} Type|{{{creaturetype}}}]]
Race:[[Category:{{{race}}} Race]][[{{{race}}} Race|{{{race}}}]]
Found In:
[[File:{{{name}}}.png|center|300px|]]

Other Members of the {{{race}}} Race[edit]

Named[edit]

Other[edit]