Difference between revisions of "Template:Combat"
From Twilight Heroes Wiki
(looks) |
|||
Line 1: | Line 1: | ||
<includeonly>'''{{#if:{{{name2|}}}|[[{{{name}}}{{!}}{{{name2}}}]]|[[{{{name}}}]]}}'''<br> | <includeonly>'''{{#if:{{{name2|}}}|[[{{{name}}}{{!}}{{{name2}}}]]|[[{{{name}}}]]}}'''<br> | ||
− | [[Image:{{{image}}}|left]] | + | [[Image:{{{image}}}|200px|left]] |
'''Item Drops:''' {{{items}}} | '''Item Drops:''' {{{items}}} | ||
Revision as of 07:56, 4 June 2009
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
|