MediaWiki  1.23.2
ShiConverter Class Reference

Conversion script between Latin and Tifinagh for Tachelhit. More...

Inheritance diagram for ShiConverter:
Collaboration diagram for ShiConverter:

Public Member Functions

 autoConvert ( $text, $toVariant=false)
 An ugly function wrapper for parsing Image titles (to prevent image name conversion) More...
 
 findVariantLink (&$link, &$nt, $ignoreOtherCond=false)
 A function wrapper: More...
 
 loadDefaultTables ()
 
 parseManualRule ( $rule, $flags=array())
 rules should be defined as -{Tifinagh | Latin-} -or- -{code:text | code:text | ...}- update: delete all rule parsing because it's not used currently, and just produces a couple of bugs More...
 
 parserConvert ( $text, &$parser)
 Do not convert content on talk pages. More...
 
 translate ( $text, $toVariant)
 It translates text into variant. More...
 

Public Attributes

 $mToLatin
 
 $mToTifinagh
 
 $mUpperToLowerCaseLatin
 

Protected Attributes

 $mDoContentConvert
 

Detailed Description

Conversion script between Latin and Tifinagh for Tachelhit.

  • Tifinagh -> lowercase Latin
  • lowercase/uppercase Latin -> Tifinagh

Based on:

Definition at line 38 of file LanguageShi.php.

Member Function Documentation

◆ autoConvert()

ShiConverter::autoConvert (   $text,
  $toVariant = false 
)

An ugly function wrapper for parsing Image titles (to prevent image name conversion)

Parameters
$textstring
$toVariantbool
Returns
string

Definition at line 150 of file LanguageShi.php.

References $wgTitle, global, and NS_FILE.

◆ findVariantLink()

ShiConverter::findVariantLink ( $link,
$nt,
  $ignoreOtherCond = false 
)

A function wrapper:

  • if there is no selected variant, leave the link names as they were
  • do not try to find variants for usernames
Parameters
$linkstring
$ntTitle
$ignoreOtherCondbool

Definition at line 125 of file LanguageShi.php.

References $link, NS_USER, and NS_USER_TALK.

◆ loadDefaultTables()

ShiConverter::loadDefaultTables ( )

Definition at line 69 of file LanguageShi.php.

References array().

◆ parseManualRule()

ShiConverter::parseManualRule (   $rule,
  $flags = array() 
)

rules should be defined as -{Tifinagh | Latin-} -or- -{code:text | code:text | ...}- update: delete all rule parsing because it's not used currently, and just produces a couple of bugs

Parameters
$rulestring
$flagsarray
Returns
array

Definition at line 88 of file LanguageShi.php.

References $flags, array(), and as.

◆ parserConvert()

ShiConverter::parserConvert (   $text,
$parser 
)

Do not convert content on talk pages.

Parameters
$textstring
$parserParser
Returns
string

Definition at line 109 of file LanguageShi.php.

References $parser.

◆ translate()

ShiConverter::translate (   $text,
  $toVariant 
)

It translates text into variant.

Parameters
$textstring
$toVariantstring
Returns
string

Definition at line 169 of file LanguageShi.php.

Member Data Documentation

◆ $mDoContentConvert

ShiConverter::$mDoContentConvert
protected

Definition at line 40 of file LanguageShi.php.

◆ $mToLatin

ShiConverter::$mToLatin
Initial value:
'ⴰ' => 'a', 'ⴱ' => 'b', 'ⴳ' => 'g', 'ⴷ' => 'd', 'ⴹ' => 'ḍ', 'ⴻ' => 'e',
'ⴼ' => 'f', 'ⴽ' => 'k', 'ⵀ' => 'h', 'ⵃ' => 'ḥ', 'ⵄ' => 'ε', 'ⵅ' => 'x',
'ⵇ' => 'q', 'ⵉ' => 'i', 'ⵊ' => 'j', 'ⵍ' => 'l', 'ⵎ' => 'm', 'ⵏ' => 'n',
'ⵓ' => 'u', 'ⵔ' => 'r', 'ⵕ' => 'ṛ', 'ⵖ' => 'γ', 'ⵙ' => 's', 'ⵚ' => 'ṣ',
'ⵛ' => 'š', 'ⵜ' => 't', 'ⵟ' => 'ṭ', 'ⵡ' => 'w', 'ⵢ' => 'y', 'ⵣ' => 'z',
'ⵥ' => 'ẓ', 'ⵯ' => 'ʷ', 'ⵖ' => 'ɣ', 'ⵠ' => 'v', 'ⵒ' => 'p',
)

Definition at line 42 of file LanguageShi.php.

◆ $mToTifinagh

ShiConverter::$mToTifinagh
Initial value:
'a' => 'ⴰ', 'b' => 'ⴱ', 'g' => 'ⴳ', 'd' => 'ⴷ', 'ḍ' => 'ⴹ', 'e' => 'ⴻ',
'f' => 'ⴼ', 'k' => 'ⴽ', 'h' => 'ⵀ', 'ḥ' => 'ⵃ', 'ε' => 'ⵄ', 'x' => 'ⵅ',
'q' => 'ⵇ', 'i' => 'ⵉ', 'j' => 'ⵊ', 'l' => 'ⵍ', 'm' => 'ⵎ', 'n' => 'ⵏ',
'u' => 'ⵓ', 'r' => 'ⵔ', 'ṛ' => 'ⵕ', 'γ' => 'ⵖ', 's' => 'ⵙ', 'ṣ' => 'ⵚ',
'š' => 'ⵛ', 't' => 'ⵜ', 'ṭ' => 'ⵟ', 'w' => 'ⵡ', 'y' => 'ⵢ', 'z' => 'ⵣ',
'ẓ' => 'ⵥ', 'ʷ' => 'ⵯ', 'ɣ' => 'ⵖ', 'v' => 'ⵠ', 'p' => 'ⵒ',
)

Definition at line 60 of file LanguageShi.php.

◆ $mUpperToLowerCaseLatin

ShiConverter::$mUpperToLowerCaseLatin
Initial value:
'A' => 'a', 'B' => 'b', 'C' => 'c', 'D' => 'd', 'E' => 'e',
'F' => 'f', 'G' => 'g', 'H' => 'h', 'I' => 'i', 'J' => 'j',
'K' => 'k', 'L' => 'l', 'M' => 'm', 'N' => 'n', 'O' => 'o',
'P' => 'p', 'Q' => 'q', 'R' => 'r', 'S' => 's', 'T' => 't',
'U' => 'u', 'V' => 'v', 'W' => 'w', 'X' => 'x', 'Y' => 'y',
'Z' => 'z', 'Ɣ' => 'ɣ',
)

Definition at line 51 of file LanguageShi.php.


The documentation for this class was generated from the following file:
array
the array() calling protocol came about after MediaWiki 1.4rc1.
List of Api Query prop modules.