Difference between revisions of "How to use templates"

From Medivia Online Wiki
m (Text replacement - "Life Drain" to "Lifedrain")
 
(26 intermediate revisions by 4 users not shown)
Line 8: Line 8:
----
----


Thanks to '''@hunz''', who wrote templates source code, our wiki&nbsp;looks prettier&nbsp;and adding informations about monsters and items is now easier.<br/> But not everyone knows how to edit pages using templates. This is why I made this guide. It is really easy, but it will take a lot of effort to edit all the item/monster pages.
Thanks to '''@hunz''', who wrote templates source code, our wiki&nbsp;looks prettier&nbsp;and adding information about monsters and items is now easier.<br/> But not everyone knows how to edit pages using templates. This is why I made this guide. It is really easy, but it will take a lot of effort to edit all the item/monster pages.


----
----
Line 15: Line 15:


*[[Template:Item|Template:Item]]  
*[[Template:Item|Template:Item]]  
*[[Template:Monster]]  
*[[Template:Monster|Template:Monster]]  
*[[Template:Npc]]  
*[[Template:Npc|Template:Npc]]  
*[[Template:Rune]]  
*[[Template:Rune|Template:Rune]]  
*[[Template:RuneShop]] (if rune can be bought in Magic Shop, add rune=SingleRunePrice| BP=BPPrice|)  
*[[Template:RuneShop|Template:RuneShop]] (if rune can be bought in Magic Shop, add rune=SingleRunePrice| BP=BPPrice|)  
*[[Template:Spell]]  
*[[Template:Spell|Template:Spell]]  
*[[Template:Quest]] and [[Template:Spoiler]]  
*[[Template:Quest|Template:Quest]] and [[Template:Spoiler|Template:Spoiler]]
*[[Template:Keys|Template:Keys]]
*[[Template:Transcripts]]  


----
----


To use them you simply copy and paste the code and edit it to match the info about specific item/monster. Paste it into source code of a page you want to edit. To open source code click Source button in Editor.<br/> [[File:Sourceguide.png|RTENOTITLE]]<br/> Here are the source codes:
To use them you simply copy and paste the code and edit it to match the info about specific item/monster. Paste it into the source code of a page you want to edit. To open source code click Source button in Editor.<br/> [[File:]]<br/> Here are the source codes:


