Template:Creature: Difference between revisions

From Echoes of Angmar
Content added Content deleted
No edit summary
No edit summary
Line 1: Line 1:
<includeonly>
<includeonly>
{| class="infobox" style="width: 15em; text-align: left; border:1px solid black; background-color: #D0D0D0; float: right; margin-right: 1em;"
{| class="infobox" style="width: 18em; text-align: left; border:3px solid #5D5D5D; background-color: #F5F5F5; float: right; margin-right: 1em; border-radius: 10px; box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);"
|+ style="font-size: larger;" | {{{name|}}}
|+ style="font-size: larger; text-align: center; background-color: #5D5D5D; color: white; border-top-left-radius: 7px; border-top-right-radius: 7px; padding: 10px;" | {{{name|}}}
|-
|-
! colspan="2" style="text-align: center;" | [[File:{{{image|}}}|200px|alt={{{name|}}}|link=]]
! colspan="2" style="text-align: center; padding: 5px;" | [[File:{{{image|}}}|200px|alt={{{name|}}}|link=]]
|-
|-
! style="background-color: #5D5D5D; color: white; padding: 5px;" | Level
! Level
| {{{level|}}}
| style="padding: 5px;" | {{{level|}}}
|-
|-
! style="background-color: #5D5D5D; color: white; padding: 5px;" | Species
! Species
| [[{{{species|}}}]]
| style="padding: 5px;" | [[{{{species|}}}]]
|-
|-
! style="background-color: #5D5D5D; color: white; padding: 5px;" | Rank
! Rank
| [[{{{rank|}}}]]
| style="padding: 5px;" | [[{{{rank|}}}]]
|-
|-
! style="background-color: #5D5D5D; color: white; padding: 5px;" | Max-health
! Max-health
| <span style="color: green;">{{{max-health|}}}</span>
| style="padding: 5px;" | <span style="color: green;">{{{max-health|}}}</span>
|-
|-
! style="background-color: #5D5D5D; color: white; padding: 5px;" | Max-power
! Max-power
| <span style="color: blue;">{{{max-power|}}}</span>
| style="padding: 5px;" | <span style="color: blue;">{{{max-power|}}}</span>
|-
|-
|}
|}
</includeonly>
</includeonly>



<noinclude>
<noinclude>

Revision as of 19:34, 31 May 2023



Usage instructions

Paste the following code into the top of an article, filling all known (or relevant) fields:

{{Creature
|name= 
|image=
|level = 
|species = 
|type = 
|max-health = 
|max-power = 
}}