Index: trunk/extensions/Gadgets/README |
— | — | @@ -48,8 +48,8 @@ |
49 | 49 | The first field ("mygadget" in the example) is the gadgets internal name, |
50 | 50 | and references a system message (MediaWiki:Gadget-mygadget in the example) |
51 | 51 | that contains a short description of the gadget, using wiki syntax. |
52 | | -Note that the internal name must start with a ASCII letter, and must |
53 | | -contain only ASCII letter and numbers, hyphens ("-"), underscores ("_"), |
| 52 | +Note that the internal name must start with an ASCII letter, and must |
| 53 | +contain only ASCII letters and numbers, hyphens ("-"), underscores ("_"), |
54 | 54 | colons (":"), and periods (".") (spaces are also allowed but converted to |
55 | 55 | underscores ("_"), like for page titles). |
56 | 56 | |