Template:Progress Report
Jump to navigation
Jump to search
Creates a simple progress bar that will be calculated by how many parameters are done.
Parameters
title- Text that will appear above the progress bar; optional.done_#- Stuff that is done, the # should be a number.notdone_#- Stuff that is not done, the # should be a number.
Example
| Completed | Not Completed |
|---|---|
|
|
Extra
If you want to have headers or any text that isnt part of the bullet list, you can put text in between </li></ul> and <ul><li> in a paramter. These will not do anything to the progress bar.
For example putting this in a parameter:
</li></ul>'''Madoka Magica'''<ul><li>Episode 1
Will result in:
Madoka Magica
- Episode 1