Template:Release date infobox/doc: Difference between revisions
mNo edit summary |
mNo edit summary |
||
Line 3: | Line 3: | ||
__NOTOC__ | __NOTOC__ | ||
This template or it's shortcut {{tl|Rdi}} is used to format the release date in CD infoboxes. If you do not know the year, month, or day of the release leave it blank and a default value of dashes will be put in automatically. For Limited Editions, put | This template or it's shortcut {{tl|Rdi}} is used to format the release date in CD infoboxes. If you do not know the year, month, or day of the release leave it blank and a default value of dashes will be put in automatically. For Limited Editions, put {{para|type|LE}}; for Reprints, put {{para|type|RP}}; for Re-Releases, put {{para|type|RR}}; and for Resale, put {{para|type|RS}}. The {{para|type}} parameter can be only {{code|1}} value. If there is another Edition with a seperate release date use the {{para|other}} parameter followed by the date. | ||
== Usages == | == Usages == | ||
* {{tj|Release date infobox|Year|Month|Day|type: LE, RP, or | * {{tj|Release date infobox|Year|Month|Day|type: LE, RP, RR, or RS|Year of Limited Edition/Reprint/Re-Release/Resale|Month of Limited Edition/Reprint/Re-Release/Resale|Day of Limited Edition/Reprint/Re-Release/Resale|other:|Year of Other|Month of Other|Day of Other}} | ||
: Using the {{tl|Rdi}} shortcut | : Using the {{tl|Rdi}} shortcut | ||
* {{tj|rdi|Year|Month|Day|type: LE, RP, or | * {{tj|rdi|Year|Month|Day|type: LE, RP, RR, or Resale|Year of Limited Edition/Reprint/Re-Release/Resale|Month of Limited Edition/Reprint/Re-Release/Resale|Day of Limited Edition/Reprint/Re-Release/Resale|other:|Year of Other|Month of Other|Day of Other}} | ||
== Examples == | == Examples == | ||
Line 63: | Line 63: | ||
"description": "If there is a Limited Edition (with a different release date), Reprint, or Re-Release of the CD.", | "description": "If there is a Limited Edition (with a different release date), Reprint, or Re-Release of the CD.", | ||
"type": "string", | "type": "string", | ||
"suggestedvalues": [ "LE", "RP", "RR" ], | "suggestedvalues": [ "LE", "RP", "RR", "RS" ], | ||
"aliases": [ "Type" ], | "aliases": [ "Type" ], | ||
"required": false | "required": false |
Revision as of 13:20, 15 October 2023
It contains usage information, categories and other content that is not part of the original template page.
|
This template or it's shortcut {{Rdi}} is used to format the release date in CD infoboxes. If you do not know the year, month, or day of the release leave it blank and a default value of dashes will be put in automatically. For Limited Editions, put |type=LE
; for Reprints, put |type=RP
; for Re-Releases, put |type=RR
; and for Resale, put |type=RS
. The |type=
parameter can be only 1
value. If there is another Edition with a seperate release date use the |other=
parameter followed by the date.
Usages
- {{Release date infobox
| Year
| Month
| Day
| type = LE, RP, RR, or RS
| Year of Limited Edition/Reprint/Re-Release/Resale
| Month of Limited Edition/Reprint/Re-Release/Resale
| Day of Limited Edition/Reprint/Re-Release/Resale
| other =
| Year of Other
| Month of Other
| Day of Other
}}
- Using the {{Rdi}} shortcut
- {{rdi
| Year
| Month
| Day
| type = LE, RP, RR, or Resale
| Year of Limited Edition/Reprint/Re-Release/Resale
| Month of Limited Edition/Reprint/Re-Release/Resale
| Day of Limited Edition/Reprint/Re-Release/Resale
| other =
| Year of Other
| Month of Other
| Day of Other
}}
Examples
Input | Output |
---|---|
{{Release date infobox|2023|07|23}} |
2023/07/23 |
{{Release date infobox|2022|07|23|type = LE|2023|07|23}} |
Limited Edition: 2023/07/23 Regular Edition: 2022/07/23 |
{{Release date infobox|2010|01|12|type = RP|2023|07|23}} |
2010/01/12 Reprint: 2023/07/23 |
{{rdi|1999|01|12|other = Classic Edition|2010|05|16}} |
1999/01/12 Classic Edition: 2010/05/16 |
{{rdi|1999|01|12|type = RR|2005|05|15|other = Classic Edition|2010|05|16}} |
1999/01/12 Re-Release: 2005/05/15 Classic Edition: 2010/05/16 |
TemplateData
To format the release date in CD infoboxes.
Parameter | Description | Type | Status | |
---|---|---|---|---|
Year | 1 | The year the CD was originally released.
| String | suggested |
Month | 2 | The month the CD was originally released.
| String | suggested |
Day | 3 | The day the CD was originally released.
| String | suggested |
Type | type Type | If there is a Limited Edition (with a different release date), Reprint, or Re-Release of the CD.
| String | optional |
Year | 4 | The year of the reprint or re-release of the CD.
| String | optional |
Month | 5 | The month of the reprint or re-release of the CD.
| String | optional |
Day | 6 | The day of the reprint or re-release of the CD.
| String | optional |
Other | other Other | If there is some other edition with a seperate release date.
| String | optional |
Year | 7 4 | The year of the other edition.
| String | optional |
Month | 8 5 | The month of the other edition.
| String | optional |
Day | 9 6 | The day of the other edition.
| String | optional |