Module:Unsubst/doc: Difference between revisions

From the Croc Wiki, the Croc encyclopedia
Jump to navigationJump to search
m
20 revisions imported
No edit summary
m (20 revisions imported)
 
(22 intermediate revisions by 16 users not shown)
Line 1:
<!-- Categories where indicated at the bottom of this page, please. -->
{{High-risk| 3841439 |all-pages = yes}}
 
{{Module rating|protected}}
{{High-risk|2,200,000+}}
 
Helper module to facilitate a substituted template transform into a template transclusion.
 
Maintenance templates, such as {{tl|Citation needed}} or {{tl|Refimprove}}, should never be substituted. A trick to avoid that is to make a template substitute to its transcluded form.
 
Infoboxes should use [[Module:Unsubst-infobox]], as should any other templates with parameters listed in block format by default.
 
=== Usage ===
Line 11 ⟶ 13:
To turn a template into a self-substituting template, wrap the existing template code with:
<pre>
{{ {{{|safesubstSAFESUBST:}}}<noinclude />#invoke:Unsubst||$B=
 
[ ... existing template code ... ]
Line 18 ⟶ 20:
</pre>
 
The wikitext to display when not substed must be given as "$B". AAll parameterother "$N"parameters maypassed alsoto bethe seen#invoke inwill somebe templates;copied thisto wasthe requiredgenerated intemplate aninvocation olderas versiondefault ofvalues. If the module,value butof isany noof longerthese necessarydefault andparameters mayis be<code>__DATE__</code>, removed.that Suchvalue templatesin arethe automaticallygenerated placedtemplate ininvocation [[:Category:Callswill tobe Module:Unsubstthe thatcurrent usemonth and $N]]year.
 
Some templates have a <nowiki><{{tag|noinclude></nowiki>|o}} but no matching <nowiki></{{tag|noinclude></nowiki>|c}} at the end of the template. In such cases the missing <nowiki></{{tag|noinclude></nowiki>|c}} must be added before the ending <code><nowiki>{{))}}</nowiki></code>.
 
==== Advanced ====
 
<pre>
{{SAFESUBST:<noinclude />#invoke:Unsubst||$params=[ parameters ]|$aliases=[ aliases ]|$flags=[ flags ]|$B=
 
[ ... existing template code ... ]
 
}}
</pre>
 
Due to Lua limitations, parameters are normally ordered randomly when the template is substituted. {{para|$params}} can be used in #invoke:Unsubst to list template parameters in order, comma-separated (e.g. <code>egg,bacon,sausage,cheese,spam</code>). Numbered parameters should be before others in the list. Any remaining parameters are tacked onto the end of the generated invocation.
 
Parameter aliases can be listed in {{para|$aliases}} (and shouldn't be listed in {{para|$params}}), and will be replaced automatically. Each alias and its replacement should be formatted as <code>alias>replacement</code>, and each of those pairs should be comma-separated (e.g. <code>œuf>egg,melt>cheese</code>). Note that this parameter can function with or without {{para|$params}}.
 
Parameter {{para|$flags}} can be used to modify other facets of the module's behaviour; entries are comma-separated. Valid flags are <code>override</code> (allows parameters in the #invoke: to take precedence over parameters in the original template invocation); <code>keep-whitespace</code> (prevents whitespace from being trimmed from unnamed parameters); and <code>remove-empty</code> (removes empty parameters).
 
These parameters can be manipulated using parser functions to provide more complicated options (note that in the parameters any parser function, or template or module invocation, should also have <code><nowiki>SAFESUBST:<noinclude /></nowiki></code>).
All other parameters passed to the #invoke will be copied to the generated template invocation as default values. If the value of any of these default parameters is "__DATE__", that value in the generated template invocation will be the current month and year.
 
Parameter {{para|$template-name}} will override the subst'd templates name with the template name assigned to this parameter.
Some templates have a <nowiki><noinclude></nowiki> but no matching <nowiki></noinclude></nowiki> at the end of the template. In such cases the missing <nowiki></noinclude></nowiki> must be added before the ending <code><nowiki>}}</nowiki></code>.
 
=== Example ===
Consider a template Template:Example containing the following code:
<pre>
{{ {{{|safesubstSAFESUBST:}}}<noinclude />#invoke:Unsubst||foo=bar |date=__DATE__ |$B=
 
[ ... Template code goes here ... ]
Line 37 ⟶ 57:
! Original !! Result
|-
| <nowiki>{{subst:tlsc|example}}</nowiki> || <nowiki>{{tlc|Example|foo=bar|date{{=</nowiki>}}{{#time:F Y}}}}
|-
| <nowiki>{{subst:tlsc|example|foo{{=}}X}}</nowiki> || <nowiki>{{tlc|Example|foo{{=}}X|date{{=</nowiki>}}{{#time:F Y}}}}
|-
| <nowiki>{{subst:tlsc|example|baz{{=}}X}}</nowiki> || <nowiki>{{tlc|Example|foo=bar|baz{{=}}X|date{{=</nowiki>}}{{#time:F Y}}}}
|-
| <nowiki>{{subst:tlsc|example|date{{=}}January 2001}}</nowiki> || <nowiki>{{tlc|Example|foo{{=}}bar|date{{=}}January 2001}}</nowiki>
|}
 
<includeonly>{{#ifeq:{{SUBPAGENAME}}|sandbox other||
| <!-- Categories below this line, please; interwikis at Wikidata -->
[[Category:Wikipedia metatemplates]]
Cookies help us deliver our services. By using our services, you agree to our use of cookies.

Navigation menu