Template:TaskBox/entry: Difference between revisions
Jump to navigation
Jump to search
Streetclaw (talk | contribs) (Created page with "<noinclude>{{doc}}</noinclude><includeonly>| {{{1}}} | {{{done}}} | {{{state}}} |-</includeonly>") |
Streetclaw (talk | contribs) (fix: unused param) |
||
Line 1: | Line 1: | ||
<noinclude>{{doc}}</noinclude><includeonly>| {{{1}}} | <noinclude>{{doc}}</noinclude><includeonly>| {{{1}}} | ||
| {{{done}}} | |{{#if: {{{done|}}} | {{{done}}}}} | ||
| {{{state}}} | |{{#if: {{{state|}}} | {{{state}}}}} | ||
|-</includeonly> | |-</includeonly> |
Latest revision as of 18:26, 4 December 2016
Example:
{{TaskBox|{{TaskBox/entryList|testtask|type=Information|num=2| {{TaskBox/entry|Task 1}} {{TaskBox/entry|Task 2|done=Name|state=done}} }}{{TaskBox/entryList|testtask 2|type=Information|num=1| {{TaskBox/entry|Task 3}} }}}}
Type | Task | Done by | Info/State/Notes |
---|---|---|---|
Information
|
testtask | ||
Task 1 | |||
Task 2 | Name | done | |
Information
|
testtask 2 | ||
Task 3 |