Difference between revisions of "Template:DateUnpack"

From Ephemeral Film Wiki
Jump to navigation Jump to search
(Created page with "<includeonly>{{Ifdef|{{{1}}}| from {{{1}}}}}</includeonly><noinclude> ==See Also== * https://www.mediawiki.org/wiki/Help:Extension:ParserFunctions##time Category:JR templat...")
 
 
(31 intermediate revisions by the same user not shown)
Line 1: Line 1:
<includeonly>{{Ifdef|{{{1}}}| from {{{1}}}}}</includeonly><noinclude>
<includeonly>{{Ifndef|{{{opt|{{{2}}}}}}|{{Ifdef|{{{y|{{{1}}}}}}|{{{y|{{{1}}}}}}}}}}{{Ifdef|{{{opt|{{{2}}}}}}|{{#switch: {{{opt|{{{2}}}}}} | a = {{DateUnpackA|yr={{{y}}}}}| b = {{DateUnpackB|yr={{{y}}}}}| c = {{DateUnpackC|yr={{{y}}}}}| Date Unpack option unknown {{{opt}}}}}}}</includeonly><noinclude>
== Note ==
This template has its doc here, not on a subpage.
 
== Usage ==
 
<nowiki>{{DateUnpack|1950|opt=a}}</nowiki>
 
<nowiki>{{DateUnpack|y=1950|opt=b}}</nowiki>
 
==See Also==
==See Also==
* https://www.mediawiki.org/wiki/Help:Extension:ParserFunctions##time
* https://www.mediawiki.org/wiki/Help:Extension:ParserFunctions##time
 
* [[Template:Filmjr]]
[[Category:JR templates]]
* [[Template:DateUnpack]] <- you are here
</noinclude>
** [[Template:DateUnpackA]]
** [[Template:DateUnpackB]]
** [[Template:DateUnpackC]]
* [[Template:FormaUnpack]]
* {{Purge}}
[[Category:Filmjr Helper Tpls]]
<templatedata>
{
"params": {
"1": {
"aliases": [
"y"
],
"example": "1964",
"type": "date",
"label": "Four Digit Year",
"required": true
},
"2": {
"aliases": [
"opt"
],
"label": "Option",
"description": "a b or c, determines how the template formats the data  \\r\\n                              a) \" from 1960\"      b)\";Date Released:1960\"",
"example": "|opt=a",
"type": "string",
"required": true
}
},
"description": "unpack the year of release",
"paramOrder": [
"1",
"2"
]
}
</templatedata></noinclude>

Latest revision as of 16:01, 20 May 2022

Note

This template has its doc here, not on a subpage.

Usage

{{DateUnpack|1950|opt=a}}

{{DateUnpack|y=1950|opt=b}}

See Also

unpack the year of release

Template parameters

ParameterDescriptionTypeStatus
Four Digit Year1 y

no description

Example
1964
Daterequired
Option2 opt

a b or c, determines how the template formats the data \r\n a) " from 1960" b)";Date Released:1960"

Example
|opt=a
Stringrequired