Club Penguin Protocol:Manual of style: Difference between revisions

From Club Penguin Protocol
Jump to navigation Jump to search
imported>Refractor
1 revision: importing preprocessed wiki pages
imported>Refractor
No edit summary
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
<!-- TODO: everything -->
<!-- TODO: everything -->
In the meantime, you can use the [http://www.clubpenguinwiki.info/wiki/Club_Penguin_Wiki:Policy/MOS manual of style] from the main wiki for most things.
== Grammar ==
== Grammar ==


Line 10: Line 13:
== Layout ==
== Layout ==


=== Extension Packets ===
Code can be marked via <code>&lt;code&gt;</code> tags or several lines can be marked up like in blocks prefixed by a space.
[[Extension]] packets are categorized by their handlers.
 
You can determine an extension packet's appropriate handler by looking at the second and third sections of a client packet.
 
An example would be %xt%s%i#ai%1%413% - the 's' shows that the packet is a 'player extension' packet, which we know on the wiki to be a [[:Category:Standard_Packets|standard packet]]. The i#ai section of the packet shows that the handler belongs to the [[:Category:Item Handlers|item handler]] category.


The following is a list of some of Club Penguin's known handlers.
Tables should have a "wikitable" CSS class, to give them the proper appearance.


<ul>
[[Category:Meta]]
<li>[[:Category:Item Handlers|Item Handlers]] - i</li>
<li>[[:Category:Mail Handlers|Mail Handlers]] - l</li>
<li>[[:Category:Message Handlers|Message Handlers]] - m</li>
<li>[[:Category:Moderation Handlers|Moderation Handlers]] - o</li>
<li>[[:Category:Player Handlers|Player Handlers]] - u</li>
<li>[[:Category:Room Handlers|Room Handlers]] - r</li>
</ul>

Latest revision as of 21:34, 14 November 2014


In the meantime, you can use the manual of style from the main wiki for most things.

Grammar

Categories

All articles need categories to easily find and manage them. To add a category, just add it to the bottom of a page like a link. Adding a pipe and a character after it will change what character it is put under in the category. For eponymous articles in a category, use *.

For a list of categories, see Special:Categories. For a list of pages that need them, use Special:UncategorizedPages.

Layout

Code can be marked via <code> tags or several lines can be marked up like in blocks prefixed by a space.

Tables should have a "wikitable" CSS class, to give them the proper appearance.