…scussion will be moved to the talk page. Background statement [ edit ] Does the Wikipedia community support the concept of date autoformatting? Scope Autoformatting is a way of marking up dates to allow registered users to choose their preferred display format. A variety of metho…
… Proceedings of the First Workshop on Advancing Natural Language Processing for Wikipedia 13 papers Proceedings of the Eighth Widening NLP Workshop 1 paper Proceedings of the Ninth Conference on Machine Translation 134 papers Proceedings of the 6th Workshop on Narrative Understan…
Stammdisch-Archiv vom Jänner - Juni 2009 - Alemannische Wikipedia Zum Inhalt springen Us der alemannische Wikipedia, der freie Dialäkt-Enzyklopedy Wikipedia:Stammtisch Information Hilf Wikipedia-Handbuech Richtlinie Glossar Index Artikelverzeichnis Stammtisch Kontakt Impressum Wi…
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 )…