Difference between revisions of "Template:Auc/data/year/doc"
< Template:Auc | data/year
Jump to navigation
Jump to search
imported>Grufo m (→Parameters) |
imported>Grufo (Document the new |flip parameter and further examples) |
||
| Line 6: | Line 6: | ||
== Usage == | == Usage == | ||
E.g. <code><nowiki>{{Auc/data/year|2003|CE|abbr=off}}</nowiki></code> → {{Auc/data/year|2003|CE|abbr=off}} | E.g. <code><nowiki>{{Auc/data/year|2003|CE|abbr=off}}</nowiki></code> → {{Auc/data/year|2003|CE|abbr=off}} | ||
| + | |||
| + | E.g. <code><nowiki>{{Auc/data/year|258|AUC|alink=off|flip}}</nowiki></code> → {{Auc/data/year|258|AUC|flip}} | ||
== Parameters == | == Parameters == | ||
| Line 21: | Line 23: | ||
"description": "The abbreviated era", | "description": "The abbreviated era", | ||
"example": "CE / BCE / AD / BC / AUC / PUC", | "example": "CE / BCE / AD / BC / AUC / PUC", | ||
| − | "required": true | + | "required": true, |
| + | "type": "string" | ||
| + | }, | ||
| + | "3": { | ||
| + | "label": "Flip", | ||
| + | "description": "Invert the order of year and era", | ||
| + | "type": "string", | ||
| + | "example": "flip" | ||
}, | }, | ||
"abbr": { | "abbr": { | ||
| Line 32: | Line 41: | ||
"description": "Create internal link for the era", | "description": "Create internal link for the era", | ||
"type": "boolean", | "type": "boolean", | ||
| − | "default": "true" | + | "default": "true", |
| + | "example": "on / yes / true / off / no / false" | ||
}, | }, | ||
"page": { | "page": { | ||
Latest revision as of 04:27, 4 October 2020
| This is a documentation subpage for Template:Auc/data/year. It contains usage information, categories and other content that is not part of the original template page. |
This is only a helper template of {{Auc}} that creates a year string.
Usage
E.g. {{Auc/data/year|2003|CE|abbr=off}} → 2003 Common Era
E.g. {{Auc/data/year|258|AUC|alink=off|flip}} → 258 AUC
Parameters
No description.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Year | 1 | The year that will be shown | Number | required |
| Era | 2 | The abbreviated era
| String | required |
| Flip | 3 | Invert the order of year and era
| String | optional |
| Abbreviations | abbr | Use abbreviation | String | optional |
| Automatic link | alink | Create internal link for the era
| Boolean | optional |
| Page | page | A Wikipedia article for the specific year; if specified it overrides the |links= parameter | Page | optional |