Editing User talk:Euss/todo
Jump to navigation
Jump to search
The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.
Latest revision | Your text | ||
Line 57: | Line 57: | ||
== $wgExpensiveParserFunctionLimit == | == $wgExpensiveParserFunctionLimit == | ||
If this wiki is ever going to use language templates, make sure the parsing does not exceed the limit (either reduce the amount of languages thus the parsing, or increase the limit) If the limit is exceeded | If this wiki is ever going to use language templates, make sure the parsing does not exceed the limit (either reduce the amount of languages thus the parsing, or increase the limit) If the limit is exceeded, not all items will be parsed and thus the links for consecutive languages will not be made. The parsing count can be seen inside the source of the page as seen in this example: | ||
<source lang="html4strict"> | <source lang="html4strict"> | ||
<!-- | <!-- | ||
Line 71: | Line 70: | ||
</source> | </source> | ||
In above example, the language template was reduced by removing languages that are not covered by PS4 releases to begin with, while the page in question has over 100 language subpages | In above example, the language template was reduced by removing languages that are not covered by PS4 releases to begin with, while the page in question has over 100 language subpages | ||
See also: http://www.mediawiki.org/wiki/Manual:$wgExpensiveParserFunctionLimit | See also: http://www.mediawiki.org/wiki/Manual:$wgExpensiveParserFunctionLimit |