Difference between revisions of "Template:Combat"
From Twilight Heroes Wiki
m |
(added notes) |
||
Line 2: | Line 2: | ||
[[Image:{{{image}}}|left]] | [[Image:{{{image}}}|left]] | ||
'''Item Drops:''' {{{items}}} | '''Item Drops:''' {{{items}}} | ||
− | |||
'''Chip Drops:''' {{{chips}}} | '''Chip Drops:''' {{{chips}}} | ||
− | |||
Line 12: | Line 10: | ||
+ | '''Experience Gained:''' {{{exp}}} | ||
− | |||
+ | '''Health:''' {{{HP}}} | ||
− | + | {{#if:{{{notes|}}}|<br>{{{notes}}}}} | |
<br clear="all"></includeonly> | <br clear="all"></includeonly> | ||
Line 31: | Line 30: | ||
|DMG= | |DMG= | ||
|exp= | |exp= | ||
− | |HP=}}</pre> | + | |HP= |
+ | |notes=}}</pre> | ||
==Examples== | ==Examples== |
Revision as of 05:43, 11 December 2008
Usage
{{combat |name= |name2= |image= |items= |chips= |EL= |DMG= |exp= |HP= |notes=}}
Examples
{{combat |name=thug |image=thug.jpg |items=[[baseball bat]], [[hammer]] |chips=4-11 |EL= |DMG= |exp=5 |HP=5}}
Results in...
thug | ||
---|---|---|
Item Drops: baseball bat, hammer Chip Drops: 4-11 Experience Gained: 5 Health: 5
|
If an enemy has a character in its name that the wiki can't parse, use name= to list the page name, and the name2= parameter to give the display name.
{{combat |name=big and tall shoreman |name2=big & tall shoreman |image=longshoreman.jpg |items=[[big left hook]], [[docker's pants]] |chips=54-87 |EL= |DMG= |exp=70 |HP=}}
Results in...
big and tall shoreman | ||
---|---|---|
Item Drops: big left hook, docker's pants Chip Drops: 54-87 Experience Gained: 70
|