
|
|
ViewsAdding a page for an NPCFrom TactWiki
Creating the new pageTo create the page, use the Search box in the left column of the Wiki. Type in the exact name of the NPC (using the correct capitalisation of the letters) and press Enter or click Go. The Wiki should display a message saying that the page does not exist and offering you the chance to edit it. Click the Link to open the page and start editing. NPC HeaderThe first thing you should do is copy the following text into the edit box:
==Overview==
{{NPCHeader
|name=
|town=
|region=
|continent=
|location=
|description=
}}
This will create table of information at the top of the page for the NPC give details as to where the NPC can be found. You should fill in information after each = sign as follows:
QuestsIf the NPC offers any Quests you should add a ==Quests== heading and follow it with information about the Quests the NPC offers. Civic DiplomacyIf the NPC offers the Civic Diplomacy option when hailed, you should copy the following into the edit box and edit as appropriate:
==Civic Diplomacy==
{{CivicHeader
|station=
|presence=
|skill=
|conversations=
}}
You should fill in information after each = sign as follows:
Finally you should enter a line such as the following giving the names of the cards that the NPC uses during the Civic Diplomacy Parleys:
{{Deck|Load Criticism|Acid Tongue|Witty Retort}}
Finishing upOnce you have entered all of the information that you have for the NPC, you should click the Show preview button. This will let you see what the page will look like when people view it. If you need to correct any mistakes you can do so now (and use Show preview again to check the results). When you are completely satisfied, click the 'Save page button. Note: If you entered names of Cards that are not currently records on the Wiki, you will see broken links such as Template:Name of card. These will display correctly once details for that card have been entered on the Wiki. If you wish to enter those details, please see Adding a page for a Card for details. |