Difference between revisions of "NetHackWiki:Style guide"

From NetHackWiki
Jump to navigation Jump to search
(Other useful templates: Add {{stub}}, which seems useful enough for 82 pages, but was not yet in the style guide.)
(General principles: Link to Wikipedia's Manual of Style now labels itself as such; rewrite first sentence without using Wikimedia "NPOV" jargon.)
Line 88: Line 88:
  
 
== General principles ==
 
== General principles ==
* Article pages (those in the main namespace) are not strictly NPOV (as the suitability of many strategies are a matter of opinion), but they should be broadly factual.
+
* Article pages (those in the main namespace) should be broadly factual, but do not need to be strictly factual (because the suitability of many [[strategy|strategies]] are a matter of opinion).
* If in doubt, consider [[Wikipedia:Wikipedia:Manual of Style|Wikipedia's policies]] on the matter; they're pretty good.
+
* Consider consulting [[Wikipedia:Wikipedia:Manual of Style|Wikipedia's Manual of Style]] on the matter; some editors think that it is pretty good.

Revision as of 03:54, 29 June 2006

Wikihack has no formal style guide as of yet, but there are a few conventions in use. The following is a list of them. Changes should be discussed on the talk page.

Article names

Try to be consistent with existing articles:

The first time the article name appears in the main text, it should be bolded.

Headers

The highest header level that should be used is ==This==. Do not use =These=, they are reserved for the article main title only. In each article, there should be a brief introduction before going into specifics. This introduction should not have a header, like ==Introduction==, because it is obvious and because when omitting it, the introduction appears before the table of contents as it is supposed to.

Categories

Each new article should have at least one category assigned to it.

Tables

Many of our tables are pretty tables, the prettytable class from MediaWiki:Common.css can be used like this:

{|class="prettytable"
!Header 1
!Header 2
|-
|Cell 1
|Cell 2
|-
|Cell 3
|Cell 4
|}

to make this:

Header 1 Header 2
Cell 1 Cell 2
Cell 3 Cell 4

Coloured NetHack glyphs

Use the 16-colour function templates for displaying individual monster symbols. They're padded, so they don't work for making ASCII screenshots. Yet.

Item pages

Put the templates Template:scroll, Template:potion, Template:ring, Template:wand, Template:spellbook, Template:weapon, Template:armor, and Template:tool at the top of the appropriate item page, or Template:item for any other type of item.

Caveat: these templates may not exist yet...

Each item page should also list the effects of the item, and any messages that item can generate. Tips and strategy relating to that item should go next, and if there is an entry from the nethack encyclopedia, that can go at the bottom. Use potion of object detection, scroll of amnesia and scroll of genocide as guides.

Source code

When writing a piece of factual information, you may wish to document it by linking to the source code like this:

The vibrating square level is not eligible to leave bones files <ref>[[bones.c#line32]]</ref>. 

which looks like this:

The vibrating square level is not eligible to leave bones files [1].

Make sure you include a <references/> tag at the bottom of the page, to create a list of footnotes:

Annotations

If you are a source diver, you can add annotations to any source file simply by putting your comments below the relevant line. Try to limit annotations to explanations of the source code; long discussions belong on the Talk page.

Other useful templates

{{DOD}} should go at the bottom of every page which is based on a spoiler by Dylan O'Donnell.

{{disambig}} should go at the bottom of every disambiguation page, e.g. Fire. A disambiguation page is a list of links to articles all associated with the same title.

You can use {{stub}} on a page to plea for someone to expand it. From time to time, some editors will look over Category:Stubs for articles to expand. The template can take an optional parameter, for example:

{{stub}} on any page, or
{{stub|What's the strategy when dealing with him?}} on Wizard of Yendor

Namespaces

Anything to do with NetHack belongs in the main article space. Anything to do with Wikihack belongs in the Wikihack namespace.

User pages

You can create a vanity page in the main namespace if you want to, but unless you are famous or otherwise notable it would be a better idea to create a Wikihack account and put personal information on your own User page.

General principles

  • Article pages (those in the main namespace) should be broadly factual, but do not need to be strictly factual (because the suitability of many strategies are a matter of opinion).
  • Consider consulting Wikipedia's Manual of Style on the matter; some editors think that it is pretty good.