----
----
Line 34: Line 36:
{|
{|
|-
|-
| valign="top" width="50%" |  
| width="50%" valign="top" |  
{| class="wikitable"
{| class="wikitable"
|-
|-
Line 60: Line 62:
|}
|}


| valign="top" width="50%" |  
| width="50%" valign="top" |  
{| class="wikitable"
{| class="wikitable"
|-
|-
Line 75: Line 77:
description=The staff longs for death.&#124;
description=The staff longs for death.&#124;
loot_value=6,000 - 7,500 gp&#124;
loot_value=6,000 - 7,500 gp&#124;
dropped_by=[[Necromancer]], [[Warlock]], [[Dipthrah]], [[Ogre Warrior]], [[Necromantica]]&#124;
dropped_by=[[Necromancer]], [[Warlock]], [[&nbsp;]], [[Ogre Warrior]], [[Necromantica]]&#124;
sell_to_yehsha=[[Alesar]] (6000 gp, only if friendly with green Djinns)&#124;
sell_to_yehsha=[[Alesar]] (6000 gp, only if friendly with green Djinns)&#124;
note=Upgrading from a [[Dragon Hammer]] to a Skull Staff will enable you to carry almost two additional backpacks full of runes.  
note=Upgrading from a [[Dragon Hammer]] to a Skull Staff will enable you to carry almost two additional backpacks full of runes.  
Line 89: Line 91:
----
----


Notice that I've deleted some part of the code that I didn't need '''('''in this case '''arm=|, attributes=|)'''&nbsp;because Skull Staff don't have armor or any other attribute. Also notice that all the links are in square brackets ( [[|]] ).<br/> Most of the item/monster files are named Ham.png/Skull staff.png/Ghoul.png/Dragon lord.png etc.
Notice that I've deleted some part of the code that I didn't need '''('''in this case '''arm=|, attributes=|)'''&nbsp;because Skull Staff don't have armor or any other attribute. Also, notice that all the links are in square brackets ( [[|]] ).<br/> Most of the item/monster files are named Ham.png/Skull staff.png/Ghoul.png/Dragon lord.png etc.


----
----
Line 97: Line 99:
{|
{|
|-
|-
| valign="top" width="50%" |  
| width="50%" valign="top" |  
{| class="wikitable"
{| class="wikitable"
|-
|-
Line 120: Line 122:
note=&#124;
note=&#124;
strategy=&#124;
strategy=&#124;
strategy_warriors=&#124;
strategy_knights=&#124;
strategy_mages=&#124;
strategy_mages=&#124;
strategy_scouts=&#124;
strategy_archers=&#124;
skinnable=&#124;
skinnable=&#124;
location=&#124;
location=&#124;
Line 130: Line 132:
|}
|}


| valign="top" width="50%" |  
| width="50%" valign="top" |  
{| class="wikitable"
{| class="wikitable"
|-
|-
! '''Example ([[Valkyrie_Cavalry|Valkyrie Cavalry]])'''
! '''Example ([[Mercenary_Cavalry|Mercenary Cavalry]])'''
|-
|-
| <pre>{{Monster&#124;
| <pre>{{Monster&#124;
name=Valkyrie Cavalry&#124;
name=Mercenary Cavalry&#124;
image=[[File:Valkyrie_Cavalry.gif]]&#124;
image=[[File:Mercenary_Cavalry.gif]]&#124;
hp=270&#124;
hp=270&#124;
exp=216&#124;
exp=216&#124;
Line 147: Line 149:
walks_around=<span style="color:#c0392b;">Fire,</span> Energy, Poison&#124;
walks_around=<span style="color:#c0392b;">Fire,</span> Energy, Poison&#124;
immune_to=None.&#124;
immune_to=None.&#124;
neutral_to=Physical, Energy, Poison, Life Drain&#124;
neutral_to=Physical, Energy, Poison, Lifedrain&#124;
notes=Valkyries Cavalry run in low health.&#124;
notes=Mercenarys Cavalry run in low health.&#124;
sounds= "Another head for me!"; "Head off!"; "Your head will be mine!"; "Stand still!"; "One more head for me!"; "All males will be our slaves"; "Grrrr"; "ATTACK!"&#124;
sounds= "Another head for me!"; "Head off!"; "Your head will be mine!"; "Stand still!"; "One more head for me!"; "All males will be our slaves"; "Grrrr"; "ATTACK!"&#124;
strategy=It is better to attack them from distance because their Spears are weaker than their Melee fighting. Usually found around with Amazons and/or Witches.&#124;
strategy=It is better to attack them from distance because their Spears are weaker than their Melee fighting. Usually found around with Rogues and/or Witches.&#124;
location=[[Amazon Camp (Carlin)]]&#124;
location=[[Rogue Camp (Carlin)]]&#124;
loot=0-24 [[Gold Coin]], Spear, 0-2 [[Headhunter Spear]], [[Meat]], [[Apple]], [[Skull]], [[Dagger]], [[Chain Helmet]], [[Chain Armor]], [[Protection Amulet]], [[Small Diamond]] (rare), [[Double Axe]] (rare), [[Plate Armor]] (rare)&#124;
loot=0-24 [[Gold Coin]], Spear, 0-2 [[Headhunter Spear]], [[Meat]], [[Apple]], [[Skull]], [[Dagger]], [[Chain Helmet]], [[Chain Armor]], [[Protection Amulet]], [[Small Diamond]] (rare), [[Double Axe]] (rare), [[Plate Armor]] (rare)&#124;
}}
}}
Line 162: Line 164:
----
----


When editing this monster I deleted '''skinnable=|, strategy-warriors=|,strategy_mages=|, strategy_scouts=|, task=|''', etc. from source code because I didn't need it.&nbsp;
When editing this monster I deleted '''skinnable=|, strategy-knights=|,strategy_mages=|, strategy_archers=|, task=|''', etc. from source code because I didn't need it.&nbsp;


----
----
&nbsp;


= &nbsp;NPC Source Code =
= &nbsp;NPC Source Code =
Line 170: Line 174:
{|
{|
|-
|-
| style="width: 370px;" valign="top" width="30%" |  
| style="width: 370px" width="30%" valign="top" |  
{| class="wikitable"
{| class="wikitable"
|-
|-
! '''NPC SOURCE CODE'''
! '''NPC SOURCE CODE'''
|-
|-
| <pre>{{{Npc&#124;  
| <pre>{{Npc&#124;  
name=&#124;
name=&#124;
image=[[File:npc name.png]]&#124;
image=[[File:npc name.png]]&#124;
Line 201: Line 205:
|}
|}


| style="width: 923px;" valign="top" width="70%" |  
| style="width: 923px" width="70%" valign="top" |  
{| class="wikitable"
{| class="wikitable"
|-
|-
Line 208: Line 212:
| <pre>{{Npc&#124;
| <pre>{{Npc&#124;
name=Asha&#124;
name=Asha&#124;
location=[[Yehsha|Yehsha]], north-eastern part ([http://mediviastats.info/mapper.php?y=2015&x=1363&z=6&zoom=6 here])&#124;  
location=[[Yehsha|Yehsha]], north-eastern part  
([http://mediviastats.info/mapper.php?y=2015&x=1363&z=6&zoom=6 here])&#124;  
job=Banker, Jewelry Shopkeeper&#&#124;
job=Banker, Jewelry Shopkeeper&#&#124;
note=Asha runs a bank in Yehsha. She exchanges gold coins,platinum coins and crystal coins. Sells and buys gems and jewelry.}}
note=Asha runs a bank in Yehsha. She exchanges gold coins,
platinum coins and crystal coins. Sells and buys gems and jewelry.}}
 
Sells
Sells
{&#124; class="wikitable sortable"
{&#124; class="wikitable sortable"
Line 258: Line 265:
{|
{|
|-
|-
| valign="top" width="30%" |  
| width="30%" valign="top" |  
{| class="wikitable"
{| class="wikitable"
|-
|-
Line 320: Line 327:
&nbsp;
&nbsp;


Legend: c- Cleric, ms-Sorcerer, s-Scout, w-Warrior
Legend: c- Druid, ms-Mage, s-Archer, w-Warrior


| valign="top" width="70%" |  
| width="70%" valign="top" |  
{| class="wikitable"
{| class="wikitable"
|-
|-
Line 364: Line 371:
{|
{|
|-
|-
| valign="top" width="30%" |  
| width="30%" valign="top" |  
{| class="wikitable"
{| class="wikitable"
|-
|-
Line 417: Line 424:
|}
|}


| valign="top" width="70%" |  
| width="70%" valign="top" |  
{| class="wikitable"
{| class="wikitable"
|-
|-
Line 457: Line 464:
----
----


Legend: c- Cleric, ms-Sorcerer, s-Scout, w-Warrior
Legend: c- Druid, ms-Mage, s-Archer, w-Warrior
 
----
 
&nbsp;


----
----
= Quest Source Code&nbsp; =


{|
{|
|-
|-
| valign="top" width="50%" |  
| width="12%" valign="top" |
{| class="wikitable"
|-
! '''QUEST SOURCE CODE'''
|-
| <pre>{{Quest&#124;
name=&#124;
image=[[File:Image.png]]&#124;
known_as=&#124;
reward=&#124;
location=&#124;
level=&#124;
monsters=&#124;
legend=&#124;
}}
</pre>
 
|}
 
| width="18%" valign="top" |  
{| class="wikitable"
{| class="wikitable"
|-
|-
! '''ITEM SOURCE CODE'''
! '''QUEST SPOILER SOURCE CODE'''
|-
|-
| <pre>{{Item&#124;
| <pre>{{Spoiler&#124;
name=&#124;
name=&#124;
image=[[File:filename.png]]&#124;
image=[[File:Image.png]]&#124;
category=&#124;
known_as=&#124;
atk=&#124;
reward=&#124;
def=&#124;
location=&#124;
arm=&#124;
level=&#124;
loot_value=&#124;
monsters=&#124;
weight=&#124;
legend=&#124;
hands=&#124;
items=&#124;
dropped_by=[[MONSTER]]&#124;
}}
description=&#124;
</pre>
attributes=&#124;
 
note=&#124;
|}
buy_from_CITY=[[NPC NAME]] (PRICE gp)&#124;
 
sell_to_CITY=[[NPC NAME]] (PRICE gp)&#124;
| width="50%" valign="top" |
{| class="wikitable"
|-
! '''Example ([[The Executioner Outfit Quest|The Executioner Outfit Quest]])'''
|-
| <pre>{{Quest&#124;
name=The Executioner Outfit Quest&#124;
image=[[File:Executioner Full Female.png]]&#124;
known_as=&#124;
reward=Executioner Outfit and Addons&#124;
location=[[Yehsha]], [[Shakir]]&#124;
level=0&#124;
monsters=[[Jaffr]], [[Drake Lord]], [[Skeleton Archer]]&#124;
legend=[[Pharaoh Anhamtap]]&nbsp;is looking for a new executioner of Yehsha. But first, you need to kill the previous one.&#124;
}}
}}
</pre>
</pre>
Line 489: Line 534:
|}
|}


| valign="top" width="50%" |  
|}
 
----
 
= Keys Source Code&nbsp; =
 
{|
|-
| width="50%" valign="top" |
{| class="wikitable"
|-
! '''KEYS SOURCE CODE'''
|-
| <pre>{{Keys&#124;
number=&#124;
copper=yes&#124;
value=&#124;
opens=&#124;
known_as=&#124;
origin=&#124;
note= }}</pre>
 
|}
 
If the key type is different, change copper=yes| to<br/> golden=yes|<br/> crystal=yes|<br/> wooden=yes|<br/> silver=yes|<br/> bone=yes|
 
| width="50%" valign="top" |
{| class="wikitable"
|-
! '''Example ([[Key_3012|Key 3012]])'''
|-
| <pre>{{Keys&#124;
number=3012&#124;
copper=yes&#124;
value=5000 gp&#124;
opens=Used for locking and unlocking the main doors to [[Hellgate]].&#124;
known_as=Hellgate Key&#124;
origin=Can be bought from [[Elathriel]] for 5000 gp.&#124;
note=[[Elathriel]] is nearby the Hellgate doors.}}
</pre>
 
|}
 
|}
 
&nbsp;
 
----
 
= Hunting Spots Source Code&nbsp; =
 
{|
|-
| width="50%" valign="top" |
{| class="wikitable"
|-
! '''HUNTING SPOTS SOURCE CODE'''
|-
| <pre>{{HuntingSpot&#124;
description=&#124;
strategy=&#124;
name=&#124;
image=&#124;
level=&#124;
location=&#124;
exp=&#124;
loot=&#124;
notes=&#124;
monsters=}}
</pre>
 
|}
 
| width="50%" valign="top" |
{| class="wikitable"
|-
! '''Example ([[Foreign_Lands_Chimeras|Foreign Lands Chimeras]])'''
|-
| <pre>{{HuntingSpot&#124;
description=Best place to do the [[Chimera|Chimera Task]].&#124;
strategy=The are a few spots where you can lure the chimera, where it cant retarget to shooters. Avoid its wave.&#124;
name=Foreign Lands Chimeras&#124;
image=[[File:Chimera.gif]]&#124;
level=+200 as Knight, +150 as Shooter&#124;
location=[[Foreign Lands]]&#124;
exp=Good&#124;
loot=Very Good&#124;
notes=Between pic 1 and 2, you should levitate up 3 times. You will meet a lot of fire elementals on the way.&#124;
monsters=[[Chimera]], [[Fire Elemental]]}}
</pre>
 
|}
 
|}
= &nbsp;Transcripts Source Code =
 
{|
|-
| width="50%" valign="top" |  
{| class="wikitable"
{| class="wikitable"
|-
|-
! '''Example ([[Skull_Staff|Skull Staff]])'''
! '''TRANSCRIPTS SOURCE CODE'''
|-
| <pre>
{{Transcripts| title= | text=
}}
</pre>
|}
Note: It's optional to use different styles such as font, size, color, etc. As you can see in the example, using a different font and color highlights the player keywords and it looks more pleasing to the eye.
| width="50%" valign="top" |
{| class="wikitable"
|-
! '''Example ([[Sheriff Biljan]])'''
|-
|-
| <pre>{{Item&#124;
| <pre>{{Transcripts| title=NPC Transcripts | text=
category=Clubs&#124;
<span style="font-size:smaller;">'''<span style="color:#00FFFF">18:30 Javs Reborn: hi</span>'''
name=Skull Staff&#124;
18:30 Sheriff Biljan: Hiho!!
image=[[File:Skull staff.png]]&#124;
'''<span style="color:#00FFFF">18:30 Javs Reborn: job</span>'''
atk=36&#124;
18:30 Sheriff Biljan: I am the sheriff here, locking up bandits and other outlaws.
def=12&#124;
'''<span style="color:#00FFFF">18:30 Javs Reborn: sell</span>'''
hands=1&#124;
18:30 Sheriff Biljan: I am in the safety business.
weight=17.0&#124;
'''<span style="color:#00FFFF">18:30 Javs Reborn: village</span>'''
description=The staff longs for death.&#124;
18:30 Sheriff Biljan: The village is not as bad as some people might claim, but we certainly have our problems here.
loot_value=6,000 - 7,500 gp&#124;
'''<span style="color:#00FFFF">18:30 Javs Reborn: problems</span>'''
dropped_by=[[Necromancer]], [[Warlock]], [[Dipthrah]], [[Ogre Warrior]], [[Necromantica]]&#124;
18:30 Sheriff Biljan: We will handle each problem with care.
sell_to_yehsha=[[Alesar]] (6000 gp, only if friendly with green Djinns)&#124;
'''<span style="color:#00FFFF">18:30 Javs Reborn: naal'amib</span>'''
note=Upgrading from a [[Dragon Hammer]] to a Skull Staff will enable you to carry almost two additional backpacks full of runes.  
18:30 Sheriff Biljan: One day he started screaming at the middle of the night and when I was about to lock him up he suddenly left the village...
It's part of the [[Mid Level Set (Any Vocation)]].  
18:30 Sheriff Biljan: I haven't seen him since then.
Can be obtained in [[Medusa Shield Quest]].
'''<span style="color:#00FFFF">18:30 Javs Reborn: bye</span>'''
18:30 Sheriff Biljan: Bye!</span>
}}
}}
</pre>
</pre>

Latest revision as of 22:51, 28 February 2022

How to use templates

 

 


Thanks to @hunz, who wrote templates source code, our wiki looks prettier and adding information about monsters and items is now easier.
But not everyone knows how to edit pages using templates. This is why I made this guide. It is really easy, but it will take a lot of effort to edit all the item/monster pages.


Currently, we do have these templates on our wiki:


To use them you simply copy and paste the code and edit it to match the info about specific item/monster. Paste it into the source code of a page you want to edit. To open source code click Source button in Editor.
[[File:]]
Here are the source codes:


 

Item Source Code 

ITEM SOURCE CODE
{{Item|
name=|
image=[[File:filename.png]]|
category=|
atk=|
def=|
arm=|
loot_value=|
weight=|
hands=|
dropped_by=[[MONSTER]]|
description=|
attributes=|
note=|
buy_from_CITY=[[NPC NAME]] (PRICE gp)|
sell_to_CITY=[[NPC NAME]] (PRICE gp)|
}}
Example (Skull Staff)
{{Item|
category=Clubs|
name=Skull Staff|
image=[[File:Skull staff.png]]|
atk=36|
def=12|
hands=1|
weight=17.0|
description=The staff longs for death.|
loot_value=6,000 - 7,500 gp|
dropped_by=[[Necromancer]], [[Warlock]], [[ ]], [[Ogre Warrior]], [[Necromantica]]|
sell_to_yehsha=[[Alesar]] (6000 gp, only if friendly with green Djinns)|
note=Upgrading from a [[Dragon Hammer]] to a Skull Staff will enable you to carry almost two additional backpacks full of runes. 
It's part of the [[Mid Level Set (Any Vocation)]]. 
Can be obtained in [[Medusa Shield Quest]].
}}

Notice that I've deleted some part of the code that I didn't need (in this case arm=|, attributes=|) because Skull Staff don't have armor or any other attribute. Also, notice that all the links are in square brackets ( [[|]] ).
Most of the item/monster files are named Ham.png/Skull staff.png/Ghoul.png/Dragon lord.png etc.


 Monster Source Code

MONSTER SOURCE CODE
{{Monster|
name=|
image=[[File:monsterfile.png]]|
hp=|
exp=|
summon=|
convince=|
abilities=|
pushable=y/n|
push_objects=y/n|
walks_around=|
immune_to=|
neutral_to=|
task=|
est_max_damage=|
sounds=|
note=|
strategy=|
strategy_knights=|
strategy_mages=|
strategy_archers=|
skinnable=|
location=|
loot=|
}}
Example (Mercenary Cavalry)
{{Monster|
name=Mercenary Cavalry|
image=[[File:Mercenary_Cavalry.gif]]|
hp=270|
exp=216|
summon=750|
convince=--|
abilities=Melee (0-70), Spears (0-50), Haste|
pushable=n|
push_objects=y|
walks_around=<span style="color:#c0392b;">Fire,</span> Energy, Poison|
immune_to=None.|
neutral_to=Physical, Energy, Poison, Lifedrain|
notes=Mercenarys Cavalry run in low health.|
sounds= "Another head for me!"; "Head off!"; "Your head will be mine!"; "Stand still!"; "One more head for me!"; "All males will be our slaves"; "Grrrr"; "ATTACK!"|
strategy=It is better to attack them from distance because their Spears are weaker than their Melee fighting. Usually found around with Rogues and/or Witches.|
location=[[Rogue Camp (Carlin)]]|
loot=0-24 [[Gold Coin]], Spear, 0-2 [[Headhunter Spear]], [[Meat]], [[Apple]], [[Skull]], [[Dagger]], [[Chain Helmet]], [[Chain Armor]], [[Protection Amulet]], [[Small Diamond]] (rare), [[Double Axe]] (rare), [[Plate Armor]] (rare)|
}}

When editing this monster I deleted skinnable=|, strategy-knights=|,strategy_mages=|, strategy_archers=|, task=|, etc. from source code because I didn't need it. 


 

 NPC Source Code

NPC SOURCE CODE
{{Npc| 
name=|
image=[[File:npc name.png]]|
location=|
job=| 
note=|
}}
Sells
{| class="wikitable sortable"
|-
! Item
! Price
|-
| ITEM NAME
| ITEM PRICE
|-
| ITEM NAME
| ITEM PRICE
|-
| ...
| ...
|}
Example (Asha)
{{Npc|
name=Asha|
location=[[Yehsha|Yehsha]], north-eastern part 
([http://mediviastats.info/mapper.php?y=2015&x=1363&z=6&zoom=6 here])| 
job=Banker, Jewelry Shopkeeper&#|
note=Asha runs a bank in Yehsha. She exchanges gold coins,
platinum coins and crystal coins. Sells and buys gems and jewelry.}}

Sells
{| class="wikitable sortable"
|-
! '''Item'''
! '''Price (gp)'''
|-
| [[Wedding_Ring]]
| 990
|-
| [[Golden_Amulet]]
| 6600
|-
|...
|}
Buys
{| class="wikitable sortable"
|-
! '''Item'''
! '''Price (gp)'''
|-
| [[White_Pearl]]
| 160
|-
| [[Black_Pearl]]
| 280
|-
|...
|}

[[Yehsha_NPCs|Yehsha NPCs]]

   

 

 

 

 Rune/RuneShop Source Code

RUNE SOURCE CODE
{{Rune|
name=|
image=[[File:Rune name.png]]|
incantation=SPELL WORDS|
cost=SPELL COST IN GP|
ml_spell|
ml_use|
charges=|
mana=MANA REQ|
premium=y/n|
effect=|
note=|
rune=SINGLE RUNE COST|
BP=BP COST|
c_ab=|
c_abukir=|
c_carlin=|
c_garrogat=|
c_kazordoon=|
c_osaris=|
c_thais=|
c_venore=|
c_yehsha=|
ms_ab=|
ms_abukir=|
ms_carlin=|
ms_garrogat=|
ms_kazordoon=|
ms_osaris=|
ms_thais=|
ms_venore=|
ms_yehsha=|
s_ab=|
s_abukir=|
s_carlin=|
s_garrogat=|
s_kazordoon=|
s_osaris=|
s_thais=|
s_venore|
s_yehsha=|
w_ab=|
w_abukir=|
w_carlin=|
w_garrogat=|
w_kazordoon=|
w_osaris=|
w_thais=|
w_venore=|
w_yehsha=|
}}

 

Legend: c- Druid, ms-Mage, s-Archer, w-Warrior

Example (Great Fireball)
{{RuneShop|
name=Great Fireball|
image=[[File:Great fireball rune.png]]|
incantation=adori gran flam|
cost=1200|
ml_spell=9|
ml_use=4|
charges=2|
mana=110|
premium=y|
effect=Shoots a fire attack that damages all creatures (except those immune to fire), and players, within a large circular area centered around the square where the GFB is targeted. The damage area will be a total of 37 squares, as shown in the picture, unless some of the squares are obstructed. The player using the GFB rune is never affected by it.|
note=This rune is really useful to get rid of big groups of monsters when the character gets surrounded or when you need to clear a room. As the Magic Level raises, the rune will become more effective, to the point that sometimes, the FB rune will be enough, which allows to save the GFB to harder situations.|
rune=250|
BP=5000|
c_ab=Elathriel|
c_yehsha=Rahkem|
c_carlin=Padreia|
c_osaris=Bedhin|
c_thais=Marvik|
c_venore=Smiley|
ms_yehsha=Haffnal|
ms_carlin=Lea|
ms_osaris=Bedhin|
ms_kazordoon=Etzel|
ms_thais=Muriel|
ms_venore=Chatterbone
}}

 Spell Source Code

SPELL SOURCE CODE
{{Spell|
name=|
cost=|
premium=y/n|
ml=|
effect=|
note=|
c_ab=|
c_abukir=|
c_carlin=|
c_garrogat=|
c_kazordoon=|
c_osaris=|
c_thais=|
c_venore=|
c_yehsha=| 
ms_ab=|
ms_abukir=|
ms_carlin=|
ms_garrogat=|
ms_kazordoon=|
ms_osaris=|
ms_thais=|
ms_venore=|
ms_yehsha=| 
s_ab=|
s_abukir=|
s_carlin=|
s_garrogat=|
s_kazordoon=|
s_osaris=|
s_thais=|
s_venore|
s_yehsha=| 
w_ab=| 
w_abukir=| 
w_carlin=| 
w_garrogat=| 
w_kazordoon=| 
w_osaris=| 
w_thais=| 
w_venore=| 
w_yehsha=|
}}
Example (Light)
{{Spell|
name=Light|
incantation=utevo lux|
mana=20|
ml=0|
cost=100|
premium=n|
effect=Provides illumination in a 3 tile radius around the caster (area effect). Duration is 6 minutes and 10 seconds.|
note=This spell is recommended to be the first spell you buy.|
c_ab=Faluae|
s_ab=Faluae|
c_carlin=Padreia|
ms_carlin=Lea|
s_carlin=Legola|
w_carlin=Trisha|
ms_kazordoon=Etzel|
w_kazordoon=Duria|
c_thais=Marvik|
ms_thais=Muriel|
s_thais=Elane|
w_thais=Gregor|
c_venore=Smiley|
ms_venore=Chatterbone|
s_venore=Asrak|
w_venore=Asrak|
}}


Legend: c- Druid, ms-Mage, s-Archer, w-Warrior


 


Quest Source Code 

QUEST SOURCE CODE
{{Quest|
name=|
image=[[File:Image.png]]|
known_as=|
reward=|
location=|
level=|
monsters=|
legend=|
}}
QUEST SPOILER SOURCE CODE
{{Spoiler|
name=|
image=[[File:Image.png]]|
known_as=|
reward=|
location=|
level=|
monsters=|
legend=|
items=|
}}
Example (The Executioner Outfit Quest)
{{Quest|
name=The Executioner Outfit Quest|
image=[[File:Executioner Full Female.png]]|
known_as=|
reward=Executioner Outfit and Addons|
location=[[Yehsha]], [[Shakir]]|
level=0|
monsters=[[Jaffr]], [[Drake Lord]], [[Skeleton Archer]]|
legend=[[Pharaoh Anhamtap]] is looking for a new executioner of Yehsha. But first, you need to kill the previous one.|
}}

Keys Source Code 

KEYS SOURCE CODE
{{Keys| 
number=| 
copper=yes| 
value=| 
opens=| 
known_as=| 
origin=| 
note= }}

If the key type is different, change copper=yes| to
golden=yes|
crystal=yes|
wooden=yes|
silver=yes|
bone=yes|

Example (Key 3012)
{{Keys| 
number=3012| 
copper=yes| 
value=5000 gp| 
opens=Used for locking and unlocking the main doors to [[Hellgate]].| 
known_as=Hellgate Key| 
origin=Can be bought from [[Elathriel]] for 5000 gp.| 
note=[[Elathriel]] is nearby the Hellgate doors.}}

 


Hunting Spots Source Code 

HUNTING SPOTS SOURCE CODE
{{HuntingSpot| 
description=| 
strategy=| 
name=| 
image=| 
level=| 
location=| 
exp=| 
loot=| 
notes=| 
monsters=}}
Example (Foreign Lands Chimeras)
{{HuntingSpot| 
description=Best place to do the [[Chimera|Chimera Task]].| 
strategy=The are a few spots where you can lure the chimera, where it cant retarget to shooters. Avoid its wave.| 
name=Foreign Lands Chimeras| 
image=[[File:Chimera.gif]]| 
level=+200 as Knight, +150 as Shooter| 
location=[[Foreign Lands]]| 
exp=Good| 
loot=Very Good| 
notes=Between pic 1 and 2, you should levitate up 3 times. You will meet a lot of fire elementals on the way.| 
monsters=[[Chimera]], [[Fire Elemental]]}}

 Transcripts Source Code

TRANSCRIPTS SOURCE CODE
{{Transcripts| title= | text=
}}

Note: It's optional to use different styles such as font, size, color, etc. As you can see in the example, using a different font and color highlights the player keywords and it looks more pleasing to the eye.

Example (Sheriff Biljan)
{{Transcripts| title=NPC Transcripts | text=
<span style="font-size:smaller;">'''<span style="color:#00FFFF">18:30 Javs Reborn: hi</span>'''
18:30 Sheriff Biljan: Hiho!!
'''<span style="color:#00FFFF">18:30 Javs Reborn: job</span>'''
18:30 Sheriff Biljan: I am the sheriff here, locking up bandits and other outlaws.
'''<span style="color:#00FFFF">18:30 Javs Reborn: sell</span>'''
18:30 Sheriff Biljan: I am in the safety business.
'''<span style="color:#00FFFF">18:30 Javs Reborn: village</span>'''
18:30 Sheriff Biljan: The village is not as bad as some people might claim, but we certainly have our problems here.
'''<span style="color:#00FFFF">18:30 Javs Reborn: problems</span>'''
18:30 Sheriff Biljan: We will handle each problem with care.
'''<span style="color:#00FFFF">18:30 Javs Reborn: naal'amib</span>'''
18:30 Sheriff Biljan: One day he started screaming at the middle of the night and when I was about to lock him up he suddenly left the village...
18:30 Sheriff Biljan: I haven't seen him since then.
'''<span style="color:#00FFFF">18:30 Javs Reborn: bye</span>'''
18:30 Sheriff Biljan: Bye!</span>
}}

And that's all. I hope this guide will serve you well.