װיקיפּעדיע:נעימספעיס באגס
דער בלאט איז נישט דערהיינטיגט טייל באגס זענען שוין מסתם פאראכטן ביטע צילייגן א פלייצע און אונטעראיילן וועלכעס דארף הילף און וועלכעס עס איז שוין נישט גילטיג.
Preliminary
רעדאַקטירן- Contributors have askes multiple times to be able to use beside the actual namespaces also other variants without
precombined characters,tsvey vovn, vov-yud and niqqud. See project:געמיינדע#namespaces.
- note: MediaWiki automatically converts "precombined characters" during normalisation.
- This patch supports the sitenames for Wikipdia, Wikisource and Wiktionary in Yiddish.
- Neither sitenames for Wikibooks, Wikinews, Wikiquote are nor custom namespaces is handeled here; only common namespaces.
Other links
רעדאַקטירן- bugzilla:04786 – "Create Yiddish Wikisource"
- meta:Wikinews/Start a new edition#Yiddish (יִידיש), meta:Approved requests for new languages, meta:New language pre-launch
- bugzilla:02399 – "Unicode normalization interferes with Hebrew and Arabic with vowels"
- bugzilla:03885 – "Title normalisation"
- bugzilla:01527 – "*first* perform Unicode normalisation and check for existence of pages *after* the normalisation"
- duplicate: bugzilla:03860 – "Links generated with precombined characters show red despite the fact that the normalised links exist"
function getNsIndex
רעדאַקטירןstarting from CVS LanguageFr.php
for CVS LanguageYi.php
function getNsIndex( $text ) { global $wgNamespaceNamesYi, $wgSitename; foreach ( $wgNamespaceNamesYi as $i => $n ) { if ( 0 == strcasecmp( $n, $text ) ) { return $i; } } if( $wgSitename == 'װיקיפּעדיע' ) { if( 0 == strcasecmp( 'וויקיפעדיע', $text ) ) return NS_PROJECT; if( 0 == strcasecmp( 'וויקיפעדיע_רעדן', $text ) ) return NS_PROJECT_TALK; } if( $wgSitename == 'װיקיביבליאָטעק' ) { if( 0 == strcasecmp( 'וויקיביבליאטעק', $text ) ) return NS_PROJECT; if( 0 == strcasecmp( 'וויקיביבליאטעק_רעדן', $text ) ) return NS_PROJECT_TALK; } if( $wgSitename == 'װיקיװערטערבוך' ) { if( 0 == strcasecmp( 'וויקיווערטערבוך', $text ) ) return NS_PROJECT; if( 0 == strcasecmp( 'וויקיווערטערבוך_רעדן', $text ) ) return NS_PROJECT_TALK; } if( 0 == strcasecmp( 'באזונדער', $text ) ) return NS_SPECIAL; if( 0 == strcasecmp( 'באנוצער', $text ) ) return NS_USER; if( 0 == strcasecmp( 'באנוצער_רעדן', $text ) ) return NS_USER_TALK; if( 0 == strcasecmp( 'מעדיעוויקי', $text ) ) return NS_MEDIAWIKI; if( 0 == strcasecmp( 'מעדיעוויקי_רעדן', $text ) ) return NS_MEDIAWIKI_TALK; if( 0 == strcasecmp( 'קאטעגאריע', $text ) ) return NS_CATEGORY; if( 0 == strcasecmp( 'קאטעגאריע_רעדן', $text ) ) return NS_CATEGORY_TALK; return false; }
test links
רעדאַקטירןminor edit
Gangleri | Th | T 01:25, 15 פֿעברואַר 2006 (UTC)
The following should not be red if the patch is applied to HEAD:
- וויקיפעדיע:נעימספעיס באגס == project:נעימספעיס באגס
- וויקיפעדיע רעדן:נעימספעיס באגס == project talk:נעימספעיס באגס
- באזונדער:Version == special:Version
- באנוצער:Gangleri == user:Gangleri
- באנוצער רעדן:Gangleri == user talk:Gangleri
- מעדיעוויקי:Sitenotice == MediaWiki:Sitenotice
- מעדיעוויקי רעדן:Sitenotice == MediaWiki talk:Sitenotice
- קאטעגאריע:bugzilla == category:bugzilla
- קאטעגאריע רעדן:bugzilla == category talk:bugzilla
test links at sister projects:
- q:project:נעימספעיס באגס#test links
- w:project:נעימספעיס באגס#test links
- wikt:project:נעימספעיס באגס#test links
- verifying existens of such pages with prefixindex
rtl test links
רעדאַקטירן- וויקיפעדיע:נעימספעיס באגס == project:נעימספעיס באגס
- וויקיפעדיע רעדן:נעימספעיס באגס == project talk:נעימספעיס באגס
- באזונדער:Version == special:Version
- באנוצער:Gangleri == user:Gangleri
- באנוצער רעדן:Gangleri == user talk:Gangleri
- מעדיעוויקי:Sitenotice == MediaWiki:Sitenotice
- מעדיעוויקי רעדן:Sitenotice == MediaWiki talk:Sitenotice
- קאטעגאריע:bugzilla == category:bugzilla
- קאטעגאריע רעדן:bugzilla == category talk:bugzilla
Gangleri | Th | T 18:48, 11 פֿעברואַר 2006 (UTC)
comments
רעדאַקטירןwrite rtl
רעדאַקטירן...
write ltr
רעדאַקטירן...