Tales Of Pirates Wiki
No edit summary
 
(One intermediate revision by the same user not shown)
Line 6: Line 6:
 
*[[Template:ClassInfo|Adding a new character (Player or NPC)]]
 
*[[Template:ClassInfo|Adding a new character (Player or NPC)]]
 
*[[Template:DropInfo|Adding a new drop]]
 
*[[Template:DropInfo|Adding a new drop]]
  +
*[[Template:ItemInfo|Adding a new item which is not a drop]]
   
 
Technically all characters (Player or NPCs) are part of the beastiary index but we do require additional class information for NPCs and player classes, which the standard beast doesn't have, thus we have seperate templates.
 
Technically all characters (Player or NPCs) are part of the beastiary index but we do require additional class information for NPCs and player classes, which the standard beast doesn't have, thus we have seperate templates.
 
However, all characters (Player or NPCs) and beasts are added to the [[:Category:Beastiary|beast category]]
 
   
 
==Example==
 
==Example==

Latest revision as of 05:19, 12 August 2009

Description[]

This wiki uses several templates.

They are currently templates for:

Technically all characters (Player or NPCs) are part of the beastiary index but we do require additional class information for NPCs and player classes, which the standard beast doesn't have, thus we have seperate templates.

Example[]

In this example we are adding the mini bee. As the mini bee is a beast we would use the beast info template.

At the top of your article you would enter the following:

{{BeastInfo
 | name = Mini Bee
 | image=[[Image: Mini_Bee.jpg|128px]]
 | species = [[Bee (Species)|Bee]]
 | level = 5
 }}


This results in the following:

Mini Bee Sample

Then continue with the rest of your article.

To see the what it looks like on the actual article, go here: Mini Bee.

Click "Edit" on the mini bee article to see the code explained above.