Difference between revisions of "MediaWiki talk:Sidebar"

From Kerbal Space Program Wiki
Jump to: navigation, search
(Created page with "== Languages == For anyone else who was confused as to how we managed to get the Languages stuff on the sidebar working, I found this nifty little tidbit from Valve's official...")
 
Line 5: Line 5:
 
# For each language you want to add:
 
# For each language you want to add:
 
## Make MediaWiki:langlink-xx with content: <nowiki>{{mw-langlink|xx}}</nowiki> (If English: <nowiki>{{mw-langlink|en=true}}</nowiki>)
 
## Make MediaWiki:langlink-xx with content: <nowiki>{{mw-langlink|xx}}</nowiki> (If English: <nowiki>{{mw-langlink|en=true}}</nowiki>)
## Add <code>langlink-xx|Language Name</code> to your sidebar
+
## Add <code>** langlink-xx|Language Name</code> to your sidebar, underneath Languages.
  
 
-- [[User:N3X15|N3X15]] ([[User talk:N3X15|talk]]) 07:37, 23 September 2012 (UTC)
 
-- [[User:N3X15|N3X15]] ([[User talk:N3X15|talk]]) 07:37, 23 September 2012 (UTC)

Revision as of 07:37, 23 September 2012

Languages

For anyone else who was confused as to how we managed to get the Languages stuff on the sidebar working, I found this nifty little tidbit from Valve's official TF2 wiki:

  1. Copy Template:mw-langlink to your wiki (requires ParserExtensions and friends)
  2. For each language you want to add:
    1. Make MediaWiki:langlink-xx with content: {{mw-langlink|xx}} (If English: {{mw-langlink|en=true}})
    2. Add ** langlink-xx|Language Name to your sidebar, underneath Languages.

-- N3X15 (talk) 07:37, 23 September 2012 (UTC)