টেমপ্লেট:NBA Year
Usage
[সম্পাদনা]Use this template to link to "NBA season" articles from a particular year. The first parameter is the starting year of the season. By default, the template displays text in the form "yyyy–yy"; except for the 1999–2000 season, which is in the form "yyyy–yyyy" to comply with WP:YEAR: "A closing CE/AD year is normally written with two digits (1881–86) unless it is in a different century from that of the opening year (1881–1986)" (as of April 2009).
A second parameter may be used if only one year is to be displayed (does not work if nolink is passed in).
{{nbay|...}} is the other name of this template.
Named parameters
[সম্পাদনা]- app
- Text to be appended after the year, with a space in between.
For the parameters below, passing in any non-empty text will produce the same result, so as a matter of style, only pass in "y" (without quotes).
- nolink
- Text must not be linked.
- full
- Text must be in "yyyy–yyyy" format.
- trunc
- The 1999–2000 season is to be displayed as "1999–00" instead of "1999–2000".
- baa
- The link target should direct to a BAA season article.
Examples
[সম্পাদনা]{{NBA Year|1999}}→ ১৯৯৯–২০০০{{NBA Year|1999|app=season}}→ ১৯৯৯–২০০০ season{{NBA Year|1999|start}}→ ১৯৯৯{{NBA Year|1999|end}}→ ২০০০{{NBA Year|1999|trunc=y}}→ ১৯৯৯–০০{{NBA Year|1999|nolink=y|trunc=y}}→ ১৯৯৯–০০
{{NBA Year|1998}}→ ১৯৯৮–৯৯{{NBA Year|1998|full=y}}→ ১৯৯৮–১৯৯৯{{NBA Year|1998|full=y|nolink=y}}→ ১৯৯৮–১৯৯৯
{{NBA Year|1946|baa=y}}→ ১৯৪৬–৪৭
Bad examples
[সম্পাদনা]- For style, only pass in "y" for the optional parameters:
{{NBA Year|1999|nolink=NO}}→ ১৯৯৯–২০০০ fullandtruncconflict:{{NBA Year|1999|full=y|trunc=y}}→ ১৯৯৯–২০০০start/endandnolinkare incompatible:{{NBA Year|1999|start|nolink=y}}→ ১৯৯৯–২০০০truncis useless for years other than 1999:{{NBA Year|1998|trunc=y}}→ ১৯৯৮–৯৯fullis useless for 1999:{{NBA Year|1999|full=y}}→ ১৯৯৯–২০০০