Template:Checked: Difference between revisions

Template page
Content added Content deleted
mNo edit summary
Tag: 2017 source edit
m (Changed timestamp #time to 2 parameters year and month because the timestamp was updated each time an edit was made, thus voiding its purpose : telling us if the data is up to date.)
Tag: 2017 source edit
Line 1: Line 1:
<onlyinclude><span style="background: rgb(0, 145, 70); padding:3px; border-radius: 5px">checked</span><br>{{{date|}}}<br></onlyinclude>
<onlyinclude><span style="background: rgb(0, 145, 70); padding:3px; border-radius: 5px">checked</span><br>{{{year|}}}-{{{month|}}}<br></onlyinclude>


<noinclude>
<noinclude>
Line 5: Line 5:
{
{
"params": {
"params": {
"date": {
"year": {
"label": "Date in YY-MM-DD format",
"label": "Year",
"type": "string",
"description": "add the current date when you verified the data",
"type": "date",
"suggestedvalues": [
"required": true,
"23",
"example": "23-07-29",
"24",
"25",
"autovalue": "{{subst:CURRENTYEAR}}-{{subst:CURRENTMONTH}}-{{subst:CURRENTDAY}}"
"26",
"27"
],
"required": true
},
"month": {
"label": "Month",
"type": "string",
"suggestedvalues": [
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11",
"12"
]
}
}
},
},

Revision as of 06:14, 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
Yearyear

no description

Suggested values
23 24 25 26 27
Stringrequired
Monthmonth

no description

Suggested values
1 2 3 4 5 6 7 8 9 10 11 12
Stringoptional
Cookies help us deliver our services. By using our services, you agree to our use of cookies.