Difference between revisions of "Template:Combat"
From Twilight Heroes Wiki
(New page: <includeonly>{| !align="left" colspan="2" |[[{{{name}}}]] |- ||<table cellpadding="3"><td style="background-color: black;">[[image:{{{image}}}]]</td></table> | *'''Item Drops''': {{{items}...) |
(Copied over Template:Enemy. Redundant templates and this one's named better.) |
||
Line 1: | Line 1: | ||
− | <includeonly> | + | <includeonly>'''[[{{{name}}}]]'''<br> |
− | + | [[Image:{{{image}}}|left]] | |
− | + | '''Item Drops:''' {{{items}}} | |
− | + | ||
− | + | ||
− | + | ||
− | + | '''Chip Drops:''' {{{chips}}} | |
− | + | ||
− | + | ||
− | + | ||
− | + | '''Encounter Level:''' {{{EL}}} | |
+ | |||
+ | |||
+ | |||
+ | '''Experience Gained:''' {{{exp}}} | ||
+ | |||
+ | |||
+ | |||
+ | '''Health:''' {{{HP}}} | ||
+ | <br clear="all"></includeonly> | ||
<noinclude> | <noinclude> | ||
− | = | + | ==Usage== |
− | + | <pre>{{combat | |
− | |name= | + | |name= |
− | |image= | + | |image= |
− | |items= | + | |items= |
− | |chips= | + | |chips= |
− | | | + | |EL= |
− | |exp= | + | |exp= |
− | | | + | |HP=}}</pre> |
− | + | ||
− | '' | + | ==Examples== |
+ | <pre>{{combat | ||
+ | |name=thug | ||
+ | |image=thug.jpg | ||
+ | |items=[[baseball bat]], [[hammer]] | ||
+ | |chips=4-11 | ||
+ | |EL= | ||
+ | |exp=5 | ||
+ | |HP=5}}</pre> | ||
+ | |||
+ | ''Results in...''<br> | ||
+ | {{combat|name=thug|image=thug.jpg|items=[[baseball bat]], [[hammer]]|chips=4-11|EL=|exp=5|HP=5}} | ||
+ | |||
+ | |||
+ | If an enemy has a character in its name that the wiki can't parse, use this solution:<br> | ||
− | < | + | <pre>'''[[big and tall shoreman|big & tall shoreman]]''' |
− | {{combat | + | {{combat |
− | |name= | + | |name=&nbsp; |
− | |image= | + | |image=longshoreman.jpg |
− | |items=[[ | + | |items=[[big left hook]], [[docker's pants]] |
− | |chips= | + | |chips=54-87 |
− | | | + | |EL= |
− | |exp= | + | |exp=70 |
− | | | + | |HP=}}</pre> |
− | + | ''Results in...''<br> | |
− | + | '''[[big and tall shoreman|big & tall shoreman]]''' | |
− | + | {{combat|name= |image=longshoreman.jpg|items=[[big left hook]], [[docker's pants]]|chips=54-87|EL=|exp=70|HP=}} | |
− | | | ||
− | |||
− | | | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | [[Category: | + | [[Category:Templates]]</noinclude> |
Revision as of 14:48, 13 March 2008
Usage
{{combat |name= |image= |items= |chips= |EL= |exp= |HP=}}
Examples
{{combat |name=thug |image=thug.jpg |items=[[baseball bat]], [[hammer]] |chips=4-11 |EL= |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 this solution:
'''[[big and tall shoreman|big & tall shoreman]]''' {{combat |name= |image=longshoreman.jpg |items=[[big left hook]], [[docker's pants]] |chips=54-87 |EL= |exp=70 |HP=}}
Results in...
big & tall shoreman
[[ ]] | ||
---|---|---|
Item Drops: big left hook, docker's pants Chip Drops: 54-87 Experience Gained: 70
|