Help talk:Lists: Difference between revisions
Appearance
Latest comment: 9 years ago by Prostologin 1 in topic Zero-indexed ordered lists?
Content deleted Content added
Arlo Barnes (talk | contribs) →Zero-indexed ordered lists?: New section Tag: Recreated |
→Zero-indexed ordered lists?: Added reply |
||
| Line 11: | Line 11: | ||
? And can that be made default on a wiki? [[User:Arlo Barnes|Arlo Barnes]] ([[User talk:Arlo Barnes|talk]]) 04:01, 19 July 2017 (UTC) |
? And can that be made default on a wiki? [[User:Arlo Barnes|Arlo Barnes]] ([[User talk:Arlo Barnes|talk]]) 04:01, 19 July 2017 (UTC) |
||
:<nowiki><ol start="0"></nowiki> |
|||
:<nowiki><li></nowiki> |
|||
:<nowiki><li></nowiki> |
|||
:<nowiki><li></nowiki> |
|||
:<nowiki></ol></nowiki> [[User:Prostologin 1|Prostologin 1]] ([[User talk:Prostologin 1|talk]]) 16:38, 19 July 2017 (UTC) |
|||
Revision as of 16:38, 19 July 2017
| This revision was originally made using the Structured Discussions extension, which has since been deprecated. It was later exported to wikitext, however the export process was not perfect so the content seen here is only an approximation of how the page looked at the time |
Zero-indexed ordered lists?
How would one do
0.
1.
2.
? And can that be made default on a wiki? Arlo Barnes (talk) 04:01, 19 July 2017 (UTC)
- <ol start="0">
- <li>
- <li>
- <li>
- </ol> Prostologin 1 (talk) 16:38, 19 July 2017 (UTC)