Difference between revisions of "Template:FormaUnpack/doc"
Jump to navigation
Jump to search
Line 8: | Line 8: | ||
Note the double pipe inside ifeq. If f = 0 print nothing, else print "released on..." | Note the double pipe inside ifeq. If f = 0 print nothing, else print "released on..." | ||
[[Category:JR Templates]] | |||
== See Also == | == See Also == |
Revision as of 17:36, 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 |