Last modified: 2006-12-03 12:39:05 UTC

Wikimedia Bugzilla is closed!

Wikimedia migrated from Bugzilla to Phabricator. Bug reports are handled in Wikimedia Phabricator.
This static website is read-only and for historical purposes. It is not possible to log in and except for displaying bug reports and their history, links might be broken. See T10134, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 8134 - Make markup for ordered lists that start from an arbitrary number
Make markup for ordered lists that start from an arbitrary number
Status: RESOLVED DUPLICATE of bug 4281
Product: MediaWiki
Classification: Unclassified
Parser (Other open bugs)
1.8.x
All All
: Normal enhancement (vote)
: ---
Assigned To: Nobody - You can work on this!
http://sr.wikipedia.org/wiki/User:Fel...
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2006-12-03 10:53 UTC by Filip Maljkovic [Dungodung]
Modified: 2006-12-03 12:39 UTC (History)
0 users

See Also:
Web browser: ---
Mobile Platform: ---
Assignee Huggle Beta Tester: ---


Attachments

Description Filip Maljkovic [Dungodung] 2006-12-03 10:53:31 UTC
It would be lovely if there were markup for making ordered/numbered lists start
from an arbitrary number. Currently, it is doable via html, but it would be nice
(and shorter to write) if there were something like:

#|123| Item1
#Item2

which would render html like this:

<ol start="123">
<li>Item1</li>
<li>Item2</li>
</ol>

Of course, different markup (prone to backwards compatibility) can be used.
Comment 1 Rob Church 2006-12-03 12:39:05 UTC

*** This bug has been marked as a duplicate of 4281 ***

Note You need to log in before you can comment on or make changes to this bug.


Navigation
Links