Help:A quick guide to templates: Difference between revisions

Content deleted Content added
rm deprecated template
Docu (talk | contribs)
Line 23:
; I edited the template, so why didn't the page it is used on change? : There are some caching bugs. One way to force refresh is to do '''edit''' on the page in which the template appears, and to then click on '''Save page''' without having changed anything — there is no need to fill in the ''Summary'' field since there will not be any ''history'' of this as a change generated. Alternatively, refreshing by pressing Ctrl and F5 often helps. Another way is add "&action=purge" to the address, like you would for "&action=edit" (e.g, :index.php?title=foo&action=purge).
; Can I move a template to a new name? : Yes, this works in exactly the same way as normal [[Help:Renaming (moving) a page|page moves]]. When a page called for inclusion is a redirect page, the redirect target is included instead.
; Can I use a template within a template? : Yes.
; Can I use a template within a template? : You can use a template tag within template content, but not within a template tag: in the latter case the parser will prematurely end the original template tag when it reaches the first pair of curly closing braces....
;How do I add a new template?: You start a new template in the same way you would start a normal page. The only difference is that its title must start with Template:.
; Where is the manual for the programming language used to write templates?: The language inside templates is the same language as regular wiki markup, but template writers tend to use the more complex available functions such as #if: statements. See [[m:help:ParserFunctions|ParserFunctions]] and see the other "advanced functioning" help pages listed below.