User:Espyo/Pikan

From Inkipedia, the Splatoon wiki
< User:Espyo
Revision as of 21:43, 28 September 2015 by Espyo (talk | contribs) (Created page with "'''Pikan''' is a Javascript script I made for Pikipedia, now ported to Inkipedia. The name is short for "'''Pik'''ipedia '''an'''alyzer", and it creates a new button on the ed...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Pikan is a Javascript script I made for Pikipedia, now ported to Inkipedia. The name is short for "Pikipedia analyzer", and it creates a new button on the editing interface that, when pressed, runs an analyzer that reports problems with the page. For more information, see here; the analyzer works the same way here as it does on Pikipedia, except it checks different things, listed below. The core of the analyzer is hosted on Pikipedia, and it's checking a list of rules hosted on Inkipedia, here.

Analyzing

Problem

  • Finds any instance of "Wikia".
  • Finds incorrect spellings of "GamePad" and "Nunchuk".

Policy

  • Warns about game names that are not italicized.
  • Finds "Splatoon" with a lowercase s.
  • Finds a species name (Inkling, Octoling, etc.) with a lowercase initial letter.
  • Finds buttons being written with text instead of with {{button}}.

Questions

  • Finds mentions of "you" outside of guides.
  • Finds tampering of fonts, <p> tags, and black font color in CSS, which are a sign of Wikia visual editor leftovers.
  • Finds gendered nouns, which could be replaced with "they" or "it".

Style

  • Finds double empty lines.
  • Finds redundant "Template:" prefixes when calling templates.
  • Finds trailing spaces.
  • Finds double spaces.
  • Finds file names with underscores, where spaces work better.
  • Finds page links with underscores, where spaces work better.
  • Finds links in the format [[A|A]] and suggests [[A]].
  • Finds links in the format [[A|AB]] and suggests [[A]]B.

Changelog

This changelog will only cover the Inkipedia module. For the core module's changelog, see here.

  • 1.0.0 (September 28, 2015):
    • Initial version.