From StrategyWiki, the video game walkthrough and strategy guide wiki
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

HTML5 <progress> element

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)