spelling fixes

This commit is contained in:
Brion Vibber 2007-11-16 19:21:19 +00:00
parent a51ec4f40c
commit 6805aeea2b

6
README
View file

@ -31,18 +31,18 @@ shown on Special:Gadgets, along with links to the respective system
messages, for easy editing.
Each line in MediaWiki:Gadgets-definition that start with one or more "*"
(asterisc) characters defines a gadget; it must have the following form:
(asterisk) characters defines a gadget; it must have the following form:
* mygadget|mygadget.js|mygadget.css
That is, each line consists of fields separated by a "|" (pipe) character.
The first field ("mygadget" in the example) is the gadgets internal name,
and references a system message (MediaWiki:Mygadget in the example)
that contains a short descriptiopn of the gadget, using wiki syntax.
that contains a short description of the gadget, using wiki syntax.
Note that the internal name must start with a ASCII letter, and must
contain only ASCII letter and numbers, hyphens ("-"), underscores ("_"),
colons (":"), and periods (".") (spaces are also allowed but converted to
underscored ("_"), like for page titles).
underscores ("_"), like for page titles).
The remaining fields on the line refer to the JavaScript or CSS code that
makes up the gadget, contained in system messages (MediaWiki:Mygadget.js