Difference between revisions of "Template:FormaUnpack/doc"
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
{{Documentation subpage}} | {{Documentation subpage}} | ||
== Template == | |||
As of [[User:JJR|JJR]] ([[User talk:JJR|talk]]) 16:08, 6 January 2022 (EST) | |||
<nowiki>{{Ifdef|{{{f}}}| {{#ifeq: {{{f}}} | 0 || released on {{{f}}}}}}}</nowiki> | |||
Note the double pipe inside ifeq. If f = 0 print nothing, else print "released on..." | |||
== See Also == | == See Also == |
Revision as of 17:08, 6 January 2022
- - -
There is a documentation subpage housing the metadata about parent template: FormaUnpack.
Template
As of JJR (talk) 16:08, 6 January 2022 (EST)
{{Ifdef|{{{f}}}| {{#ifeq: {{{f}}} | 0 || released on {{{f}}}}}}}
Note the double pipe inside ifeq. If f = 0 print nothing, else print "released on..."
See Also
if defined, check if defined as "0" - in either case, display nothing
Parameter | Description | Type | Status | |
---|---|---|---|---|
Format | f | ie 16mm passed down from Template:Filmjr | String | required |