…e Indonesian Language, Section: Capital Letters (in Indonesian) from Indonesian Wikisource. ^ Gschossmann-Hendershot, Elke; Feuerle, Lois (7 February 2014). Schaum's Outline of German Grammar, 5th Edition . New York: McGraw Hill Professional. p. 14. ISBN 978-0-07-182335-7 . OCLC …
Index: trunk/phpwiki/wiki.phtml — — @@ -0,0 +1,98 @@ 2 +<? 3 +function getNiceTitle ( $s ) { 4 + $s=str_replace("_"," ",$s); 5 + return $s ; 6 + } 7 + 8 +function stripNamespace ( $s ) { 9 + $dbpos = strpos ( " ".$s , ':' ) ; 10 + if ( $dbpos == true ) $s = substr ( $s , $dbpos )…