31 'ب' =>
'b',
'ج' =>
'c',
'چ' =>
'ç',
'د' =>
'd',
'ف' =>
'f',
'گ' =>
'g',
'ھ' =>
'h',
32 'ہ' =>
'h',
'ه' =>
'h',
'ح' =>
'h',
'ژ' =>
'j',
'ك' =>
'k',
'ک' =>
'k',
'ل' =>
'l',
33 'م' =>
'm',
'ن' =>
'n',
'پ' =>
'p',
'ق' =>
'q',
'ر' =>
'r',
'س' =>
's',
'ش' =>
'ş',
34 'ت' =>
't',
'ڤ' =>
'v',
'خ' =>
'x',
'غ' =>
'x',
'ز' =>
'z',
43 # 'ئێ' => 'ê', # initial e
45 'ه' =>
'e', # with one non-joiner
46 'ه' =>
'e', # with two non-joiner
50 'ی' =>
'î', # U+06CC db 8c ARABIC LETTER FARSI YEH
51 'ى' =>
'î', # U+0649 d9 89 ARABIC LETTER ALEF MAKSURA
54 'ئ' =>
'', # initial hemze should
not be shown
60 '٠' =>
'0', # ٠
61 '١' =>
'1', # ١
62 '٢' =>
'2', # ٢
63 '٣' =>
'3', # ٣
64 '٤' =>
'4', # ٤
65 '٥' =>
'5', # ٥
66 '٦' =>
'6', # ٦
67 '٧' =>
'7', # ٧
68 '٨' =>
'8', # ٨
69 '٩' =>
'9', # ٩
73 'b' =>
'ب',
'c' =>
'ج',
'ç' =>
'چ',
'd' =>
'د',
'f' =>
'ف',
'g' =>
'گ',
74 'h' =>
'ه',
'j' =>
'ژ',
'k' =>
'ک',
'l' =>
'ل',
75 'm' =>
'م',
'n' =>
'ن',
'p' =>
'پ',
'q' =>
'ق',
'r' =>
'ر',
's' =>
'س',
'ş' =>
'ش',
76 't' =>
'ت',
'v' =>
'ڤ',
77 'x' =>
'خ',
'y' =>
'ی',
'z' =>
'ز',
79 'B' =>
'ب',
'C' =>
'ج',
'Ç' =>
'چ',
'D' =>
'د',
'F' =>
'ف',
'G' =>
'گ',
'H' =>
'ھ',
80 'H' =>
'ہ',
'H' =>
'ه',
'H' =>
'ح',
'J' =>
'ژ',
'K' =>
'ك',
'K' =>
'ک',
'L' =>
'ل',
81 'M' =>
'م',
'N' =>
'ن',
'P' =>
'پ',
'Q' =>
'ق',
'R' =>
'ر',
'S' =>
'س',
'Ş' =>
'ش',
82 'T' =>
'ت',
'V' =>
'ڤ',
'W' =>
'و',
'X' =>
'خ',
83 'Y' =>
'ی',
'Z' =>
'ز',
86 # 'll' => 'ڵ', # wenn es geht, doppel-l und l getrennt zu behandeln
87 # 'rr' => 'ڕ', # selbiges für doppel-r
105 # Try to replace the leading vowel
127 # eyn erstmal deaktivieren, einfache Anführungsstriche sind einfach zu
128 # häufig, um sie als eyn zu interpretieren.
166 if ( is_object( $nt ) ) {
167 $ns = $nt->getNamespace();
174 parent::findVariantLink(
$link, $nt, $ignoreOtherCond );
217 if ( !isset( $this->mTables[$toVariant] ) ) {
218 throw new MWException(
"Broken variant table: " . implode(
',', array_keys( $this->mTables ) ) );
233 parent::__construct();
235 $variants = [
'ku',
'ku-arab',
'ku-latn' ];
236 $variantfallbacks = [
238 'ku-arab' =>
'ku-latn',
239 'ku-latn' =>
'ku-arab',
242 $this->mConverter =
new KuConverter( $this,
'ku', $variants, $variantfallbacks );
translate($text, $toVariant)
It translates text into variant, specials:
Base class for language conversion.
loadTables($fromCache=true)
Load conversion tables either from the cache or the disk.
usually copyright or history_copyright This message must be in HTML not wikitext & $link
Kurdish converter routines.
this hook is for auditing only RecentChangesLinked and Watchlist RecentChangesLinked and Watchlist e g Watchlist removed from all revisions and log entries to which it was applied This gives extensions a chance to take it off their books as the deletion has already been partly carried out by this point or something similar the user will be unable to create the tag set and then return false from the hook function Ensure you consume the ChangeTagAfterDelete hook to carry out custom deletion actions as context called by AbstractContent::getParserOutput May be used to override the normal model specific rendering of page content as context as context the output can only depend on parameters provided to this hook not on global state indicating whether full HTML should be generated If generation of HTML may be but other information should still be present in the ParserOutput object to manipulate or replace but no entry for that model exists in $wgContentHandlers if desired whether it is OK to use $contentModel on $title Handler functions that modify $ok should generally return false to prevent further hooks from further modifying $ok inclusive false for true for descending in case the handler function wants to provide a converted Content object Note that $result getContentModel() must return $toModel. 'CustomEditor'$rcid is used in generating this variable which contains information about the new such as the revision s whether the revision was marked as a minor edit or not
injection txt This is an overview of how MediaWiki makes use of dependency injection The design described here grew from the discussion of RFC T384 The term dependency this means that anything an object needs to operate should be injected from the the object itself should only know narrow no concrete implementation of the logic it relies on The requirement to inject everything typically results in an architecture that based on two main types of and essentially stateless service objects that use other service objects to operate on the value objects As of the beginning MediaWiki is only starting to use the DI approach Much of the code still relies on global state or direct resulting in a highly cyclical dependency which acts as the top level factory for services in MediaWiki which can be used to gain access to default instances of various services MediaWikiServices however also allows new services to be defined and default services to be redefined Services are defined or redefined by providing a callback the instantiator that will return a new instance of the service When it will create an instance of MediaWikiServices and populate it with the services defined in the files listed by thereby bootstrapping the DI framework Per $wgServiceWiringFiles lists includes ServiceWiring php
getPreferredVariant()
Get preferred language variant.
findVariantLink(&$link, &$nt, $ignoreOtherCond=false)
A function wrapper: