Template talk:Ordered list#Display error on mobile

{{WikiProject banner shell|

{{WikiProject Lists}}

}}

Not working

{{Ordered list|type=lower-roman|First|Second|Third}} produces {{Ordered list|type=lower-roman|First|Second|Third}} which appears here (Firefox) as

  • First
  • Second
  • Third

What am I missing? -- Michael Bednarek (talk) 05:20, 24 November 2013 (UTC)

:Module:List seems to be broken. I've raised the issue there. Edokter (talk) — 13:01, 24 November 2013 (UTC)

::Sorry, that was my fault - I introduced a variable clash while trying to tidy up the code. Should be fixed now. — Mr. Stradivarius ♪ talk ♪ 13:26, 24 November 2013 (UTC)

{{od}}Speaking of not working, I was just fooling around with this in a sandbox. I couldn't get {{Para|type}} to work together with {{Para|start}} each time. I set a start point in a numerically ordered list and it worked just fine. I didn't get the same results with upper alpha order; no matter what I did, it started at "A." instead of at another letter of my choosing, which was what I was striving for in this case. RadioKAOS / Talk to me, Billy / Transmissions 11:21, 12 November 2015 (UTC)

:You have to use a number for the start value, even if the type is not numerical. So to start with "C", use {{para|start|3}}. -- User:Edokter]] {{talk}} 11:47, 12 November 2015 (UTC)

Negative numbers

Please format negative numbers with correct typographic minuses (−) instead of hyphens (-). — Mikhail Ryazanov (talk) 01:44, 28 February 2017 (UTC)

I'd like bold for the list_style_type but not the item_style value

e.g.
font-weight:bolder for 1 but not {{'}}first{{'}}

font-weight:bolder for 2 but not {{'}}second{{'}}
Kangaroo caught (talk) 03:15, 3 February 2018 (UTC)

Display error on mobile

{{tracked|T272558}}

On the [https://en.m.wikipedia.org/wiki/Template_talk:Ordered_list#Display_error_on_mobile mobile] site (both Chrome Desktop and Chrome Mobile), only the [https://i.imgur.com/1G4ShgJ.png first paragraph is correctly indented]. On closer inspection, only the first paragraph is wrapped inside

, which is causing the error. Example:

{{Ordered list|type=upper-roman

| Entry 1

:Paragraph 1 (correctly indented)

| Entry 2

:Paragraph 2 (no indentation)

| Entry 3

:Paragraph 3

}}

- intforce (talk) 12:47, 20 January 2021 (UTC)

:See Violin Sonata No. 1 (Fauré) in [https://en.m.wikipedia.org/wiki/Violin_Sonata_No._1_(Faur%C3%A9) mobile view]. -- Michael Bednarek (talk) 12:59, 20 January 2021 (UTC)

  • This seems to be about the output of the template, see [https://en.wikipedia.org/w/index.php?title=User%3AXaosflux%2Fsandbox95&type=revision&diff=1001620880&oldid=1001620733 this diff] which seems to fix it (subst'd output of the template) - if the li's get a line break before them it seems to fix it. — xaosflux Talk 14:41, 20 January 2021 (UTC)
  • {{ping|DannyS712}} if you have time would you take a look at this, may be related to some work at Module:List. — xaosflux Talk 14:42, 20 January 2021 (UTC)
  • :@Xaosflux not sure why you're asking me, not very familiar with this template or the list module, and that module is fully protected so I can't really do anything DannyS712 (talk) 03:22, 21 January 2021 (UTC)
  • {{re|DannyS712}} sorry, saw you in the history - but it was just processing a request. — xaosflux Talk 03:25, 21 January 2021 (UTC)
  • {{ping|Intforce}} this may be a parser bug, I've opened phab:T272558 for further technical review. — xaosflux Talk 03:41, 21 January 2021 (UTC)

Countdown list

Any way to make the list count down backwards (3, 2, 1, 0)? – Closed Limelike Curves (talk) 20:21, 12 January 2025 (UTC)

  1. Line 1
  2. Line 2
  3. Line 3

  1. Line 1
  2. Line 2
  3. Line 3

:HTH. -- Michael Bednarek (talk) 00:23, 13 January 2025 (UTC)

:This is great, thank you! – Closed Limelike Curves (talk) 02:53, 13 January 2025 (UTC)