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
 
(12 intermediate revisions by the same user not shown)
Line 1: Line 1:

* {{#ifexpr: {{check1}}| <s>[[ {{{link1}}} | {{{task1}}} {{{date1}}}]]</s>| [[ {{{link1}}} | {{{task1}}} {{{date1}}}]] }}

{{#if: {{{task2|}}} |* [[ {{{link2}}} | {{{task2}}} {{{date2}}} {{{check2}}} ]] | }}
* {{#ifexpr: {{{check1|}}}
{{#if: {{{task2|}}} |* [[ {{{link3}}} | {{{task3}}} {{{date3}}} {{{check3}}} ]] | }}
| {{{task1}}} ✅ Done
{{#if: {{{task2|}}} |* [[ {{{link4}}} | {{{task4}}} {{{date4}}} {{{check4}}} ]] | }}
{{#if: {{{task2|}}} |* [[ {{{link5}}} | {{{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": {
Line 35: Line 55:
"required": true,
"required": true,
"autovalue": "0"
"autovalue": "0"
},
"date2": {
"label": "Date of the creation of the task in YY-MM-DD format :"
},
},
"check2": {
"check2": {
Line 43: Line 60:
"type": "boolean",
"type": "boolean",
"autovalue": "0"
"autovalue": "0"
},
"date3": {
"label": "Date of the creation of the task in YY-MM-DD format :"
},
},
"check3": {
"check3": {
Line 51: Line 65:
"type": "boolean",
"type": "boolean",
"autovalue": "0"
"autovalue": "0"
},
"date4": {
"label": "Date of the creation of the task in YY-MM-DD format :"
},
},
"check4": {
"check4": {
Line 59: Line 70:
"type": "boolean",
"type": "boolean",
"autovalue": "0"
"autovalue": "0"
},
"date5": {
"label": "Date of the creation of the task in YY-MM-DD format :"
},
},
"check5": {
"check5": {
Line 91: Line 99:
"link1",
"link1",
"check1",
"check1",
"date1",
"task2",
"task2",
"link2",
"link2",
"check2",
"check2",
"date2",
"task3",
"task3",
"link3",
"link3",
"check3",
"check3",
"date3",
"task4",
"task4",
"link4",
"link4",
"check4",
"check4",
"date4",
"task5",
"task5",
"link5",
"link5",
"date5",
"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.