mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Gadgets
synced 2024-11-23 23:13:27 +00:00
spelling fixes
This commit is contained in:
parent
a51ec4f40c
commit
6805aeea2b
6
README
6
README
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue