Pikmin Technical Knowledge Base:Guidelines

From Pikmin Technical Knowledge Base
Jump to navigation Jump to search

In order to ensure the comfort of readers and editors, everybody is encouraged to use the following style and formatting guidelines when editing the wiki. They are not mandatory, but highly recommended for the sake of clarity, cleanliness, and consistency.

Formatting[edit]

File names, file paths, hexadecimal values, and internal names should be inside code blocks.
A file name (e.g. navi.ini), the path to a file (e.g. /dataDir/parms/navi.ini), a hex value (e.g. 0x1F), or an internal name (e.g. KoChappy) should all be written inside "code" blocks. To do so, type it as follows: <code>text</code>. Naturally, be careful not to include commas, quotes, or periods that belong to your sentence inside of these blocks.
File paths should be like the Filesystem Hierarchy Standard.
A file path should use forward slashes (/) as the directory separator, and the root of an ISO should start with a forward slash as well.
Hexadecimal values should start with the hex prefix.
When writing a hexadecimal value, include the "0x" prefix before it, so it's clear that the number you've shown is in hex format.
Hexadecimal values should follow the format 0x0F.
This means starting with "0x", and use uppercase for the alpha characters (e.g. 0xDC instead of 0xdc). Consider adding a leading zero if it looks better, e.g. 0x05 instead of 0x5.
File formats in prose should be in all uppercase, without a dot.
e.g. type "PNG file" instead of ".png file". The exception is, of course, unless you're referring to the name of a specific file, in which case you use abc.png as usual.

Headers[edit]

Like Wikipedia, don't capitalize words in article titles or section headers.
Wikipedia's page on it can be found here, along with the reasoning.

Game names[edit]

Italicize game names.
Italicize (i.e. write in ''italics'') the names of games in the series.
The first game in the franchise is called Pikmin.
In other words, don't use the term "Pikmin 1".

Article contents[edit]

If the article's title has a game name, italicize it.
You can change the style of an article's title with the {{DISPLAYTITLE}} magic word. For instance, for an article called "Pikmin 2 quick notes", you should add {{DISPLAYTITLE:''Pikmin 2'' quick notes}} at the start.
All main articles must be in the category of the game(s) they're about, as well as the type of article they are.
At the end of each article, you should have the categories that it belongs to. To categorize an article, write something like [[Category:Pikmin 3]] at the end. See Category:Browse for the existing types of article.

Misc.[edit]

When in doubt between spellings, use American English.
Not sure if you should write "colour" or "color"? Doesn't matter much, but for consistency, might as well use the US spelling.
Don't capitalize words needlessly.
The term "Pikmin" should always start in uppercase, but everyday terms that aren't proper nouns like "leader" or "cave" shouldn't be capitalized.
Don't use the terms "NTSC" or "PAL".
Instead, use "US", "North American", "EU", "European", etc. You can also just refer to the versions by their ID, like GPIP01. The reasoning can be found on Pikipedia.
Don't use the terms "alpha" or "beta".
Instead, use "early", "prereelase", or "prototype". Again, the reasoning can be found on Pikipedia.