Help: Template Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.Anti-spam check. Do not fill this in! PreviewAdvancedSpecial charactersHelpHeadingLevel 2Level 3Level 4Level 5FormatInsertLatinLatin extendedIPASymbolsGreekGreek extendedCyrillicArabicArabic extendedHebrewBanglaTamilTeluguSinhalaDevanagariGujaratiThaiLaoKhmerCanadian AboriginalRunesÁáÀàÂâÄäÃãǍǎĀāĂ㥹ÅåĆćĈĉÇçČčĊċĐđĎďÉéÈèÊêËëĚěĒēĔĕĖėĘęĜĝĢģĞğĠġĤĥĦħÍíÌìÎîÏïĨĩǏǐĪīĬĭİıĮįĴĵĶķĹĺĻļĽľŁłŃńÑñŅņŇňÓóÒòÔôÖöÕõǑǒŌōŎŏǪǫŐőŔŕŖŗŘřŚśŜŝŞşŠšȘșȚțŤťÚúÙùÛûÜüŨũŮůǓǔŪūǖǘǚǜŬŭŲųŰűŴŵÝýŶŷŸÿȲȳŹźŽžŻżÆæǢǣØøŒœßÐðÞþƏəFormattingLinksHeadingsListsFilesDiscussionReferencesDescriptionWhat you typeWhat you getItalic''Italic text''Italic textBold'''Bold text'''Bold textBold & italic'''''Bold & italic text'''''Bold & italic textDescriptionWhat you typeWhat you getReferencePage text.<ref>[https://www.example.org/ Link text], additional text.</ref>Page text.[1]Named referencePage text.<ref name="test">[https://www.example.org/ Link text]</ref>Page text.[2]Additional use of the same referencePage text.<ref name="test" />Page text.[2]Display references<references />↑ Link text, additional text.↑ Link text==Template limits== {{Anchor|Expand limits}} {{details|Help:Template limits}} '''"Post-expand include size" limit.''' When templates are rendered or expanded to HTML for viewing in your browser, they use memory. This is called the "post-expand include size" and has a limit of 2,048,000 bytes. This size is included as an invisible comment in the HTML output—use your browser's view source feature to show the raw HTML and search for "newpp". The report will look like: <syntaxhighlight lang="html"> <!-- NewPP limit report Preprocessor node count: 2382/1000000 Post-expand include size: 63476/2048000 bytes Template argument size: 9517/2048000 bytes Expensive parser function count: 2/500 --> </syntaxhighlight> The example shows that template expansion is using 63,476 bytes out of 2,048,000 bytes of available memory. '''Display problem.''' If too many templates are included on a page, the post-expand include size may exceed the limit. When this happens, templates after the limit will no longer expand and will instead display as a wikilink (for example, {{red|1=<u>Template:{{var|Template name}}</u>}}). Common causes are the inclusion of too many [[Help:Citation Style 1|citation templates]], [[WP:NAVBOX|navbox templates]], and/or [[Wikipedia:WikiProject Flag Template|flag templates]]. To resolve this problem [[WP:Substitution|substitute]] templates, directly [[Help:Template limits#invoke syntax|invoke]] modules, remove templates, or [[WP:Splitting|split]] the page. '''Non-rendered tranclusions still count towards limit.''' For example, a page which contains only <code><nowiki>{{#if:{{:Main Page}}}}</nowiki></code> would still have a post-expand include size even though it would have no output at all. The same applies to [[WP:Lua|Scribunto modules]]. For example, <code><nowiki>{{#invoke:Test|main}}</nowiki></code> would still increase post-expand include size even if Module:Test were simply: <syntaxhighlight lang="lua"> mw.getCurrentFrame():preprocess "{{msgnw::Main Page}}" -- remove this line and post-expand include size becomes zero return {main = function() end} -- p.main() has no return value </syntaxhighlight> Summary: Please note that all contributions to Christianpedia may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here. You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see Christianpedia:Copyrights for details). Do not submit copyrighted work without permission! Cancel Editing help (opens in new window) Discuss this page