A KoL Wiki:Established Standards/Adventure Pages: Difference between revisions
imported>Quietust mNo edit summary |
imported>Dehstil m adjust |
||
Line 1: | Line 1: | ||
Adventure pages can be broken down into [[#Combat Adventure Pages|Combat Adventure Pages]] and [[#Non-Combat Adventure Pages|Non-Combat Adventure Pages]]. The standards are slightly different | Adventure pages can be broken down into [[#Combat Adventure Pages|Combat Adventure Pages]] and [[#Non-Combat Adventure Pages|Non-Combat Adventure Pages]]. The standards are slightly different. | ||
==Combat Adventure Pages== | ==Combat Adventure Pages== | ||
Line 5: | Line 5: | ||
Combat adventure pages should contain the following elements in the order shown here. | Combat adventure pages should contain the following elements in the order shown here. | ||
__TOC__ | |||
Follow the link for information on coding and contents for each element. | Follow the link for information on coding and contents for each element. | ||
=== | ===Header=== | ||
Begin with the following template: | Begin with the following template: | ||
<nowiki>{{battletop</nowiki> | <nowiki>{{battletop</nowiki> | ||
Line 31: | Line 25: | ||
<div style="border:1px solid black; padding:1em;"> | <div style="border:1px solid black; padding:1em;"> | ||
{{battletop| | {{battletop|autocat=no| | ||
image=biglime.gif| | image=biglime.gif| | ||
a=a| | a=a| | ||
Line 38: | Line 32: | ||
</div> | </div> | ||
=== | ===Attack Messages=== | ||
*Center all messages. | *Center all messages. | ||
Line 71: | Line 65: | ||
*Leave two blank lines between the successful hit messages and failed hit messages. | *Leave two blank lines between the successful hit messages and failed hit messages. | ||
=== | ===Spoils of War=== | ||
*List the rewards in the order in which they appear in the Kingdom. | *List the rewards in the order in which they appear in the Kingdom. | ||
Line 95: | Line 89: | ||
</div> | </div> | ||
=== | ===Other Information=== | ||
*Add a line <nowiki>(Wikicode: ----)</nowiki> after the Spoils, then add a link back to the location where the adventure occurs, using the format "Occurs at [location]." | *Add a line <nowiki>(Wikicode: ----)</nowiki> after the Spoils, then add a link back to the location where the adventure occurs, using the format "Occurs at [location]." | ||
Line 101: | Line 95: | ||
*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#ItemSeeA|See Also]], or [[Established Standards: Item Pages#ItemRefs|References]] sections (in that order) as needed. | ||
=== | ===Category=== | ||
<nowiki>[[Category:Adventure]]</nowiki> | <nowiki>[[Category:Adventure]]</nowiki> | ||
Line 115: | Line 109: | ||
Follow the link for information on coding and contents for each element. | Follow the link for information on coding and contents for each element. | ||
=== | ===Header=== | ||
Begin with the following template: | Begin with the following template: | ||
Line 122: | Line 116: | ||
* Name is the adventure's title. | * Name is the adventure's title. | ||
=== | ===Content=== | ||
*If the adventure allows for choices, include a line <nowiki>(Wikicode: ----)</nowiki> after the initial description, and then: | *If the adventure allows for choices, include a line <nowiki>(Wikicode: ----)</nowiki> after the initial description, and then: | ||
**Put the text of the choice, as it appears on the button in the Kingdom, centered, in bold, below the line. | **Put the text of the choice, as it appears on the button in the Kingdom, centered, in bold, below the line. | ||
Line 139: | Line 133: | ||
<div style="border:1px solid black; padding:1em;"> | <div style="border:1px solid black; padding:1em;"> | ||
{{adventuretop|image=biglime.gif|name=Limetastic!}} | {{adventuretop|autocat=no|image=biglime.gif|name=Limetastic!}} | ||
You wander around for a while and sneak up on a sabre-toothed lime guarding a stockpile! You manage to steal some of its limes and sneak off sneakily. Moxious! | You wander around for a while and sneak up on a sabre-toothed lime guarding a stockpile! You manage to steal some of its limes and sneak off sneakily. Moxious! | ||
Line 147: | Line 141: | ||
</div> | </div> | ||
=== | ===Other Information=== | ||
*Add a line <nowiki>(Wikicode: ----)</nowiki> after the Content, then add a link back to the location where the adventure occurs, using the format "Occurs at [location]". | *Add a line <nowiki>(Wikicode: ----)</nowiki> after the Content, then add a link back to the location where the adventure occurs, using the format "Occurs at [location]". | ||
Line 156: | Line 150: | ||
[[Category:Administration]] | [[Category:Administration]] | ||
[[Category:Adventures| {{PAGENAME}}]] | [[Category:Adventures| !{{PAGENAME}}]] |
Revision as of 02:20, 31 August 2006
Adventure pages can be broken down into Combat Adventure Pages and Non-Combat Adventure Pages. The standards are slightly different.
Combat Adventure Pages
Combat adventure pages should contain the following elements in the order shown here.
Follow the link for information on coding and contents for each element.
Header
Begin with the following template:
{{battletop |image=biglime.gif |a=a |name=Sabre-toothed lime |text=This room is guarded by a lime ... won't get scurvy.}}
- Image is the monster's image, uploaded to the wiki with the same filename as in the Kingdom.
- A is the monster's article - are you fighting a monster or an annoying monster?
- Name is the monster's name.
- Text is the monster's description, as it appears in the Kingdom.
Our above example would yield:
Attack Messages
- Center all messages.
- If a monster hits you or tries to hit you in a body part, use the following syntax:
{{part}}
Which yields:
- List successful attack messages first.
- Follow these up with the following syntax:
{{ouch|3}}
Which yields:
You may replace the number '3' with however many exclamations typically appear during each attack.
- If the monster's attack deals Elemental Damage then use the following syntax (where element is equal to the element that the attack deals damage with) after the damage actions:
{{element|spooky}}
Which yields:
The element name must be in lowercase!
- If a monster misses, write that message down under the successful hit messages and make it so that it corresponds with successful version of that attack.
- Leave two blank lines between the successful hit messages and failed hit messages.
Spoils of War
- List the rewards in the order in which they appear in the Kingdom.
- Center the rewards
- If you gain multiple copies of an item, list multiple copies of the item.
- Link items to their wiki pages.
- Give the total substats gained from the fight, added up, instead of separating them into Muscle, Mysticality, and Moxie.
- Use the stat template for substats.
- Leave two blank lines between the failed hit messages and the rewards.
{{meat|amount=160-240}} {{acquire|image=lime.gif|item=lime|chance=50%}} {{stat|18-21}}
Yields:
Other Information
- Add a line (Wikicode: ----) after the Spoils, then add a link back to the location where the adventure occurs, using the format "Occurs at [location]."
- Add Notes, See Also, or References sections (in that order) as needed.
Category
[[Category:Adventure]]
Non-Combat Adventure Pages
Due to the highly variable nature of non-combat adventures, no wiki template exists for them. However, please adhere to the following guidelines:
Follow the link for information on coding and contents for each element.
Header
Begin with the following template:
{{adventuretop|image=biglime.gif|name=Limetastic!}}
- Image is the adventure's image, uploaded to the wiki with the same filename as in the Kingdom.
- Name is the adventure's title.
Content
- If the adventure allows for choices, include a line (Wikicode: ----) after the initial description, and then:
- Put the text of the choice, as it appears on the button in the Kingdom, centered, in bold, below the line.
- Include any results of that choice below, formatted as they appear in the Kingdom.
- Include another line before the next choice.
- If the adventure does not allow for choices, copy out the rest of the text in exactly the same format as is in the Kingdom.
- If the adventure gives stats, use {{stat}} to indicate the stats gained (or lost).
You wander around for a while and sneak up on a sabre-toothed lime guarding a stockpile! You manage to steal some of its limes and sneak off sneakily. Moxious! {{acquire|image=lime.gif|item=lime|num=2}} {{stat|mox=gain 15}}
This example would yield the following:
You wander around for a while and sneak up on a sabre-toothed lime guarding a stockpile! You manage to steal some of its limes and sneak off sneakily. Moxious!
![]() | You acquire 2 limes |
You gain 15 Chutzpah. |
Other Information
- Add a line (Wikicode: ----) after the Content, then add a link back to the location where the adventure occurs, using the format "Occurs at [location]".
- Add Notes, See Also, or References sections (in that order) as needed.
Established Standards |
---|
Adventures | Effects | Familiars | Items | Locations | Outfits | Skills | Tattoos | Trophies | Data |