Langbar template: ideas and extension requests
Fragment of a discussion from User talk:Andytizer
Let's wait for a response - it must be a switch to allow for these namespaces. If you don't hear anything back in a couple of days we can do a workaround.
Right, I *think* I have a fix.
Delve into LocalSettings.php and append the following line to the end of the file:
$wgNamespacesWithSubpages = array_fill(0, 500, true); //enables subpages for all articles, so the extension works!
• Masked Turk
(Talk | Edits) •
See for yourself ^_^ - Just going about removing the pl from the list, through the ingenious use of regular expression commands. Shouldn't take long.
• Masked Turk
(Talk | Edits) •
• Masked Turk
(Talk | Edits) •
Great, works well on the home screen. It doesn't appear to be working on the category page though? http://pcgamingwiki.com/wiki/Category:Game
Is there any way to have the full list of languages displayed whether it is Home or Home/Polski? Is there an alternative to a link for 'Return to the English language article'?
- Category fixed. Forgot to add the : for categories, so it added them to the categories instead of displaying them as links :P
- Show list of langs in subpages: Sorted. Template will link other langs if available, otherwise will link back to route article. Took quite a bit of rearrangement :P
• Masked Turk
(Talk | Edits) •