Difference between revisions of "User:MyraMidnight/ideas"
Jump to navigation
Jump to search
MyraMidnight (talk | contribs) m |
MyraMidnight (talk | contribs) |
||
Line 1: | Line 1: | ||
==Multilingual wiki, ideas== | ==Multilingual wiki, ideas== | ||
− | + | I believe the simpest way to create a multilingual krafties wiki is to '''[[mediawikiwiki:help:subpages|enable subpages]]''' on the main namespace (which is disabled by default, only works for user or talk pages). It does not require any extentions to be added, simply adjustments to the wiki settings (which admin has to do through FTP access I believe). | |
− | + | *Either needs to specify what namespaces are allowed to have subpages, or simply enable it for all namespaces. | |
− | + | <pre># Enable subpages in all namespaces | |
− | + | $wgNamespacesWithSubpages = array_fill( | |
− | + | 0, 200, true | |
− | + | ); | |
− | * | + | </pre> |
− | + | *Please view [[mediawikiwiki:Manual:$wgNamespacesWithSubpages|Namespaces with Subpages]] for more information. | |
− | + | ||
− | |||
===Other useful extensions=== | ===Other useful extensions=== | ||
Just something I have spotted that would be nice | Just something I have spotted that would be nice |
Revision as of 08:09, 14 April 2017
Multilingual wiki, ideas
I believe the simpest way to create a multilingual krafties wiki is to enable subpages on the main namespace (which is disabled by default, only works for user or talk pages). It does not require any extentions to be added, simply adjustments to the wiki settings (which admin has to do through FTP access I believe).
- Either needs to specify what namespaces are allowed to have subpages, or simply enable it for all namespaces.
# Enable subpages in all namespaces $wgNamespacesWithSubpages = array_fill( 0, 200, true );
- Please view Namespaces with Subpages for more information.
Other useful extensions
Just something I have spotted that would be nice
- Extension:RSS, Just an idea that would maybe allow a RSS feed of the news/blog to be displayed on the Main Page of the wiki
Bundled extentions
That means they are actually included with any version above 1.18 (but sometimes need to be enabled manually), no need to download them
- Extension:ParserFunctions, Its a extension that allows for more complex template making without the need to create multiple ones to function as one whole. Even if I would just use the "#if" functions and simple things, it changes alot.
- Extension:WikiEditor a more advanced editor for the wiki
- Extension:Renameuser, a tool to rename users