Toggle menu
1.3K
1.7K
694
23.9K
Veloren Wiki
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Template:TasksList: Difference between revisions

Template page
Content added Content deleted
mNo edit summary
mNo edit summary
 
(24 intermediate revisions by the same user not shown)
Line 1: Line 1:

* {{{task1}}} {{{date1}}} {{{check1}}}

* {{{task2}}} {{{date2}}} {{{check2}}}
* {{{task3}}} {{{date3}}} {{{check3}}}
* {{#ifexpr: {{{check1|}}}
* {{{task4}}} {{{date4}}} {{{check4}}}
| {{{task1}}} ✅ Done
* {{{task5}}} {{{date5}}} {{{check5}}}
| [[ {{{link1}}}|{{{task1}}} ]] ⏳ pending...
}}
{{#if: {{{task2|}}}
|* {{#ifexpr: {{{check2|}}}
| {{{task2}}} ✅ Done
| [[ {{{link2}}}|{{{task2}}}]] ⏳ pending...
}}
| }}
{{#if: {{{task2|}}}
|* {{#ifexpr: {{{check3|}}}
| {{{task3}}} ✅ Done
| [[ {{{link3}}}|{{{task3}}}]] ⏳ pending...
}}
| }}
{{#if: {{{task2|}}}
|* {{#ifexpr: {{{check4|}}}
| {{{task4}}} ✅ Done
| [[ {{{link4}}}|{{{task4}}}]] ⏳ pending...
}}
| }}
{{#if: {{{task2|}}}
|* {{#ifexpr: {{{check5|}}}
| {{{task5}}} ✅ Done
| [[ {{{link5}}}|{{{task5}}}]] ⏳ pending...
}}
| }}
<noinclude>
<noinclude>
[[Category:Templates]]
[[Category:Templates]]
Line 24: Line 49:
"task5": {
"task5": {
"type": "string"
"type": "string"
},
"date1": {
"label": "Date of the creation of the task in YY-MM-DD format :",
"type": "date",
"required": true
},
},
"check1": {
"check1": {
"label": "Is the task done ?",
"label": "Is the task done ?",
"type": "boolean",
"type": "boolean",
"default": "No",
"required": true,
"required": true
"autovalue": "0"
},
"date2": {
"label": "Date of the creation of the task in YY-MM-DD format :"
},
},
"check2": {
"check2": {
"label": "Is the task done ?"
"label": "Is the task done ?",
"type": "boolean",
},
"date3": {
"autovalue": "0"
"label": "Date of the creation of the task in YY-MM-DD format :"
},
},
"check3": {
"check3": {
"label": "Is the task done ?"
"label": "Is the task done ?",
"type": "boolean",
},
"date4": {
"autovalue": "0"
"label": "Date of the creation of the task in YY-MM-DD format :"
},
},
"check4": {
"check4": {
"label": "Is the task done ?"
"label": "Is the task done ?",
"type": "boolean",
},
"date5": {
"autovalue": "0"
"label": "Date of the creation of the task in YY-MM-DD format :"
},
},
"check5": {
"check5": {
"label": "Is the task done ?"
"label": "Is the task done ?",
"type": "boolean",
"autovalue": "0"
},
"link1": {
"type": "wiki-page-name",
"required": true
},
"link2": {
"type": "wiki-page-name"
},
"link3": {
"type": "wiki-page-name"
},
"link4": {
"type": "wiki-page-name"
},
"link5": {
"type": "wiki-page-name"
}
}
},
},
"description": "List of high priorities tasks to improve the wiki",
"description": "List of tasks to improve the wiki",
"format": "block",
"format": "block",
"paramOrder": [
"paramOrder": [
"task1",
"task1",
"link1",
"check1",
"check1",
"date1",
"task2",
"task2",
"link2",
"check2",
"check2",
"date2",
"task3",
"task3",
"task4",
"link3",
"task5",
"date3",
"check3",
"check3",
"date4",
"task4",
"link4",
"check4",
"check4",
"date5",
"task5",
"link5",
"check5"
"check5"
]
]

Latest revision as of 13:44, 9 August 2023


  • [[ {{{link1}}}|{{{task1}}} ]] ⏳ pending...

List of tasks to improve the wiki

Template parameters[Edit template data]

This template prefers block formatting of parameters.

ParameterDescriptionTypeStatus
task1task1

no description

Stringrequired
link1link1

no description

Page namerequired
Is the task done ?check1

no description

Auto value
0
Booleanrequired
task2task2

no description

Stringoptional
link2link2

no description

Page nameoptional
Is the task done ?check2

no description

Auto value
0
Booleanoptional
task3task3

no description

Stringoptional
link3link3

no description

Page nameoptional
Is the task done ?check3

no description

Auto value
0
Booleanoptional
task4task4

no description

Stringoptional
link4link4

no description

Page nameoptional
Is the task done ?check4

no description

Auto value
0
Booleanoptional
task5task5

no description

Stringoptional
link5link5

no description

Page nameoptional
Is the task done ?check5

no description

Auto value
0
Booleanoptional
Cookies help us deliver our services. By using our services, you agree to our use of cookies.