Template:Languages/Title: Difference between revisions

MDFW - The Mystery Dungeon Tree of Information.
Jump to navigation Jump to search
Wikimedia>Emufarmers
(Add documentation; I'll add the rest of the languages later (or somebody else can before then). Also, <3 Splarka)
Wikimedia>Emufarmers
(Make the default case just be "Language:")
Line 16: Line 16:




|#default={{msg:MediaWiki:yourlanguage/{{{1}}}}}
|#default=Language:
}}</onlyinclude>
}}</onlyinclude>


== Documentation ==
== Documentation ==
The cases are all poached from [http://translatewiki.net/w/i.php?title=Special:Translations/loginlanguagelabel&namespace=8 here].  We can't just transclude that system message, because it includes a <tt>$1</tt>.  Instead, the default case transcludes a fairly similar system message that doesn't have a <tt>$1</tt>.
The cases are all poached from [http://translatewiki.net/w/i.php?title=Special:Translations/loginlanguagelabel&namespace=8 here].  We can't just transclude that system message, because it includes a <tt>$1</tt>.

Revision as of 08:11, 20 June 2009

Language:

Documentation

The cases are all poached from here. We can't just transclude that system message, because it includes a $1.