Difference between revisions of "Template:Date"
Jump to navigation
Jump to search
Mayfifteenth (talk | contribs) |
Mayfifteenth (talk | contribs) Tag: Reverted |
||
Line 1: | Line 1: | ||
<noinclude> | |||
To use this template, utilize <code>{{date|<em>(int)date</em>}}</code> to display the template. This will link back to the [[Skywatch Year|Skywatch Calendar]] and link to the year, standardized on the Skywatch Calendar. | |||
<strong>Sample</strong><br/> | |||
<code>{{date|<em>(int)date</em>|<em>(string)calendar</em>|<em>(boolean)show SY</em>}}</code> | |||
<table style="width:66%;" border=1px> | |||
<tr><th width="20%" style="text-align:left;">Parameter</th><th width="20%" style="text-align:left;">Type</th><th width="20%" style="text-align:left;">Options/Default</th><th colspan="2" width="40%">Example</th></tr> | |||
<tr><td>date</td><td><code>Integer</code></td><td><span class="color:red">Required</span></td><td>{{date|3100}}</td><td>{{date|2300}}</td></tr> | |||
<tr><td>calendar</td><td><code>string</code></td><td>Options: fcc or gu</td><td>{{date|3100|fcc}}</td><td>{{date|2300|fcc}}</td></tr> | |||
<tr><td>show</td><td><code>Boolean</code></td><td>Default: TRUE</td><td>{{date|3100|false}}</td><td>{{date|2300|fcc|false}}</td></tr> | |||
</table> | |||
</noinclude> | |||
<onlyinclude><includeonly> | |||
{{#switch: {{{2|}}} | {{#switch: {{{2|}}} | ||
| #default = [[Skywatch Year|SY]] [[{{{1}}}]] | | #default = [[Skywatch Year|SY]] [[{{{1}}}]] | ||
Line 4: | Line 20: | ||
| gu = [[Grand Unification|GU]] [[{{{1}}}|{{#expr:{{{1}}}-3197}}]] {{#ifeq:{{{3}}} | true | ([[Skywatch Year|SY]] {{{1}}}) |}} | | gu = [[Grand Unification|GU]] [[{{{1}}}|{{#expr:{{{1}}}-3197}}]] {{#ifeq:{{{3}}} | true | ([[Skywatch Year|SY]] {{{1}}}) |}} | ||
}} | }} | ||
</includeonly></onlyinclude> |
Revision as of 18:00, 13 June 2023
To use this template, utilize {{date|(int)date}}
to display the template. This will link back to the Skywatch Calendar and link to the year, standardized on the Skywatch Calendar.
Sample
{{date|(int)date|(string)calendar|(boolean)show SY}}
Parameter | Type | Options/Default | Example | |
---|---|---|---|---|
date | Integer | Required | {{date|3100}} | |
calendar | string | Options: fcc or gu | {{date|3100|fcc}} | |
show | Boolean | Default: TRUE | {{date|3100|false}} |