Difference between revisions of "Template:Film date/doc"
imported>ساجد امجد ساجد |
imported>NSH001 (update from sandbox - clarify existing description, and describe new parms) |
||
| Line 1: | Line 1: | ||
{{Documentation subpage}} | {{Documentation subpage}} | ||
<!-- EDIT TEMPLATE DOCUMENTATION BELOW THIS LINE --> | <!-- EDIT TEMPLATE DOCUMENTATION BELOW THIS LINE --> | ||
| + | |||
| + | ==Purpose== | ||
| + | This template has two functions: | ||
| + | # To provide correct formatting of film release dates and their locations within {{tl|Infobox film}}. A citation for each date/location may also be supplied. | ||
| + | # To automatically categorize films according to their first release date. | ||
==Usage== | ==Usage== | ||
| − | This template | + | This template is intended to supply a result to the <code>| released = </code> parameter of {{tl|Infobox film}}. |
| + | |||
| + | The template adds either <code>[[:Category:Upcoming films]]</code> for films before their first release or <code><nowiki>[[Category:YYYY films]]</nowiki></code> after their first release date, where YYYY is the year of first release. | ||
==Syntax== | ==Syntax== | ||
| − | *<nowiki>{{Film date|year|month|day|location}}</nowiki> | + | This template allows up to five release dates/locations, but normally no more than two are needed. Please see [[WP:FILMRELEASE]] for a full explanation. |
| + | |||
| + | ===One release date only=== | ||
| + | *<code><nowiki>{{Film date|year|month|day|location|ref1=<ref name="xxxxx" />}}</nowiki></code> | ||
| + | |||
| + | If no <code>location</code> is specified, <code>month</code> and <code>day</code> may be omitted. If <code>location</code> is specified, then <code>month</code> and <code>day</code> ''must'' be supplied, though they may be left blank or empty if not known; '''<code>ref1=</code>''' is an optional parameter allowing a named reference ("xxxxx") to be used to verify the date/location of the release. | ||
| + | |||
| + | ===More than one release date=== | ||
| + | *<code><nowiki>{{Film date|year1|month1|day1|location1|ref1=<ref name="xxxxx" />|year2|month2|day2|location2|ref2=<ref name="yyyy" />}}</nowiki></code> and similarly for up to five dates/locations. | ||
| + | |||
| + | In this case, all the <code>year</code>, <code>month</code>, <code>day</code> and <code>location</code> parameters, except the last, must be supplied, but as before, <code>month</code> and <code>day</code> may be left empty or blank if not known. Note that '''<code>ref1=</code>''', '''<code>ref2=</code>''', etc. are optional named parameters, and may be omitted without affecting the other parameters. | ||
| + | |||
| + | ===Examples=== | ||
| + | *<code><nowiki>{{Film date|1993}}</nowiki></code> returns:<br />{{Film date|1993}} | ||
| + | *<code><nowiki>{{Film date|1993|02}}</nowiki></code> returns:<br />{{Film date|1993|02}} | ||
| + | *<code><nowiki>{{Film date|1993|02|24}}</nowiki></code> returns:<br />{{Film date|1993|02|24}} | ||
| + | *<code><nowiki>{{Film date|1993|February|24}}</nowiki></code> returns:<br />{{Film date|1993|February|24}} | ||
| + | *<code><nowiki>{{Film date|1993|02|24||2008|03}}</nowiki></code> returns:<br />{{Film date|1993|02|24||2008|03}} | ||
| + | *<code><nowiki>{{Film date|1993|02|24||2008|||Latvia}}</nowiki></code> returns:<br />{{Film date|1993|02|24||2008|||Latvia}} | ||
| + | *<code><nowiki>{{Film date|1993|02|24||2008|03|23}}</nowiki></code> returns:<br />{{Film date|1993|02|24||2008|03|23}} | ||
| + | |||
| + | ===Optional parameters=== | ||
| + | * '''df''' can be set to "y" or "yes" to display the day before the month. Default is month before day. | ||
| + | **<code><nowiki>{{Film date|1993|02|24|df=y}}</nowiki></code> returns:<br />{{Film date|1993|02|24|df=y}} | ||
| + | **<code><nowiki>{{Film date|1993|02|24||2008|||Latvia|df=y}}</nowiki></code> returns:<br />{{Film date|1993|02|24||2008|||Latvia|df=y}} | ||
| − | |||
| − | |||
| − | * | + | * '''fy''' can be set to override the automatic category. For example: |
| − | * | + | **<code><nowiki>{{Film date|1993|02|24||2008|03|23}}</nowiki></code> uses the category {{cl|1993 films}} |
| − | *< | + | **<code><nowiki>{{Film date|1993|02|24||2008|03|23|fy=2008}}</nowiki></code> uses the category {{cl|2008 films}}. |
| − | |||
| − | |||
| − | *< | ||
| − | |||
| − | |||
| − | + | * '''TV''' is to be used for television films. It sorts films into <code><nowiki>[[Category:YYYY television films]]</nowiki></code> in place of <code><nowiki>[[Category:YYYY films]]</nowiki></code>. Set <code>TV=y</code> or <code>TV=yes</code> to do this. | |
| − | |||
| − | |||
| − | + | * '''ref1''', '''ref2''', '''ref3''', '''ref4''', '''ref5''' are used to supply named references. See above for detail. | |
| − | |||
| − | |||
| − | + | ==Technical note== | |
| + | This template uses {{tl|Start date}} to handle the hard work of date formatting, and {{tl|Plainlist}} to format list items as recommended for use within infoboxes. | ||
==Redirects== | ==Redirects== | ||
Revision as of 18:23, 3 May 2012
| This is a documentation subpage for Template:Film date. It contains usage information, categories and other content that is not part of the original template page. |
Contents
Purpose
This template has two functions:
- To provide correct formatting of film release dates and their locations within {{Infobox film}}. A citation for each date/location may also be supplied.
- To automatically categorize films according to their first release date.
Usage
This template is intended to supply a result to the | released = parameter of {{Infobox film}}.
The template adds either Category:Upcoming films for films before their first release or [[Category:YYYY films]] after their first release date, where YYYY is the year of first release.
Syntax
This template allows up to five release dates/locations, but normally no more than two are needed. Please see WP:FILMRELEASE for a full explanation.
One release date only
{{Film date|year|month|day|location|ref1=<ref name="xxxxx" />}}
If no location is specified, month and day may be omitted. If location is specified, then month and day must be supplied, though they may be left blank or empty if not known; ref1= is an optional parameter allowing a named reference ("xxxxx") to be used to verify the date/location of the release.
More than one release date
{{Film date|year1|month1|day1|location1|ref1=<ref name="xxxxx" />|year2|month2|day2|location2|ref2=<ref name="yyyy" />}}and similarly for up to five dates/locations.
In this case, all the year, month, day and location parameters, except the last, must be supplied, but as before, month and day may be left empty or blank if not known. Note that ref1=, ref2=, etc. are optional named parameters, and may be omitted without affecting the other parameters.
Examples
{{Film date|1993}}returns:- 1993
{{Film date|1993|02}}returns:- February 1993
{{Film date|1993|02|24}}returns:- February 24, 1993
{{Film date|1993|February|24}}returns:- February 24, 1993
{{Film date|1993|02|24||2008|03}}returns:- February 24, 1993
- March 2008
{{Film date|1993|02|24||2008|||Latvia}}returns:- February 24, 1993
- 2008 (Latvia)
{{Film date|1993|02|24||2008|03|23}}returns:- February 24, 1993
- March 23, 2008
Optional parameters
- df can be set to "y" or "yes" to display the day before the month. Default is month before day.
{{Film date|1993|02|24|df=y}}returns:
- 24 February 1993
{{Film date|1993|02|24||2008|||Latvia|df=y}}returns:
- 24 February 1993
- 2008 (Latvia)
- fy can be set to override the automatic category. For example:
{{Film date|1993|02|24||2008|03|23}}uses the category Category:1993 films{{Film date|1993|02|24||2008|03|23|fy=2008}}uses the category Category:2008 films.
- TV is to be used for television films. It sorts films into
[[Category:YYYY television films]]in place of[[Category:YYYY films]]. SetTV=yorTV=yesto do this.
- ref1, ref2, ref3, ref4, ref5 are used to supply named references. See above for detail.
Technical note
This template uses {{Start date}} to handle the hard work of date formatting, and {{Plainlist}} to format list items as recommended for use within infoboxes.
Redirects
See also
- {{Start date}}
- {{Nowrap}}
- {{Small}}
ar:قالب:تاريخ فيلم zh:Template:Film date ja:Template:Film date hy:Կաղապար:Film date ta:வார்ப்புரு:Film date tr:Şablon:Film tarihi ur:تاریخ فلم