Bit iseme
Wikipedia'dan
Eçtälek tezmäse |
[üzgärtü] Çikläwlär
[üzgärtü] Maxsus bilgelär
Bit isemendä kiläse bilgelärne qullanırğa yaramí:
" # $ * + < > = @ [ ] \ ^ ` { } | ~
Monıñ säbäpläre arasında:
-
- + is used in web addresses to represent a space (e.g. when you type more than one word into a search engine). Using it in article names would potentially make parts of the system see their name wrong.
- @ also has a special meaning in URLs, as a way of adding a username and password, and would have even more drastic consequences.
- [, ], {, }, |, and probably some of the others have special meaning within Wikipedia's syntax, which are processed before the pagename is determined. (e.g. [[{{CURRENTYEAR}}]] points at 2007, not a page called {{CURRENTYEAR}}.
- $, \, ", ` (and some others) have special meaning in other bits of the software, and allowing them would create potential security flaws which would take a lot of effort to insure against.
There are some pages not satisfying the restrictions, e.g. w:$. They may give complications.
Some very special characters, like two dots over the n that has been attempted for the page w:Spinal Tap, are not allowed either. They can only be represented using Unicode, whereas the English Wikipedia just uses w:ISO 8859-1 or similar.
[üzgärtü] İsemara alquşımtası
Also, the first part of a page name may not coincide with a project-independent namespace prefix that is automatically converted to another one, e.g. the name Project: A-Kon on Wikipedia is not possible.
The first part of a page name can coincide with a namespace prefix that is not converted. For example, there might be articles in the English Wikipedia about books called Wikipedia: The Big Adventure and Talk: Secrets are Bad (but only without the space after the colon). However, in that case the pages are in the wrong namespace. This may be inconvenient in searching or displaying a list of pages. Also, in the second case there is no link to a Talk page about the book. (As explained above, the second page name is not possible on e.g. the German Wikipedia: see).
[üzgärtü] Prefixes referring to other projects or pseudo-namespaces
A page name can not start with a prefix that is in use to refer to another project, including language codes, e.g. "en:" (list), or one of the pseudo-namespaces "Media:" and "Special".
[üzgärtü] Buşlıq assızımğa qarşı
In page names, a blank space is equivalent with an underscore. A blank space is displayed in the large font title at the top of the page, the URLs show an underscore.
[üzgärtü] Bieklek sizü
If for the first letter of a page name two cases exist, as in the case of letters of the Latin, Greek, Cyrillic, and Armenian alphabets, the following applies.
All characters of namespace prefixes are case-insensitive. The canonical form, shown in large font as page header, and in URLs generated by the system, is with one capital. Below "page name" refers to the name without the possible namespace prefix.
[üzgärtü] Berençe xäreftä bieklek sizü
The first character of the page name may or may not be case-sensitive, depending on the project.
Currently in all Wikimedia projects other than the Klingon Wikipedia and the it is not. For these two, compare e.g. tlh:jo and tlh:Jo, and with. For Wiktionary changing this is being discussed at Wiktionary:Wiktionary:Beer parlour/case-sensitivity vote.
[üzgärtü] Case where the first character is case-insensitive
The canonical form is with a capital. A link like [[template]] works like a piped link [[Template|template]]: template; unlike a redirect, the conversion shows up already on the referring page when pointing at it: in the pop-up and in the status bar (if applicable for the browser).
Note that in the case of a prefix that is not a namespace for the software, the case-insensitivity applies to the first character of the whole name, e.g. MediaWiki User's Guide: Using tables and MediaWiki User's Guide: using tables are distinguished.
[üzgärtü] Case-sensitivity of the file name extension of an image
Note that even the file name extension of an image is case-sensitive: compare image:Stop_sign_us.jpg and image:Stop_sign_us.JPG
[üzgärtü] Ignored spaces/underscores
Spaces/underscores which are ignored:
- those at the start and end of a full page name
- those at the end of a namespace prefix, before the colon
- those after the colon of the namespace prefix
- duplicate consecutive spaces
Some show up in the link label, e.g. [[___help__ :_ _template_ _]] becomes ___help__ :_ _template_ _, linking to Help:Template.
However, a space before or after a "normal" colon makes a difference, e.g. MediaWiki User's Guide: Editing overview and MediaWiki User's Guide : Editing overview, and MediaWiki User's Guide:Editing overview are all distinguished, because "MediaWiki User's Guide:" is a pseudo-namespace, not a real one.
[üzgärtü] Coding of characters
A page name can not contain e.g. %41, because that is automatically converted to the character A, for which %41 is the code. [[%41]] is rendered as A. Similarly %C3%80 is automatically converted to the character À. [[%C3%80]] is rendered as À. The URL of the page is http://meta.wikipedia.org/wiki/%C3%80. One can argue what is the real name of the page, %C3%80 or À (a user will say the latter), but anyway there can not be distinct pages with these names.
[üzgärtü] Älifba buyınça tezü
Alphabetical order, e.g. in Special:Allpages, is (at least for that range) according to ASCII. Note that this means that "a" comes after "Z", see e.g. [1].
[üzgärtü] Monı da qara
- Help:Link gives examples of conversions in the page name from wikitext to HTML, and from HTML to actual target page.
- MediaWiki_1.3_comments_and_bug_reports#Comments_related_to_page_title
- Proposed_Wikipedia_policy_on_foreign_characters#Article Titles (old)
- w:Wikipedia:Naming conventions
- w:Template:Wrongtitle
- w:Wikipedia:List of pages whose correct title is not allowed by MediaWiki
- Case insensitivity - about a proposal for case-insensitivity of all characters in the page name.]