Template:NPC: Difference between revisions
From HorizonXI Wiki
No edit summary |
(added merchant region parameter for regional merchants) |
||
Line 9: | Line 9: | ||
--><div style="display:table-row"><!-- | --><div style="display:table-row"><!-- | ||
--><b style="display:table-cell; padding-right:0.5em;">Type:</b><!-- | --><b style="display:table-cell; padding-right:0.5em;">Type:</b><!-- | ||
--><div style="display:table-cell;">{{#if:{{{type|}}}|{{#ifexist: {{{type}}}|{{categorize|{{{1|}}}|[[Category:{{{type}}}s]]}}[[{{{type}}}]]{{#if:{{{type add|}}}|, {{{type add|}}}|}}|{{{type}}}{{#if:{{{type add|}}}|, {{{type add|}}}|}}}}|[[NPC]]}}<!--{{default|{{{type|}}}|[[NPC]]}}--></div><!-- | --><div style="display:table-cell;">{{#if:{{{type|}}}|{{#ifexist: {{{type}}}|{{categorize|{{{1|}}}|[[Category:{{{type}}}s]]}}[[{{{type}}}]]{{#if:{{{merchant region|}}}|, [[{{{merchant region}}}|{{{merchant region}}} Region]]|}}{{#if:{{{type add|}}}|, {{{type add|}}}|}}|{{{type}}}{{#if:{{{type add|}}}|, {{{type add|}}}|}}}}|[[NPC]]}}<!--{{default|{{{type|}}}|[[NPC]]}}--></div><!-- | ||
--></div><!-- | --></div><!-- | ||
--><div style="display:table-row"><!-- | --><div style="display:table-row"><!-- | ||
Line 26: | Line 26: | ||
-->{{#if:{{{notes|}}}|<h3>Notes</h3><div> | -->{{#if:{{{notes|}}}|<h3>Notes</h3><div> | ||
{{{notes}}} | {{{notes}}} | ||
</div>}}<!-- | |||
-->{{#if:{{{merchant region|}}}|<h3>Regional Merchant</h3><div> | |||
''Only sells items when [[{{{affiliation|}}}]] has control of [[{{{merchant region}}}]].'' | |||
</div>}}<!-- | </div>}}<!-- | ||
-->{{#if:{{{starts missions|}}}|<h3>Starts Missions</h3><div> | -->{{#if:{{{starts missions|}}}|<h3>Starts Missions</h3><div> | ||
Line 45: | Line 48: | ||
{{{historical background}}} | {{{historical background}}} | ||
</div>}}<!-- | </div>}}<!-- | ||
--></includeonly></onlyinclude> | -->{{#ifexist::Category:{{ucfirst:{{{merchant region}}}}}/Regional Goods|<br><div>{{:Category:{{{merchant region}}}/Regional Goods}}</div>|}}</includeonly></onlyinclude> | ||
[[Category:Templates|{{PAGENAMEE}}]] | [[Category:Templates|{{PAGENAMEE}}]] | ||
==Usage== | ==Usage== | ||
Line 62: | Line 65: | ||
| type = | | type = | ||
| type add = | | type add = | ||
| merchant region = | |||
| location = | | location = | ||
| description = | | description = | ||
Line 78: | Line 82: | ||
*'''image''', '''name''', '''gender''', '''race''', '''bestiary''', '''job''', '''affiliation''', '''occupation''', '''status''', '''relatives:''' See [[Template:Infobox NPC]]. | *'''image''', '''name''', '''gender''', '''race''', '''bestiary''', '''job''', '''affiliation''', '''occupation''', '''status''', '''relatives:''' See [[Template:Infobox NPC]]. | ||
*'''type:''' The NPC's type, such as Map Vendor or Standard Merchant. | *'''type:''' The NPC's type, such as Map Vendor or Standard Merchant. | ||
*'''type add:''' Any addition to type, e.g. | *'''type add:''' Any addition to type | ||
*'''merchant region:''' If a regional merchant, this is the region the merchant sells wares from. e.g. Aragoneu, Gustaberg, Kuzotz, ... | |||
*'''location:''' Area and position where they are found. See [[Template:Location]]. | *'''location:''' Area and position where they are found. See [[Template:Location]]. | ||
*'''description:''' A short, free-form description of the NPC. | *'''description:''' A short, free-form description of the NPC. | ||
Line 219: | Line 224: | ||
===Example 3=== | ===Example 3=== | ||
<pre> | <pre> | ||
{{NPC | {{NPC | ||
|image=Aroro.png | |image=Aroro.png | ||
|name=Aroro | |name=Aroro | ||
Line 243: | Line 248: | ||
|location={{Location|Port Windurst|H-8}}, in [[Kususu's Hoodoos]] | |location={{Location|Port Windurst|H-8}}, in [[Kususu's Hoodoos]] | ||
|dialogue="Buy some hocus-pocus from us at Kususu's Hoodoos! I'll give you a smiley charm from me, Aroro, for free! C'mon... How about it then?"}} | |dialogue="Buy some hocus-pocus from us at Kususu's Hoodoos! I'll give you a smiley charm from me, Aroro, for free! C'mon... How about it then?"}} | ||
|} | |||
<pre> | |||
{{NPC | |||
| image = Patolle.png | |||
| name = Patolle | |||
| gender = Female | |||
| race = Elvaan | |||
| job = | |||
| affiliation = San d'Oria | |||
| occupation = | |||
| status = | |||
| type = Regional Merchant | |||
| merchant region = Kuzotz | |||
| location = {{Location|Port San d'Oria|G-9}} | |||
| starts missions = | |||
| starts quests = | |||
| involved in missions = | |||
| involved in quests = | |||
| notes = | |||
| historicalbackground = | |||
}} | |||
</pre> | |||
{| border=4px | |||
| | |||
{{NPC|nc | |||
| image = Patolle.png | |||
| name = Patolle | |||
| gender = Female | |||
| race = Elvaan | |||
| job = | |||
| affiliation = San d'Oria | |||
| occupation = | |||
| status = | |||
| type = Regional Merchant | |||
| merchant region = Kuzotz | |||
| location = {{Location|Port San d'Oria|G-9}} | |||
| starts missions = | |||
| starts quests = | |||
| involved in missions = | |||
| involved in quests = | |||
| notes = | |||
| historicalbackground = | |||
}} | |||
|} | |} |
Revision as of 18:31, 24 October 2023
Usage
{{NPC | image = | name = | gender = | race = | bestiary = | job = | affiliation = | occupation = | status = | relatives = | type = | type add = | merchant region = | location = | description = | starts quests = | starts missions = | involved in quests = | involved in missions = | involved in events = | quote = | dialogue = | notes = | historical background = }}
This template is designed to be used on NPC pages to display various information about the NPC and uses Template:Infobox NPC to display an infobox on the side.
- image, name, gender, race, bestiary, job, affiliation, occupation, status, relatives: See Template:Infobox NPC.
- type: The NPC's type, such as Map Vendor or Standard Merchant.
- type add: Any addition to type
- merchant region: If a regional merchant, this is the region the merchant sells wares from. e.g. Aragoneu, Gustaberg, Kuzotz, ...
- location: Area and position where they are found. See Template:Location.
- description: A short, free-form description of the NPC.
- starts quests: A list of quests that the NPC starts.
- starts missions: A list of missions that the NPC starts.
- involved in quests: A list of quests that the NPC is involved in.
- involved in missions: A list of missions that the NPC is involved in.
- involved in events: A list of special events that the NPC is involved in.
- quote: A quote from the NPC.
- dialogue: Dialogue options available from the NPC.
- notes: Any additional notes about this NPC that are not covered in other sections.
- historical background: Any background information that is relevant to this NPC, such as myths, legends, or pop culture that may have inspired aspects of this NPC.
Example 1
{{NPC | image = Trion.JPG | name = Trion | gender = Male | race = Elvaan | job = [[Paladin]] | affiliation = San d'Oria | occupation = Prince Royal | type = | type add = | location = Cutscenes, [[Chateau d'Oraguille]] (H-7) | starts missions = | starts quests = | involved in missions = *[[Infiltrate Davoi|San d'Oria Mission 3-1: Infiltrate Davoi]] *[[The Shadow Lord|San d'Oria Mission 5-2: The Shadow Lord]] *[[Ranperre's Final Rest|San d'Oria Mission 6-2: Ranperre's Final Rest]] *[[The Heir to the Light|San d'Oria Mission 9-2: The Heir to the Light]] *[[Aht Urhgan Mission 4: Knight of Gold]] *[[Aht Urhgan Mission 7: Westerly Winds]] *[[Aht Urhgan Mission 39: Allied Rumblings]] *[[Aht Urhgan Mission 40: Unraveling Reason]] *[[A Crystalline Prophecy (Mission)]] | involved in quests = *[[Under Oath]] *[[Lure of the Wildcat (San d'Oria)]] *[[Trust: Trion]] | description = Trion is the eldest son of [[King Destin]]. He and his brother [[Pieuje]] are fierce rivals, and disagree on almost everything. His sister is [[Claidie]]. | quote = This is a placeholder quote. | dialogue = This is placeholder text to illustrate how the dialogue section looks. | notes = Trion fights alongside the party in the battle for [[San d'Oria Mission 9-2]]. | historical background = This is placeholder text to illustrate how the historical background section looks. }}
Trion
Type: Location: Cutscenes, Chateau d'Oraguille (H-7) Trion is the eldest son of King Destin. He and his brother Pieuje are fierce rivals, and disagree on almost everything. His sister is Claidie. DialogueThis is a placeholder quote. This is placeholder text to illustrate how the dialogue section looks. NotesTrion fights alongside the party in the battle for San d'Oria Mission 9-2. Involved in Missions
Involved in QuestsHistorical BackgroundThis is placeholder text to illustrate how the historical background section looks. |
Example 2
{{NPC | image = Hortense.png | name = Hortense | gender = Female | race = Hume | bestiary = | job = | affiliation = Bastok | occupation = | status = | type = Standard Merchant | type add = | location = {{Location|Bastok Markets|K-10}}, in Harmodios's Music Shop | starts missions = | starts quests = | involved in missions = | involved in quests = | notes = | historicalbackground = }}
Type: Location: Bastok Markets (K-10), in Harmodios's Music Shop |
Example 3
{{NPC |image=Aroro.png |name=Aroro |gender=Female |race=Tarutaru |affiliation=Windurst |type=Standard Merchant |type add= |location={{Location|Port Windurst|H-8}}, in [[Kususu's Hoodoos]] |dialogue="Buy some hocus-pocus from us at Kususu's Hoodoos! I'll give you a smiley charm from me, Aroro, for free! C'mon... How about it then?"}}
Type: Location: Dialogue"Buy some hocus-pocus from us at Kususu's Hoodoos! I'll give you a smiley charm from me, Aroro, for free! C'mon... How about it then?" |
{{NPC | image = Patolle.png | name = Patolle | gender = Female | race = Elvaan | job = | affiliation = San d'Oria | occupation = | status = | type = Regional Merchant | merchant region = Kuzotz | location = {{Location|Port San d'Oria|G-9}} | starts missions = | starts quests = | involved in missions = | involved in quests = | notes = | historicalbackground = }}
Location: Regional MerchantOnly sells items when San d'Oria has control of Kuzotz.
|