Template:NPC infobox: Difference between revisions
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
<noinclude>{{page warning|message=This template is in draft.}}</noinclude><templatestyles src="NPC infobox/styles.css" /> | <noinclude>{{page warning|message=This template is in draft.}}</noinclude><includeonly><templatestyles src="NPC infobox/styles.css" /> | ||
<div class="infobox"> | <div class="infobox"> | ||
<p class="heading">{{{name}}}</p> | <p class="heading">{{#if:{{{name|}}}|{{{name}}}|{{PAGENAME}}}}</p> | ||
<div class="wrapper"> | <div class="wrapper"> | ||
<p class="image_wrapper">[[File:{{{image}}}|200px|center]]</p> | <p class="image_wrapper">[[File:{{{image}}}|200px|center]]</p> | ||
;Race | ;Race | ||
:{{{race}}} | :{{{race}}} | ||
{{#if:{{{level|}}}| | |||
;Level | |||
:{{{level}}}}} | |||
{{#if:{{{boss|}}}| | |||
;Rank | |||
:Boss}} | |||
</div> | </div> | ||
;{{{ | {{#if: {{{gallery1|}}} | | ||
:{{{ | {{{!}} style="width:100%" | ||
;{{{ | {{!}} '''Image(s)''' | ||
:{{{ | {{!}}- style="text-align:center;" | ||
;{{{ | {{!}} | ||
:{{{ | {{#if:{{{gallery1|}}}|[[File:{{{gallery1}}}|200px]] | ||
</ | <p style="font-size:.9em;">{{{gallery-text1|Click to enlarge.}}}</p>}}{{#if:{{{gallery2|}}}|[[File:{{{gallery2}}}|200px]] | ||
<p style="font-size:.9em;">{{{gallery-text2|Click to enlarge.}}}</p>}}{{#if:{{{gallery3|}}}|[[File:{{{gallery3}}}|200px]] | |||
<noinclude> | <p style="font-size:.9em;">{{{gallery-text3|Click to enlarge.}}}</p>}}{{#if:{{{gallery4|}}}|[[File:{{{gallery4}}}|200px]] | ||
<p style="font-size:.9em;">{{{gallery-text4|Click to enlarge.}}}</p>}}{{#if:{{{gallery5|}}}|[[File:{{{gallery5}}}|200px]] | |||
<p style="font-size:.9em;">{{{gallery-text5|Click to enlarge.}}}</p>}} | |||
{{!}}} | |||
| {{clear}} }} | |||
</div></includeonly><noinclude> | |||
== Description == | == Description == | ||
This is the '''{{PAGENAME}}''' template. | This is the '''{{PAGENAME}}''' template. | ||
Line 25: | Line 36: | ||
|race= | |race= | ||
|level= | |level= | ||
| | |gallery1...gallery5= | ||
| | |gallery-text1...gallery-text5= | ||
}} | }} | ||
</pre> | </pre> | ||
== Parameters == | |||
; name : Optional. Only include if the name of the NPC differs from the article name. Defaults to the name of the article: <code><nowiki>{{PAGENAME}}</nowiki></code> | |||
; image : Required. Image of the NPC. | |||
; race : Required. The race of the NPC. Race here should be capitalized. If this NPC could be multiple races, either list them all, comma-separated, or use "Various" instead of a huge list. | |||
; level : Optional. The level or levels of the NPC. | |||
; boss : Optional. Yes/no if NPC is a boss monster. | |||
; gallery1...gallery5 : Optional. Images related to the NPC. | |||
; gallery-text1...gallery-text5 : Optional. Image description. | |||
== Example == | == Example == | ||
{{NPC infobox | {{NPC infobox | ||
Line 34: | Line 54: | ||
|image=Boss-labark.png | |image=Boss-labark.png | ||
|race=Wolf | |race=Wolf | ||
|level= | |level=31 | ||
| | |boss=yes | ||
| | |gallery1=Depthless_Orifice-labark.png | ||
| | |gallery-text1=Location in Depthless Orifice (all-PVP zone) | ||
}} | }} | ||
<pre> | <pre> | ||
Line 47: | Line 64: | ||
|image=Boss-labark.png | |image=Boss-labark.png | ||
|race=Wolf | |race=Wolf | ||
|level= | |level=31 | ||
| | |boss=yes | ||
| | |gallery1=Depthless_Orifice-labark.png | ||
| | |gallery-text1=Location in Depthless Orifice (all-PVP zone) | ||
}} | }} | ||
</pre> | </pre> |
Revision as of 04:42, 27 June 2024
Warning:
Description
This is the NPC infobox template. It should be transcluded in the following format:
{{NPC infobox |name= |image= |race= |level= |gallery1...gallery5= |gallery-text1...gallery-text5= }}
Parameters
- name
- Optional. Only include if the name of the NPC differs from the article name. Defaults to the name of the article:
{{PAGENAME}}
- image
- Required. Image of the NPC.
- race
- Required. The race of the NPC. Race here should be capitalized. If this NPC could be multiple races, either list them all, comma-separated, or use "Various" instead of a huge list.
- level
- Optional. The level or levels of the NPC.
- boss
- Optional. Yes/no if NPC is a boss monster.
- gallery1...gallery5
- Optional. Images related to the NPC.
- gallery-text1...gallery-text5
- Optional. Image description.
Example
Page Template:NPC infobox/styles.css has no content.
{{NPC infobox |name=La Bark |image=Boss-labark.png |race=Wolf |level=31 |boss=yes |gallery1=Depthless_Orifice-labark.png |gallery-text1=Location in Depthless Orifice (all-PVP zone) }}