Aus SubmersWiki
Version vom 12. Dezember 2010, 12:47 Uhr von 127.0.0.1 (Diskussion)
Here are a few guidelines that you should follow while naming a page:
- The following characters (the configuration is made in "$wgLegalTitleChars") are not allowed in page titles:
< > [ ] | { }
- The non-printable characters with values 0 through 31, and the delete character 127 in ASCII are also not allowed.
- The backslash (\) results in complications: depending on where the pagename is used, the backslash may or may not be converted to a slash (/).
- The first character of a page name cannot be a colon (:), space ( ), or underscore (_).
- In page names a blank space is equivalent to an underscore.
- A percent sign (%) results in complications since the link may not work or interpret the sign together with some following characters as a code for a character depending on what follows in a link.