Template:NPC infobox: Difference between revisions
No edit summary |
No edit summary |
||
Line 2: | Line 2: | ||
<table class="root"> | <table class="root"> | ||
<tr><th colspan="3" style="font-size:20px;">{{{name}}}</td></tr> | <tr><th colspan="3" style="font-size:20px;">{{{name}}}</td></tr> | ||
<tr><th colspan="3">[[File:{{{ | <tr><th colspan="3">[[File:{{{image}}}|100px|thumb|center]]</th></tr> | ||
<tr><td colspan="3" style="text-align:center;"><small>{{{caption}}}</small></td></tr> | <tr><td colspan="3" style="text-align:center;"><small>{{{caption}}}</small></td></tr> | ||
<tr><th>Icon</th><td colspan="3">{{{ | <tr><th>Icon</th><td colspan="3">{{{race}}}</td></tr> | ||
<tr><th> | <tr><th rowspan="3">Locations</th> | ||
<th>{{{location-text1}}}</th><td style="text-align:center;">{{{location1}}}</td></tr> | |||
<th>{{{location-text2}}}</th><td style="text-align:center;">{{{location2}}}</td></tr> | |||
<th>{{{location-text3}}}</th><td style="text-align:center;">{{{location3}}}</td></tr> | |||
</table> | </table> | ||
<noinclude> | <noinclude> | ||
== Description == | |||
This is the '''{{PAGENAME}}''' template. | This is the '''{{PAGENAME}}''' template. | ||
It should be transcluded in the following format: | It should be transcluded in the following format: | ||
Line 27: | Line 25: | ||
}} | }} | ||
</pre> | </pre> | ||
</ | == Example == | ||
< | {{NPC infobox | ||
|name=La Bark | |||
|image=Boss-labark.png | |||
|race=Wolf | |||
|level=61<sup>?</sup> | |||
|location1=Level 61 | |||
|location-text1=PVP | |||
}} | |||
<pre> | |||
{{NPC infobox | |||
|name=La Bark | |||
|image=Boss-labark.png | |||
|race=Wolf | |||
|level=61<sup>?</sup> | |||
|location1=Level 61 | |||
|location-text1=PVP | |||
}} | |||
</pre> | |||
{{clear}} | {{clear}} | ||
[[Category:Infobox templates|NPC]] | [[Category:Infobox templates|NPC]] | ||
</noinclude> | </noinclude> |
Revision as of 23:26, 26 June 2024
Warning:
{{{name}}} | |||
---|---|---|---|
[[File:{{{image}}}|100px|thumb|center]] | |||
{{{caption}}} | |||
Icon | {{{race}}} | ||
Locations | {{{location-text1}}} | {{{location1}}} | |
{{{location-text2}}} | {{{location2}}} | ||
{{{location-text3}}} | {{{location3}}} |
Description
This is the NPC infobox template. It should be transcluded in the following format:
{{NPC infobox |name= |image= |race= |level= |location1...location5= |location-text1...location-text5= }}
Example
La Bark | |||
---|---|---|---|
{{{caption}}} | |||
Icon | Wolf | ||
Locations | PVP | Level 61 | |
{{{location-text2}}} | {{{location2}}} | ||
{{{location-text3}}} | {{{location3}}} |
{{NPC infobox |name=La Bark |image=Boss-labark.png |race=Wolf |level=61<sup>?</sup> |location1=Level 61 |location-text1=PVP }}