Actions

Template

Difference between revisions of "Creature"

From Dragon Eye Atlas

 
(15 intermediate revisions by the same user not shown)
Line 1: Line 1:
<includeonly>
<includeonly>
<div style="float: left; margin-right: 3em;">
{| class="wikitable"
{| class="wikitable"
|- style="background-color:mediumslateblue"
|- style="background-color:lightblue"
| colspan="2" | {{{name|(unnamed creature)}}}
| colspan="2" | {{{name|(unnamed creature)}}}
{{#if:{{{melee|}}}|
{{!}}-
! Melee
{{!}} style="text-align:right;" {{!}} {{{melee}}}
}}{{#if:{{{archery|}}}|
{{!}}-
! Archery
{{!}} style="text-align:right;" {{!}} {{{archery}}}
}}
{{#if:{{{weapon|}}}|
{{!}}-
! Weapon
{{!}} style="text-align:right;" {{!}} {{{weapon}}}
}}
{{#if:{{{type|}}}|
{{!}}-
! Weapon Type
{{!}} style="text-align:right;" {{!}} {{{type}}}
}}
|-
|-
|| Fighting | style="text-align:right;" | {{{fighting|2}}}
! Hitpoints
|-
| style="text-align:right;" | {{{hp|10}}}
|| Hitpoints | style="text-align:right;" | {{{hp|10}}}
{{#if:{{{damage|}}}|
{{#if:{{{damage|}}}|
{{!}}-
{{!}}-
! Natural Weapons
! Damage
{{!}} {{{damage}}}
{{!}} style="text-align:right;" {{!}} {{{damage}}}
}}
{{#if:{{{armour|}}}|
{{!}}-
! Armour
{{!}} style="text-align:right;" {{!}} {{{armour}}}
}}
}}
|}{{#if:{{{armour|}}}|
{{#if:{{{special|}}}|
{{!}}-
{{!}}-
! Natural Armour
{{!}} colspan="2" {{!}} {{{special}}}
{{!}} {{{armour}}}
}}
}}
|}
|}
</div>
[[Category:Creatures]]
[[Category:Creatures]]
</includeonly>
</includeonly>
Line 23: Line 47:
== Parameters ==
== Parameters ==
* name
* name
* fighting
* melee - melee ability (optional)
* hp
* archery - ranged combat ability (optional)
* weapon - weapon name or description (optional)
* type - weapon type (optional)
* hp - hitpoints
* damage (optional)
* damage (optional)
* armour (optional)
* armour (optional)
* special rules (optional)
<center>
<center>
{| style="margin-left: 1em; margin-bottom: 0.5em; width: 750px; border: #6680FF solid 1px; background-color: #DDDDFF; color: #000000;"
{| style="margin-left: 1em; margin-bottom: 0.5em; width: 750px; border: #6680FF solid 1px; background-color: #DDDDFF; color: #000000;"
Line 32: Line 60:
| style="text-align:center; font-weight: bold; font-size: 125%; border-bottom: #6680FF solid 1px;" | Semantic Coded Template
| style="text-align:center; font-weight: bold; font-size: 125%; border-bottom: #6680FF solid 1px;" | Semantic Coded Template
|-
|-
| style="text-align:center;" | This template contains. Do not use for anything other than its intended purpose.
| style="text-align:center;" | This template contains semantic markup. Do not use for anything other than its intended purpose.
|}
|}
</center>
</center>
</noinclude>
</noinclude>

Latest revision as of 10:29, 5 November 2020


Parameters

  • name
  • melee - melee ability (optional)
  • archery - ranged combat ability (optional)
  • weapon - weapon name or description (optional)
  • type - weapon type (optional)
  • hp - hitpoints
  • damage (optional)
  • armour (optional)
  • special rules (optional)
Semantic Coded Template
This template contains semantic markup. Do not use for anything other than its intended purpose.