Template talk:Progress bar

From StrategyWiki, the video game walkthrough and strategy guide wiki

HTML5 <progress> element[edit]

HTML5 has a <progress> element now, it has somewhat decent browser support. This template should be updated to use it. The existing markup can be kept as content of the <progress> element so that it can be used as fallback, for browsers that do not yet support the <progress> element. It's a simple implementation:

<progress value="{{{progress}}}" max="{{{total}}}">Existing markup</progress>

Wanderer 01:38, 9 January 2012 (UTC)

<progress> isn't currently permitted by the MediaWiki software. The only way to enable it at the moment is to enable $wgRawHtml, which isn't advisable on a publicly editable wiki like this, as the page says. Personally, I think it'll have to wait for now. --Moydow T · C 15:16, 17 January 2012 (UTC)