Creature: Difference between revisions
From Dragon Eye Atlas
Created page with "<includeonly> {| class="wikitable" |- style="background-color:mediumslateblue" | colspan="2" | {{name|(unnamed creature)}} |- | Fighting | style="text-align:right;" | {{{fight..." |
No edit summary |
||
(17 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: | |- 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}}} | |||
}} | |||
|- | |- | ||
! Hitpoints | |||
| style="text-align:right;" | {{{hp|10}}} | |||
{{#if:{{{damage|}}}| | {{#if:{{{damage|}}}| | ||
{{!}}- | {{!}}- | ||
! | ! Damage | ||
{{!}} {{{damage}}} | {{!}} style="text-align:right;" {{!}} {{{damage}}} | ||
}} | |||
{{#if:{{{armour|}}}| | |||
{{!}}- | |||
! Armour | |||
{{!}} style="text-align:right;" {{!}} {{{armour}}} | |||
}} | }} | ||
{{#if:{{{special|}}}| | |||
{{!}}- | {{!}}- | ||
! | {{!}} colspan="2" {{!}} {{{special}}} | ||
{{!}} {{{ | |||
}} | }} | ||
|} | |} | ||
</div> | |||
[[Category:Creatures]] | [[Category:Creatures]] | ||
</includeonly> | </includeonly> | ||
Line 23: | Line 47: | ||
== Parameters == | == Parameters == | ||
* name | * name | ||
* | * 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 09: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. |