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

From A KoL Wiki
imported>JRSiebz
m add nav
imported>Fig bucket
m Fig bucket moved page Established Standards: Location Pages to TheKolWiki:Established Standards/Location Pages: consistency in using the namespace
 
(18 intermediate revisions by 9 users not shown)
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, including stat requirement if applicable.


==<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 {{tl|Combat}} template for each combat adventure:
Include the following template for each noncombat adventure:
  &#123;{Combat|
  <nowiki>{{Combat
  name=''<span style="font-family: sans-serif">Sabre-toothed lime</span>''|
    |name=Sabre-toothed lime
  }}
    |drops=[[Lime]], [[Lime|totally different lime]]
*<code>name=</code> the name of the monster, as it appears in bold at the top of your center pane when adventuring.
    |meat=13-16
*Item drops, meat drops, stat gains, elemental alignment, image, monster level, and hp are all stored in a data page.
    |stat=2-3
    |image=biglime.gif|
    level=77|hp=60}}</nowiki>
*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.
*The drops are a list of dropped items, separated by commas.
**If you gain multiple copies of an item, list the item multiple times.
*Meat is the meat gain
*Stat is 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).
*Image is the picture associated with the adventure, uploaded to the wiki with the name the file uses in the Kingdom.
*Level is the monster's level.
**Be sure to take into account any monster level modifying effects you may have active.
**If the monster's level scales with the player's, put "scales with level"
*Hp is the moster's hit points.
**Be sure to take into account any monster level modifying effects you may have active.
**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}}


===<div id="LocationAdventuresNCAT">Non-combat Adventure Template</div>===
{{Combat|name=Sabre-toothed lime}}


Include the following template for each noncombat adventure:
===Non-combat Adventure Template===
Include the {{tl|Adventure}} template for each non-combat 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
**Alpha sort items.
*Stat is the total substat gain.
*<code>meat=</code> the meat 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).
*<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).
*<code>image=</code> the picture associated with the adventure, uploaded to the wiki with the filename used in the Kingdom.


This yields:
This yields:


{{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#ItemNotes|Notes]], [[Established Standards: Item Pages#ItemHistory|History]], [[Established Standards: Item Pages#ItemRefs|References]], or [[Established Standards: Item Pages#ItemSeeA|See Also]] 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>


{{StandardsNav}}
For locations that start with "The" do this:
 
<nowiki>[[Category:Locations|Lime Dungeon, The]]</nowiki>
 
{{StandardsNav|Location Pages}}


[[Category:Administration]]
[[Category:Locations| {{PAGENAME}}]]

Latest revision as of 00:46, 16 October 2015

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, including stat requirement if applicable.

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|
  }}
  • name= the name of the monster, as it appears in bold at the top of your center pane when adventuring.
  • Item drops, meat drops, stat gains, elemental alignment, image, monster level, and hp are all stored in a data page.

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 non-combat 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.
    • Alpha sort items.
  • 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, History, References, or See Also 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]]

For locations that start with "The" do this:

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