װיקיװערטערבוך:namespaces

פֿון װיקיװערטערבוך
(אַריבערגעפֿירט פון װיקיװערטערבוך:Namespaces)

prliminary[ענדערן]

bugzilla:04960 – "Add additional namespaces variants to projects in Yiddish"

note: MediaWiki automatically converts "precombined characters" during normalisation.

other links[ענדערן]


  • 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;
	}

Gangleri | Th | T 13:24, 11 פֿעברואַר 2006 (UTC)[ענטפֿער]

test links[ענדערן]

The following should not be red if the patch is applied to HEAD:


test links at sister projects:


verifying existens of such pages with prefixindex

rtl test links[ענדערן]

comments[ענדערן]

write rtl[ענדערן]

...

write ltr[ענדערן]

...