1

I created a wiki for our team for documentation and to keep track of our project and tasks.

Someone else on the team created a Kanban board. I would like to put a progress bar new to each task to show how much is completed.

I've tried to find an extension to do what I want, there is a bug in the parser so I'm not able to use the TODO extension for media wiki.

I'm posting the question here to see if anyone would have suggestions to accomplish what I want in MediaWiki?

Nemo
  • 2,441
  • 2
  • 29
  • 63
user770022
  • 2,899
  • 19
  • 52
  • 79

1 Answers1

1

Try exporting https://en.wikipedia.org/wiki/Template:Progress_bar - maybe it would be enough for you (requires ParserFunctions).

MaxSem
  • 3,457
  • 21
  • 34
  • I'm not really sure how to even use templates. when I put the {{Progress bar|<50>}} on the page I get template:progress bar and then tells me to create the page. – user770022 Dec 11 '15 at 18:28