Jump to content

Template:User template editor since/doc: Difference between revisions

From NicheWork
w>MSGJ
change cat
 
m 1 revision imported
 
(No difference)

Latest revision as of 13:42, 19 January 2026

Code Result
{{User template editor since|year=2010|month=8|day=24}}
File:Wikipedia Template editor icon (1).svgThis user has been a template editor for 15 years, 5 months and 1 day. (verify)
{{User template editor since|year=2010|month=8|day=24|format=both|dmy=yes}}
File:Wikipedia Template editor icon (1).svgThis user has been a template editor since 24 August 2010 (15 years, 5 months and 1 day). (verify)
{{User template editor since|year=2010|month=8|day=24|format=for}}
File:Wikipedia Template editor icon (1).svgThis user has been a template editor for 15 years, 5 months and 1 day. (verify)
{{User template editor since|year=2010|month=8|day=24|format=since|mdy=yes}}
File:Wikipedia Template editor icon (1).svgThis user has been a template editor since August 24, 2010. (verify)

TemplateData

This is the TemplateData documentation for this template used by VisualEditor and other tools.

User template editor since

[[Category:TemplateData documentation{{#translation:}}]]

<templatedata> { "params": { "year": { "label": "Year", "description": "The year the user became a template editor", "example": "2010", "type": "number", "required": true }, "month": { "label": "Month", "description": "The month the user became a template editor", "example": "8", "type": "number", "required": true }, "day": { "label": "Day", "description": "The day the user became a template editor", "example": "24", "type": "number", "required": true }, "format": { "label": "Userbox format", "description": "The format to be used in the userbox", "example": "both", "type": "string" }, "dmy": { "label": "Day first", "description": "When set to 'yes', the date in the template is output in the DMY format", "example": "yes", "type": "boolean", "autovalue": "no" }, "sc": { "label": "Use serial comma", "description": "Whether or not a serial comma should be used when specifying the time interval", "example": "yes", "type": "boolean", "autovalue": "no" } }, "description": "Add this template to your user page, with the year, month, and day you became a template editor.", "paramOrder": [ "year", "month", "day", "format", "dmy", "sc" ] } </templatedata>