Page 1 of 1

ordered lists a bit wonky

PostPosted: Wed Aug 14, 2013 9:25 pm
by Gareth
An unnumbered list is fine:
  • one
  • two
  • three
but t'other ain't:[list=][*]one[*]two[*]three[/list]

Re: ordered lists a bit wonky

PostPosted: Wed Aug 14, 2013 9:40 pm
by PeterE
Seems to work OK. The first term needs to be
Code: Select all
[list=1]

  1. One
  2. Two
  3. Three

Code: Select all
[list=1]
[*]One
[*]Two
[*]Three
[/list]

Re: ordered lists a bit wonky

PostPosted: Thu Aug 15, 2013 8:08 am
by lordgrover
It seems any integer will do, including zero...

Code: Select all
[list=0]
[*]one
[*]two
[*]three[/list]


  1. one
  2. two
  3. three

Re: ordered lists a bit wonky

PostPosted: Thu Aug 15, 2013 9:22 am
by Gareth
It allows a letter instead of a number ...

Code: Select all
[list=p]
[*]one
[*]two
[*]three[/list]


  1. one
  2. two
  3. three

Re: ordered lists a bit wonky

PostPosted: Thu Aug 15, 2013 1:11 pm
by michael769
It is a template to select the type of "numbering" used

Code: Select all
[list=i]
[*] unum
[*]duo
[*] tribus[/list]


  1. unum
  2. duo
  3. tribus

Code: Select all
[list=I]
[*] unum
[*]duo
[*] tribus[/list]



  1. unum
  2. duo
  3. tribus