Content deleted Content added
m "{{TemplateDataHeader}}" --> "{{TemplateData header}}" |
Page-specific options |
||
Line 17:
*<code>errors=</code> to allow Lua error messages to appear in the output
paragraphs= and files= each accept a comma-separated list containing numbers and/or number ranges in the format min-max.
===Page options===
Each page to be transcluded may be specified either plain or as a wikilink, possibly piped. Links to sections also work, and extract the named section rather than the lead. Examples: <code>Article</code>; <code>Article#Section</code>; <code><nowiki>[[Article]]</nowiki></code>; <code><nowiki>[[Article#Section|A section of an article]]</nowiki></code>. (Any piped text will be ignored.)
Any of the above formats may be followed by option(s) separated by pipes, e.g. <code>Article|paragraphs=2</code>. Such options override any global options for the given page only. Note that the characters <code>|</code> and <code>=</code> have special meaning within calls to templates but can be escaped using {{tl|!}} and {{tl|{{=}}}} respectively. Examples: <code><nowiki>Article#Section{{!}}files{{=}}2</nowiki></code>; <code><nowiki>[[Article|Some page]]{{!}}files{{=}}3,4{{!}}more{{=}}Click here</nowiki></code>. (<code>=</code> need not be escaped if the parameter is explicitly numbered, e.g. {{para|1|2=Article{{((}}!{{))}}files=2}}).
===See also===
|