Template:Checked: Difference between revisions

Template page
Content added Content deleted
m (testing some change)
Tag: 2017 source edit
mNo edit summary
Tag: 2017 source edit
Line 6: Line 6:
"params": {
"params": {
"date": {
"date": {
"label": "Date",
"label": "Date in YY-MM-DD format",
"description": "add the current date when you verified the data",
"description": "add the current date when you verified the data",
"type": "date",
"type": "date",
"required": true
"required": true,
"example": "23-07-29",
"autovalue": "{{subst:CURRENTYEAR}}-{{subst:CURRENTMONTH}}-{{subst:CURRENTDAY}}"
}
}
},
},

Revision as of 05:27, 29 July 2023

checked


Indicate that you verified the information on the item are correct (recipe, stats).It also indicate when the recipe was checked so we know if it's outdated.

Template parameters[Edit template data]

ParameterDescriptionTypeStatus
Date in YY-MM-DD formatdate

add the current date when you verified the data

Example
23-07-29
Auto value
{{subst:CURRENTYEAR}}-{{subst:CURRENTMONTH}}-{{subst:CURRENTDAY}}
Daterequired
Cookies help us deliver our services. By using our services, you agree to our use of cookies.