r82389 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r82388‎ | r82389 | r82390 >
Date:11:03, 18 February 2011
Author:reedy
Status:ok
Tags:
Comment:
* (bug 27512) update documentation for Gadgets extension
Modified paths:
  • /trunk/extensions/Gadgets/README (modified) (history)

Diff [purge]

Index: trunk/extensions/Gadgets/README
@@ -48,10 +48,11 @@
4949 The first field ("mygadget" in the example) is the gadgets internal name,
5050 and references a system message (MediaWiki:Gadget-mygadget in the example)
5151 that contains a short description of the gadget, using wiki syntax.
52 -Note that the internal name must start with an ASCII letter, and must
53 -contain only ASCII letters and numbers, hyphens ("-"), underscores ("_"),
54 -colons (":"), and periods (".") (spaces are also allowed but converted to
55 -underscores ("_"), like for page titles).
 52+Note that the internal name must start with an ASCII letter, must not be
 53+longer than 25 bytes, and must contain only ASCII letters and numbers,
 54+hyphens ("-"), underscores ("_"), colons (":"), and periods (".")
 55+(spaces are also allowed but converted to underscores ("_"), like for
 56+page titles).
5657
5758 If the gadget name is followed by [ResourceLoader], its JavaScript will
5859 be loaded concatenated, minified and gzipped by ResourceLoader, thus

Status & tagging log