A KoL Wiki:Established Standards/Location Pages: Difference between revisions

From A KoL Wiki
imported>JRSiebz
m add nav
imported>Dehstil
m miscellaneous edits
Line 1: Line 1:
__NOTOC__
Location pages should be formatted as such, containing the following elements as needed, '''IN THE ORDER SHOWN HERE''':
Location pages should be formatted as such, containing the following elements as needed, '''IN THE ORDER SHOWN HERE''':
__TOC__


*[[#LocationBasic|Basic Information]]
==Basic Information==
*[[#LocationAdventures|Adventure Templates]]
**[[#LocationAdventuresCAT|Combat adventure templates]]
**[[#LocationAdventuresNCAT|Non-combat adventure templates]]
*[[#LocationOtherI|Other Information]]
*[[#LocationCategory|Category]]
 
Follow the link for information on coding and contents for each element.
 
==<div id="LocationBasic">Basic Information</div>==


*The location image, at the top, centered, and
*The location image, at the top, centered, and
*A brief description of the location.
*A brief description of the location.


==<div id="LocationAdventures">Adventure Templates</div>==
==Adventure Templates==


Include an adventure template for each adventure in the location. List all adventures in alphabetical order, and be sure to use the correct type of template for each adventure.
Include an adventure template for each adventure in the location. List all adventures in alphabetical order, and be sure to use the correct type of template for each adventure.


===<div id="LocationAdventuresCAT">Combat Adventure Template</div>===
===Combat Adventure Template===


Include the following template for each noncombat adventure:
Include the {{tl|Combat}} template for each combat adventure:
  <nowiki>{{Combat
  &#123;{Combat|
    |name=Sabre-toothed lime
  name=''<span style="font-family: sans-serif">Sabre-toothed lime</span>''|
    |drops=[[Lime]], [[Lime|totally different lime]]
  drops=''<span style="font-family: sans-serif"><nowiki>[[Lime]], [[Lime|totally different lime]]</nowiki></span>''|
    |meat=13-16
  meat=''<span style="font-family: sans-serif">13-16</span>''|
    |stat=2-3
  stat=''<span style="font-family: sans-serif">2-3</span>''|
    |image=biglime.gif|
  element=''<span style="font-family: sans-serif">limetastic!</span>''|
    level=77|hp=60}}</nowiki>
  image=''<span style="font-family: sans-serif">biglime.gif</span>''|
*The name variable is the name of the adventure, as it appears in bold at the top of your center pane when adventuring, or the name of the monster.
  level=''<span style="font-family: sans-serif">77</span>''|
*The drops are a list of dropped items, separated by commas.
  hp=''<span style="font-family: sans-serif">60</span>''}}
*<code>name=</code> the name of the monster, as it appears in bold at the top of your center pane when adventuring.
*<code>drops=</code> a list of dropped items, separated by commas and spaces.
**Each item is double-bracketed to link to the item's page.
**If you gain multiple copies of an item, list the item multiple times.
**If you gain multiple copies of an item, list the item multiple times.
*Meat is the meat gain
*<code>meat=</code> the meat gain.
*Stat is the total substat gain.
**Make sure you take into account any active [[Meat from Monsters|meat gain modifiers]].
**Add up Muscle, Mysticality, and Moxie gains. Make sure you take into account any stat-boosting effects you may have active (i.e. familiars, equipment, and effects).
*<code>stat=</code> the total substat gain.
*Image is the picture associated with the adventure, uploaded to the wiki with the name the file uses in the Kingdom.
**Add up Muscle, Mysticality, and Moxie gains. Make sure you take into account any active [[Stat Gains from Fights|stat gain modifiers]] (i.e. stat days, familiars, equipment, and effects).
*Level is the monster's level.
*<code>element=</code> the monster's [[:Category:Elements|element]].
**Be sure to take into account any monster level modifying effects you may have active.
**A monster is resistant to it's own element and susceptible to two corresponding elements.
**If the monster's level scales with the player's, put "scales with level"
**If a monster has no element, list it as "none".
*Hp is the moster's hit points.
*<code>image=</code> the picture associated with the adventure, uploaded to the wiki with the filename used in the Kingdom.
**Be sure to take into account any monster level modifying effects you may have active.
*<code>level=</code> is the monster's level.
**If the monster's level scales with the player's, put "scales with level"
**Be sure to take into account any active [[Monster Level|monster level modifiers]].
**If the monster's level scales with the player's, put "scales with level".
<code>hp=</code> is the monster's hit points.
**Be sure to take into account any active [[Monster Level|monster level modifiers]].
**If the monster's level scales with the player's, put "scales with level".


This yields:
This yields:
{{Combat|name=Sabre-toothed lime|drops=[[Lime]], [[Lime|totally different lime]]|meat=13-16|stat=2-3|image=biglime.gif|level=77|hp=60}}
{{Combat|name=Sabre-toothed lime|drops=[[Lime]], [[Lime|totally different lime]]|meat=13-16|stat=2-3|element=limetastic!|image=biglime.gif|level=77|hp=60}}


===<div id="LocationAdventuresNCAT">Non-combat Adventure Template</div>===
===Non-combat Adventure Template===


Include the following template for each noncombat adventure:
Include the {{tl|Adventure}} template for each noncombat adventure:


  <nowiki>{{Adventure
  &#123;{Adventure|
    |name=Limetastic!
  name=''<span style="font-family: sans-serif">Limetastic!</span>''|
    |drops=[[lime]], [[Lime|totally different lime]]
  drops=''<span style="font-family: sans-serif"><nowiki>[[lime]], [[Lime|totally different lime]]</nowiki></span>''|
    |meat=13-16
  meat=''<span style="font-family: sans-serif">13-16</span>''|
    |stat=2-3
  stat=''<span style="font-family: sans-serif">2-3</span>''|
    |image=biglime.gif}}</nowiki>
  image=''<span style="font-family: sans-serif">biglime.gif</span>''}}
*The name variable is the name of the adventure, as it appears in bold at the top of your center pane when adventuring, or the name of the monster.
*<code>name=</code> the name of the adventure, as it appears in bold at the top of your center pane when adventuring.
*The drops are a list of dropped items, separated by commas.
*<code>drops=</code> a list of dropped items, separated by commas and spaces.
**Each item is double-bracketed to link to the item's page.
**If you gain multiple copies of an item, list the item multiple times.
**If you gain multiple copies of an item, list the item multiple times.
*Meat is the meat gain
*<code>meat=</code> the meat gain.
*Stat is the total substat gain.
*<code>stat=</code> the total substat gain.
**Add up Muscle, Mysticality, and Moxie gains. Make sure you take into account any stat-boosting effects you may have active (i.e. familiars, equipment, and effects).
**Add up Muscle, Mysticality, and Moxie gains. Make sure you take into account any active [[Stat Gains from Fights|stat gain modifiers]] (i.e. stat days, familiars, equipment, and effects).
*Image is the picture associated with the adventure, uploaded to the wiki with the name the file uses in the Kingdom.
*<code>image=</code> the picture associated with the adventure, uploaded to the wiki with the filename used in the Kingdom.


This yields:
This yields:
Line 69: Line 68:
{{Adventure|name=Limetastic!|drops=[[lime]], [[Lime|totally different lime]]|meat=13-16|stat=2-3|image=biglime.gif}}
{{Adventure|name=Limetastic!|drops=[[lime]], [[Lime|totally different lime]]|meat=13-16|stat=2-3|image=biglime.gif}}


==<div id="LocationOtherI">Other Information</div>==
==Other Information==
*Add [[Established Standards: Item Pages#ItemNotes|Notes]], [[Established Standards: Item Pages#ItemSeeA|See Also]], or [[Established Standards: Item Pages#ItemRefs|References]] sections (in that order) as needed.
*Add [[Established Standards: Item Pages#Notes|Notes]], [[Established Standards: Item Pages#See Also|See Also]], or [[Established Standards: Item Pages#References|References]] sections (in that order) as needed.
*'''Only''' add information in those sections that applies to the location. Do not include information in those sections that applies to adventures that occur in the location. Add that information to the adventure page instead.
*'''Only''' add information in those sections that applies to the location. Do not include information in those sections that applies to adventures that occur in the location. Add that information to the adventure page instead.


==<div id="LocationCategory">Category</div>==
==Category==


  <nowiki>[[Category:Locations]]</nowiki>
  <nowiki>[[Category:Locations]]</nowiki>

Revision as of 23:27, 29 June 2006

Location pages should be formatted as such, containing the following elements as needed, IN THE ORDER SHOWN HERE:

Basic Information

  • The location image, at the top, centered, and
  • A brief description of the location.

Adventure Templates

Include an adventure template for each adventure in the location. List all adventures in alphabetical order, and be sure to use the correct type of template for each adventure.

Combat Adventure Template

Include the {{Combat}} template for each combat adventure:

{{Combat|
  name=Sabre-toothed lime|
  drops=[[Lime]], [[Lime|totally different lime]]|
  meat=13-16|
  stat=2-3|
  element=limetastic!|
  image=biglime.gif|
  level=77|
  hp=60}}
  • name= the name of the monster, as it appears in bold at the top of your center pane when adventuring.
  • drops= a list of dropped items, separated by commas and spaces.
    • Each item is double-bracketed to link to the item's page.
    • If you gain multiple copies of an item, list the item multiple times.
  • meat= the meat gain.
  • stat= the total substat gain.
    • Add up Muscle, Mysticality, and Moxie gains. Make sure you take into account any active stat gain modifiers (i.e. stat days, familiars, equipment, and effects).
  • element= the monster's element.
    • A monster is resistant to it's own element and susceptible to two corresponding elements.
    • If a monster has no element, list it as "none".
  • image= the picture associated with the adventure, uploaded to the wiki with the filename used in the Kingdom.
  • level= is the monster's level.
    • Be sure to take into account any active monster level modifiers.
    • If the monster's level scales with the player's, put "scales with level".

hp= is the monster's hit points.

    • Be sure to take into account any active monster level modifiers.
    • If the monster's level scales with the player's, put "scales with level".

This yields:


sabre-toothed lime This monster is a Beast -- (edit metadata)
  • Item Drops: twist of lime
  • Meat Drop: 12-18
  • Monster Level: 14 • Substat Gain: 3.5 • Moxie for No Hit*: 24
  • Monster Defense: 12
  • Hit Points: 8
  • Initiative: 60
  • Elemental Alignment: None

Non-combat Adventure Template

Include the {{Adventure}} template for each noncombat adventure:

{{Adventure|
  name=Limetastic!|
  drops=[[lime]], [[Lime|totally different lime]]|
  meat=13-16|
  stat=2-3|
  image=biglime.gif}}
  • name= the name of the adventure, as it appears in bold at the top of your center pane when adventuring.
  • drops= a list of dropped items, separated by commas and spaces.
    • Each item is double-bracketed to link to the item's page.
    • If you gain multiple copies of an item, list the item multiple times.
  • meat= the meat gain.
  • stat= the total substat gain.
    • Add up Muscle, Mysticality, and Moxie gains. Make sure you take into account any active stat gain modifiers (i.e. stat days, familiars, equipment, and effects).
  • image= the picture associated with the adventure, uploaded to the wiki with the filename used in the Kingdom.

This yields:


Limetastic!

Other Information

  • Add Notes, See Also, or References sections (in that order) as needed.
  • Only add information in those sections that applies to the location. Do not include information in those sections that applies to adventures that occur in the location. Add that information to the adventure page instead.

Category

[[Category:Locations]]
Established Standards
Adventures | Effects | Familiars | Items | Locations | Outfits | Skills | Tattoos | Trophies | Data