Template:Ab urbe condita date/data/year
This is only a helper template of {{Auc}} that creates a year string.
Usage[edit source]
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[edit source]
<templatedata> { "params": { "1": { "label": "Year", "description": "The year that will be shown", "type": "number", "required": true }, "2": { "label": "Era", "description": "The abbreviated era", "example": "CE / BCE / AD / BC / AUC / PUC", "required": true, "type": "string" }, "3": { "label": "Flip", "description": "Invert the order of year and era", "type": "string", "example": "flip" }, "abbr": { "label": "Abbreviations", "description": "Use abbreviation", "type": "string" }, "alink": { "label": "Automatic link", "description": "Create internal link for the era", "type": "boolean", "default": "true", "example": "on / yes / true / off / no / false" }, "page": { "label": "Page", "description": "A Wikipedia article for the specific year; if specified it overrides the |links= parameter", "type": "wiki-page-name" } } } </templatedata>