OODA WIKI:Gantt Chart Test: Difference between revisions
Jump to navigation
Jump to search
AdminIsidore (talk | contribs) Created page with "This page tests the dynamic generation of a Mermaid Gantt chart from Semantic MediaWiki data. {{#mermaid: gantt dateFormat YYYY-MM-DD title Project Plan section Discovery {{#ask: Category:Gantt Example Is part of section::Discovery |? <!-- 1: Page Name --> |?Has status <!-- 2: Status --> |?Starts on <!-- 3: Start Date --> |?Ends on <!-- 4: End Date --> |format=plainlist |template=MermaidGanttTask..." |
AdminIsidore (talk | contribs) No edit summary |
||
Line 1: | Line 1: | ||
{{#mermaid: | {{#mermaid: | ||
gantt | gantt | ||
dateFormat YYYY-MM-DD | dateFormat YYYY-MM-DD | ||
title Project Plan | title Project Plan | ||
{{#ask: | |||
[[Category:Gantt Example]] | |||
|?Is part of section= | |||
|? | |||
|?Has status | |||
|?Starts on | |||
|?Ends on | |||
|format=category | |||
|searchlabel={{#if:<q>|</q>|section {{{1}}}}} | |||
|userparam=template=MermaidGanttTask | |||
|link=none | |||
|sep= | |||
|import-annotation=true | |||
}} | |||
}} | }} |