Difference between revisions of "Template:DDMonster"
From DDwiki
(Created page with '{| {| style="background:transparent" align ="right" |valign=center| |<table width=100% border="0" cellpadding="0" cellspacing="0" style="background:transparent"> |- |} {| width=…') |
(Updating infobox template with various) |
||
| Line 1: | Line 1: | ||
| + | <includeonly> | ||
{| | {| | ||
{| style="background:transparent" align ="right" | {| style="background:transparent" align ="right" | ||
| Line 7: | Line 8: | ||
{| width=290px style="font-family: verdana; padding: 6px; margin: 0 0 1em 1em; font-size: 10px; background-color: #FF7777; color:black; border:1px solid; float:{{{align|right}}};" | {| width=290px style="font-family: verdana; padding: 6px; margin: 0 0 1em 1em; font-size: 10px; background-color: #FF7777; color:black; border:1px solid; float:{{{align|right}}};" | ||
|- | |- | ||
| − | | align="center" colspan="2"|<font size="2">'''''{{ | + | | align="center" colspan="2"|<font size="2">'''''{{{title}}}'''''</font> |
|- | |- | ||
| align="center" colspan="2"|{{{image}}} | | align="center" colspan="2"|{{{image}}} | ||
| Line 16: | Line 17: | ||
| style="white-space:nowrap"|'''Health''' | | style="white-space:nowrap"|'''Health''' | ||
| style="border: 1px black solid; background-color: #FFFFFF"|{{{health}}} | | style="border: 1px black solid; background-color: #FFFFFF"|{{{health}}} | ||
| − | |||
| − | |||
| − | |||
|- | |- | ||
| style="white-space:nowrap"|'''Abilities''' | | style="white-space:nowrap"|'''Abilities''' | ||
| style="border: 1px black solid; background-color: #FFFFFF"|{{{abilities}}} | | style="border: 1px black solid; background-color: #FFFFFF"|{{{abilities}}} | ||
| + | |- | ||
| + | | style="white-space:nowrap"|'''Unlocked by''' | ||
| + | | style="border: 1px black solid; background-color: #FFFFFF"|{{{unlock}}} | ||
| + | |- | ||
| + | | align="center" colspan="2"|<font size="2">'''''{{{boss}}}'''''</font> | ||
| + | |- | ||
| + | | style="white-space:nowrap"|'''Attack''' | ||
| + | | style="border: 1px black solid; background-color: #FFFFFF"|{{{bossattack}}} | ||
| + | |- | ||
| + | | style="white-space:nowrap"|'''Health''' | ||
| + | | style="border: 1px black solid; background-color: #FFFFFF"|{{{bosshealth}}} | ||
| + | |- | ||
| + | | style="white-space:nowrap"|'''Abilities''' | ||
| + | | style="border: 1px black solid; background-color: #FFFFFF"|{{{bossabilities}}} | ||
|- | |- | ||
| style="white-space:nowrap"|'''Notes''' | | style="white-space:nowrap"|'''Notes''' | ||
| Line 28: | Line 40: | ||
[[Category:Monsters]] | [[Category:Monsters]] | ||
|} | |} | ||
| + | |||
| + | </includeonly> | ||
| + | |||
| + | <!-- Example code usage not including in viewable template --> | ||
| + | <noinclude> | ||
| + | Usage: | ||
| + | <pre><nowiki> | ||
| + | {{DDMonster | ||
| + | |title=Monster Name | ||
| + | |image=[[File:Goat.png|50px]] | ||
| + | |attack=100% | ||
| + | |health=75% | ||
| + | |abilities=Monster abilities | ||
| + | |unlock=How to unlock | ||
| + | |boss=Boss Name | ||
| + | |bossattack=225 | ||
| + | |bosshealth= | ||
| + | |bossabilities=Boss abilities | ||
| + | |notes=Notes on the monster | ||
| + | |}} | ||
| + | </nowiki></pre> | ||
| + | |||
| + | <!-- Display a sample of usage --> | ||
| + | {{DDMonster | ||
| + | |title=Monster Name | ||
| + | |image=[[File:Goat.png|50px]] | ||
| + | |attack=100% | ||
| + | |health=75% | ||
| + | |abilities=Monster abilities | ||
| + | |unlock=How to unlock | ||
| + | |boss=Boss Name | ||
| + | |bossattack=225 | ||
| + | |bosshealth= | ||
| + | |bossabilities=Boss abilities | ||
| + | |notes=Notes on the monster | ||
| + | |}} | ||
| + | </noinclude> | ||
Revision as of 15:21, 23 November 2010
Usage:
{{DDMonster
|title=Monster Name
|image=[[File:Goat.png|50px]]
|attack=100%
|health=75%
|abilities=Monster abilities
|unlock=How to unlock
|boss=Boss Name
|bossattack=225
|bosshealth=
|bossabilities=Boss abilities
|notes=Notes on the monster
|}}
| Monster Name | |
| Desktop Dungeon Monster | |
| |
| Attack | 100% |
| Health | 75% |
| Abilities | Monster abilities |
| Unlocked by | How to unlock |
| Notes | Notes on the monster |
