Difference between revisions of "Template:FormaUnpack/doc"

From Ephemeral Film Wiki
Jump to navigation Jump to search
(Created page with "{{Documentation subpage}} == See Also == * {{Purge}}")
 
 
(13 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{Documentation subpage}}
{{Documentation subpage}}
== Template ==
Note the double pipe inside ifeq. If f = 0 print nothing, else print "released on..."
<code><nowiki>{{#ifeq: {{{f}}} | 0 || &amp;nbsp;released on {{{f}}}}}</nowiki></code>
[[Category:Filmjr Helper Tpls]]


== See Also ==
== See Also ==
* {{Purge}}
* {{Purge}}
<templatedata>
{
"params": {
"f": {
"label": "Format",
"description": "ie 16mm passed down from Template:Filmjr",
"type": "string",
"required": true
}
},
"description": "if defined, check if defined as \"0\" - in either case, display nothing"
}
</templatedata>

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