Template:H: Difference between revisions
Jump to navigation
Jump to search
(Add noname param and clean up examples) |
(Remove extra space in template when not showing the hero class.) |
||
Line 1: | Line 1: | ||
<includeonly>[[File:Hero_{{{image|{{{1|}}}}}}_small.gif|{{{1}}}|link={{{hero_link|{{{1}}}}}}{{{img-style|}}}]] {{{noname|[[{{{hero_link|{{{1}}}}}}|{{{1}}}]]{{{source|}}} {{{0|the [[{{{2|}}}]]}}}}}}</includeonly><noinclude> | <includeonly>[[File:Hero_{{{image|{{{1|}}}}}}_small.gif|{{{1}}}|link={{{hero_link|{{{1}}}}}}{{{img-style|}}}]] {{{noname|[[{{{hero_link|{{{1}}}}}}|{{{1}}}]]{{{source|}}}{{{0| the [[{{{2|}}}]]}}}}}}</includeonly><noinclude> | ||
'''H''' is short of '''H'''ero name. The template is used in lists to hero image and name with a link to it. | '''H''' is short of '''H'''ero name. The template is used in lists to hero image and name with a link to it. | ||
Line 26: | Line 26: | ||
| {{H|Clancy|noname=}} | | {{H|Clancy|noname=}} | ||
| <nowiki>{{H|Clancy|noname=}}</nowiki> | | <nowiki>{{H|Clancy|noname=}}</nowiki> | ||
|- | |||
| {{H|Henrietta|noname=}}: Lorem ipsum | |||
| <nowiki>{{H|Henrietta|noname=}}</nowiki> | |||
|- | |||
| {{H|Henrietta|0=}}: Lorem ipsum | |||
| <nowiki>{{H|Henrietta|0=}}</nowiki> | |||
|- | |||
| {{H|Henrietta|Mercenary}}: Lorem ipsum | |||
| <nowiki>{{H|Henrietta|Mercenary}}</nowiki> | |||
|} | |} |
Revision as of 13:40, 26 March 2024
H is short of Hero name. The template is used in lists to hero image and name with a link to it.
Variables:
- Hero name
- Hero class
Examples
Result | Code |
---|---|
Mephala Mephala the Ranger | {{H|Mephala|Ranger}} |
Mephala Mephala | {{h|Mephala|0=}} |
Yog Yog the Wizard | {{h|Yog|image=Yog (Birth of a Barbarian)|hero_link=Yog (Birth of a Barbarian)|Wizard}} |
Clancy | {{H|Clancy|noname=}} |
Henrietta : Lorem ipsum | {{H|Henrietta|noname=}} |
Henrietta Henrietta: Lorem ipsum | {{H|Henrietta|0=}} |
Henrietta Henrietta the Mercenary: Lorem ipsum | {{H|Henrietta|Mercenary}} |