Difference between revisions of "Template:FormaUnpack/doc"

From Ephemeral Film Wiki
Jump to navigation Jump to search
 
(6 intermediate revisions by the same user not shown)
Line 5: Line 5:
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..."


===16:08, 6 January 2022 (EST)===
<code><nowiki>{{#ifeq: {{{f}}} | 0 || &amp;nbsp;released on {{{f}}}}}</nowiki></code>


<nowiki>{{Ifdef|{{{f}}}| {{#ifeq: {{{f}}} | 0 || released on {{{f}}}}}}}</nowiki>
[[Category:Filmjr Helper Tpls]]
 
===16:38, 6 January 2022 ===
 
<nowiki>{{#ifeq: {{{f}}} | 0 || &nbsp;released on {{{f}}}}}</nowiki>
 
[[Category:JR templates]]


== See Also ==
== See Also ==

Latest revision as of 14:42, 28 February 2022

- - -

There is a documentation subpage housing the metadata about parent template: FormaUnpack.


Template

Note the double pipe inside ifeq. If f = 0 print nothing, else print "released on..."

{{#ifeq: {{{f}}} | 0 || &nbsp;released on {{{f}}}}}

See Also

if defined, check if defined as "0" - in either case, display nothing

Template parameters

ParameterDescriptionTypeStatus
Formatf

ie 16mm passed down from Template:Filmjr

Stringrequired