Function rætta

Purpose rætta

The {{autonumbered list}} template allows a list of items to be columnated and have a ranking or number scheme automatically calculated; however, it might exceed the expansion depth with higher item numbers. Instead, consider using the quick Template:Autocol, which can display one set of 1-64 entries in auto-numbered columns.

Perhaps in the future, this template could be improved to auto-number tables, without exceeding the expansion depth. }}


For example:

width="style="width:15%;" style="width:50%;" | %" style="border:none; cellspacing:-1px; cellpadding:0px;" | 1 Biggest Failed Bank Inc. $200,000,000,000
width="style="width:15%;" style="width:50%;" | %" style="border:none; cellspacing:-1px; cellpadding:0px;" | 2 Bigger Failed Bank Pty. Ltd. $20,000,000,000
width="style="width:15%;" style="width:50%;" | %" style="border:none; cellspacing:-1px; cellpadding:0px;" | 3 Big Failed Bank Ltd. $2,000,000,000
width="style="width:15%;" style="width:50%;" | %" style="border:none; cellspacing:-1px; cellpadding:0px;" | 4 Small Failed Bank Pty. Ltd. $100,000,000

the data in which is produced by:

|#|Biggest Failed Bank Inc.
{{!}} $200,000,000,000
|#|Bigger Failed Bank Pty. Ltd.
{{!}} $20,000,000,000
|#|Big Failed Bank Ltd.
{{!}} $2,000,000,000
|#|Small Failed Bank Pty. Ltd.
{{!}} $100,000,000

The number can be single-level, or include sub-numbering up to a total of three levels of numbering.

By allowing automatic numbering, editors do not have to adjust the contents of many rows of data when numeric rankings change. The editor can simply add or remove items from the list of items, and the numeric ranking will be automatically recalculated.

One to five columnated fields of data can be included in each list item.

Comparison with "#" wikimarkup rætta

While normal wikimarkup using "#"s will number items in a list, wikimarkup does not:

  • prefix parent numbers to sub numbers
  • allow for duplicted rankings to be skipped
  • allow data fields within list items to be columnated

Limitations rætta

Number of list items is limited to 50 rætta

The template can only handle up to 50 list items at one time.

This can be worked around by using the continued and startat parameters in multiple inclusions of the template one exactly below the other on the page.

Parameter use for the continuation work around is:

  • The heading parameters should be used only on the first inclusion.
  • The startat parameter should be used on all but the first inclusion.
  • The continued parameter should be used on all but the last inclusion.
  • Parameters such as numberwidth, columnwidthN, and tablewidth should be set to the same values for all inclusions.
  • The columns parameter can also be used, and should also be kept the same in each inclusion, but readability might be reduced because list items will be columnated within each inclusion, not across all inclusions.

See Continuation from one list to another and Multiple fields examples below.

Number depth is limited to 3 rætta

The template can only handle up the three levels of numbering, that is:
1
1.1
1.1.1

There is no work around.

Number of columnated fields of data is limited to 5 rætta

The template can only handle up to five fields of data for each list item.

There is no workaround.

Deficiencies rætta

Missing number level flags rætta

The template is likely to behave unpredictably if a number level flag is missing, for example, parameter constructs such as:
|#|Stuff
|#.#.#|More stuff

(There is no second level number flag between the first and third level list item.)

or:
|#.#|First list item

(There is no first level number flag before the second level list item.)

Invalid number level flags rætta

Unrecognised number level flags are ignored. The corresponding list item will still be displayed, but the automatic numbering behaves as though the list item does not exist.

Usage rætta

Caution rætta

This template and its sub templates push the wiki functions parser to its limits.

To minimise load on servers, it is best used when there are constant changes to ranked columnated lists, which would require frequent editing and extensive manual adjusting, and edit reviews, of tables.

If a ranking is static, or only ever gets added to at the bottom, then hard coded tables are much more efficient.

Skeleton rætta

{{autonumbered list
|columns = 
|halfbackground  = 
|prefix  = 
|suffix  = 
|skip    = 
|numberwidth  = 
|numberheading = 
|tablewidth   = 
|columnwidth1 = 
 (...up to 5...)
|heading1 =
 (...up to 5...)
|startat      = 
|numberflag1
|listitemcontent1
 (...up to 50 pairs of number flag and list item content - unnamed parameters...)
|continued = 
}}

Examples rætta

Number, sub number, and sub sub number, in two columns rætta

width="style="width:15%;" %" style="border:none; cellspacing:-1px; cellpadding:0px;" | 1 One
width="style="width:15%;" %" style="border:none; cellspacing:-1px; cellpadding:0px;" | 1.1 One point one
width="style="width:15%;" %" style="border:none; cellspacing:-1px; cellpadding:0px;" | 1.1.1 One point one point one
width="style="width:15%;" %" style="border:none; cellspacing:-1px; cellpadding:0px;" | 1.1.2 One point one point two
width="style="width:15%;" %" style="border:none; cellspacing:-1px; cellpadding:0px;" | 1.2 One point two
width="style="width:15%;" %" style="border:none; cellspacing:-1px; cellpadding:0px;" | 1.2.1 One point two point one
width="style="width:15%;" %" style="border:none; cellspacing:-1px; cellpadding:0px;" | 1.2.2 One point two point two
width="style="width:15%;" %" style="border:none; cellspacing:-1px; cellpadding:0px;" | 2 Two
width="style="width:15%;" %" style="border:none; cellspacing:-1px; cellpadding:0px;" | 2.1 Two point one
width="style="width:15%;" %" style="border:none; cellspacing:-1px; cellpadding:0px;" | 2.1.1 Two point one point one
width="style="width:15%;" %" style="border:none; cellspacing:-1px; cellpadding:0px;" | 2.1.2 Two point one point two
width="style="width:15%;" %" style="border:none; cellspacing:-1px; cellpadding:0px;" | 2.2 Two point two
width="style="width:15%;" %" style="border:none; cellspacing:-1px; cellpadding:0px;" | 2.2.1 Two point two point one
width="style="width:15%;" %" style="border:none; cellspacing:-1px; cellpadding:0px;" | 2.2.2 Two point two point two
width="style="width:15%;" %" style="border:none; cellspacing:-1px; cellpadding:0px;" | 3 Three
width="style="width:15%;" %" style="border:none; cellspacing:-1px; cellpadding:0px;" | 3.1 Three point one
width="style="width:15%;" %" style="border:none; cellspacing:-1px; cellpadding:0px;" | 3.1.1 Three point one point one
width="style="width:15%;" %" style="border:none; cellspacing:-1px; cellpadding:0px;" | 3.1.2 Three point one point two
width="style="width:15%;" %" style="border:none; cellspacing:-1px; cellpadding:0px;" | 4 Four
width="style="width:15%;" %" style="border:none; cellspacing:-1px; cellpadding:0px;" | 4.1 Four point one
width="style="width:15%;" %" style="border:none; cellspacing:-1px; cellpadding:0px;" | 4.1.1 Four point one point one
width="style="width:15%;" %" style="border:none; cellspacing:-1px; cellpadding:0px;" | 4.1.2 Four point one point two
width="style="width:15%;" %" style="border:none; cellspacing:-1px; cellpadding:0px;" | 4.1.3 Four point one point three
width="style="width:15%;" %" style="border:none; cellspacing:-1px; cellpadding:0px;" | 4.1.4 Four point one point four
width="style="width:15%;" %" style="border:none; cellspacing:-1px; cellpadding:0px;" | 4.1.5 Four point one point five
width="style="width:15%;" %" style="border:none; cellspacing:-1px; cellpadding:0px;" | 4.1.6 Four point one point six
width="style="width:15%;" %" style="border:none; cellspacing:-1px; cellpadding:0px;" | 4.2 Four point two
width="style="width:15%;" %" style="border:none; cellspacing:-1px; cellpadding:0px;" | 4.2.1 Four point two point one
width="style="width:15%;" %" style="border:none; cellspacing:-1px; cellpadding:0px;" | 4.2.2 Four point two point two
width="style="width:15%;" %" style="border:none; cellspacing:-1px; cellpadding:0px;" | 4.2.3 Four point two point three
width="style="width:15%;" %" style="border:none; cellspacing:-1px; cellpadding:0px;" | 4.2.4 Four point two point four
width="style="width:15%;" %" style="border:none; cellspacing:-1px; cellpadding:0px;" | 4.2.5 Four point two point five
width="style="width:15%;" %" style="border:none; cellspacing:-1px; cellpadding:0px;" | 4.2.6 Four point two point six
width="style="width:15%;" %" style="border:none; cellspacing:-1px; cellpadding:0px;" | 4.2.7 Four point two point seven
width="style="width:15%;" %" style="border:none; cellspacing:-1px; cellpadding:0px;" | 4.2.8 Four point two point eight
width="style="width:15%;" %" style="border:none; cellspacing:-1px; cellpadding:0px;" | 4.2.9 Four point two point nine
width="style="width:15%;" %" style="border:none; cellspacing:-1px; cellpadding:0px;" | 4.2.10 Four point two point ten
width="style="width:15%;" %" style="border:none; cellspacing:-1px; cellpadding:0px;" | 4.2.11 Four point two point eleven
width="style="width:15%;" %" style="border:none; cellspacing:-1px; cellpadding:0px;" | 4.2.12 Four point two point twelve
width="style="width:15%;" %" style="border:none; cellspacing:-1px; cellpadding:0px;" | 5 Five
width="style="width:15%;" %" style="border:none; cellspacing:-1px; cellpadding:0px;" | 5.1 Five point one
width="style="width:15%;" %" style="border:none; cellspacing:-1px; cellpadding:0px;" | 5.1.1 Five point one point one
width="style="width:15%;" %" style="border:none; cellspacing:-1px; cellpadding:0px;" | 5.1.2 Five point one point two
width="style="width:15%;" %" style="border:none; cellspacing:-1px; cellpadding:0px;" | 6 Six
width="style="width:15%;" %" style="border:none; cellspacing:-1px; cellpadding:0px;" | 6.1 Six point one
width="style="width:15%;" %" style="border:none; cellspacing:-1px; cellpadding:0px;" | 6.1.1 Six point one point one
width="style="width:15%;" %" style="border:none; cellspacing:-1px; cellpadding:0px;" | 6.1.2 Six point one point two
width="style="width:15%;" %" style="border:none; cellspacing:-1px; cellpadding:0px;" | 7 Seven
width="style="width:15%;" %" style="border:none; cellspacing:-1px; cellpadding:0px;" | 8 Eight
width="style="width:15%;" %" style="border:none; cellspacing:-1px; cellpadding:0px;" | 9 Nine

Suffixed numbers rætta

width="style="width:20%;" %" style="border:none; cellspacing:-1px; cellpadding:0px;" | 1: One
width="style="width:20%;" %" style="border:none; cellspacing:-1px; cellpadding:0px;" | 1.1: One point one
width="style="width:20%;" %" style="border:none; cellspacing:-1px; cellpadding:0px;" | 1.2: One point two
width="style="width:20%;" %" style="border:none; cellspacing:-1px; cellpadding:0px;" | 1.3: One point three
width="style="width:20%;" %" style="border:none; cellspacing:-1px; cellpadding:0px;" | 2: Two
width="style="width:20%;" %" style="border:none; cellspacing:-1px; cellpadding:0px;" | 3: Three
width="style="width:20%;" %" style="border:none; cellspacing:-1px; cellpadding:0px;" | 4: Four
width="style="width:20%;" %" style="border:none; cellspacing:-1px; cellpadding:0px;" | 4.1: Four point one
width="style="width:20%;" %" style="border:none; cellspacing:-1px; cellpadding:0px;" | 4.1.1: Four point one point one
width="style="width:20%;" %" style="border:none; cellspacing:-1px; cellpadding:0px;" | 4.1.2: Four point one point two

Prefixed and suffixed numbers, in four columns rætta

width="style="width:14%;" %" style="border:none; cellspacing:-1px; cellpadding:0px;" | (1) One
width="style="width:14%;" %" style="border:none; cellspacing:-1px; cellpadding:0px;" | (2) Two
width="style="width:14%;" %" style="border:none; cellspacing:-1px; cellpadding:0px;" | (3) Three
width="style="width:14%;" %" style="border:none; cellspacing:-1px; cellpadding:0px;" | (4) Four
width="style="width:14%;" %" style="border:none; cellspacing:-1px; cellpadding:0px;" | (5) Five
width="style="width:14%;" %" style="border:none; cellspacing:-1px; cellpadding:0px;" | (6) Six
width="style="width:14%;" %" style="border:none; cellspacing:-1px; cellpadding:0px;" | (7) Seven
width="style="width:14%;" %" style="border:none; cellspacing:-1px; cellpadding:0px;" | (8) Eight
width="style="width:14%;" %" style="border:none; cellspacing:-1px; cellpadding:0px;" | (9) Nine
width="style="width:14%;" %" style="border:none; cellspacing:-1px; cellpadding:0px;" | (10) Ten
width="style="width:14%;" %" style="border:none; cellspacing:-1px; cellpadding:0px;" | (11) Eleven
width="style="width:14%;" %" style="border:none; cellspacing:-1px; cellpadding:0px;" | (12) Twelve
width="style="width:14%;" %" style="border:none; cellspacing:-1px; cellpadding:0px;" | (13) Thrirteen
width="style="width:14%;" %" style="border:none; cellspacing:-1px; cellpadding:0px;" | (14) Fourteen
width="style="width:14%;" %" style="border:none; cellspacing:-1px; cellpadding:0px;" | (15) Fifteen
width="style="width:14%;" %" style="border:none; cellspacing:-1px; cellpadding:0px;" | (16) Sixteen
width="style="width:14%;" %" style="border:none; cellspacing:-1px; cellpadding:0px;" | (17) Seventeen
width="style="width:14%;" %" style="border:none; cellspacing:-1px; cellpadding:0px;" | (18) Eighteen
width="style="width:14%;" %" style="border:none; cellspacing:-1px; cellpadding:0px;" | (19) Nineteen
width="style="width:14%;" %" style="border:none; cellspacing:-1px; cellpadding:0px;" | (20) Twenty
width="style="width:14%;" %" style="border:none; cellspacing:-1px; cellpadding:0px;" | (21) Twenty-One
width="style="width:14%;" %" style="border:none; cellspacing:-1px; cellpadding:0px;" | (22) Twenty-Two
width="style="width:14%;" %" style="border:none; cellspacing:-1px; cellpadding:0px;" | (23) Twenty-Three
width="style="width:14%;" %" style="border:none; cellspacing:-1px; cellpadding:0px;" | (24) Twenty-Four
width="style="width:14%;" %" style="border:none; cellspacing:-1px; cellpadding:0px;" | (25) Twenty-Five
width="style="width:14%;" %" style="border:none; cellspacing:-1px; cellpadding:0px;" | (26) Twenty-Six
width="style="width:14%;" %" style="border:none; cellspacing:-1px; cellpadding:0px;" | (27) Twenty-Seven
width="style="width:14%;" %" style="border:none; cellspacing:-1px; cellpadding:0px;" | (28) Twenty-Eight
width="style="width:14%;" %" style="border:none; cellspacing:-1px; cellpadding:0px;" | (29) Twenty-Nine
width="style="width:14%;" %" style="border:none; cellspacing:-1px; cellpadding:0px;" | (30) Thirty
width="style="width:14%;" %" style="border:none; cellspacing:-1px; cellpadding:0px;" | (31) Thirty-One
width="style="width:14%;" %" style="border:none; cellspacing:-1px; cellpadding:0px;" | (32) Thirty-Two
width="style="width:14%;" %" style="border:none; cellspacing:-1px; cellpadding:0px;" | (33) Thirty-Three
width="style="width:14%;" %" style="border:none; cellspacing:-1px; cellpadding:0px;" | (34) Thirty-Four
width="style="width:14%;" %" style="border:none; cellspacing:-1px; cellpadding:0px;" | (35) Thirty-Five
width="style="width:14%;" %" style="border:none; cellspacing:-1px; cellpadding:0px;" | (36) Thirty-Six
width="style="width:14%;" %" style="border:none; cellspacing:-1px; cellpadding:0px;" | (37) Thirty-Seven
width="style="width:14%;" %" style="border:none; cellspacing:-1px; cellpadding:0px;" | (38) Thirty-Eight
width="style="width:14%;" %" style="border:none; cellspacing:-1px; cellpadding:0px;" | (39) Thirty-Nine
width="style="width:14%;" %" style="border:none; cellspacing:-1px; cellpadding:0px;" | (40) Forty
width="style="width:14%;" %" style="border:none; cellspacing:-1px; cellpadding:0px;" | (41) Forty-One
width="style="width:14%;" %" style="border:none; cellspacing:-1px; cellpadding:0px;" | (42) Forty-Two
width="style="width:14%;" %" style="border:none; cellspacing:-1px; cellpadding:0px;" | (43) Forty-Three
width="style="width:14%;" %" style="border:none; cellspacing:-1px; cellpadding:0px;" | (44) Forty-Four
width="style="width:14%;" %" style="border:none; cellspacing:-1px; cellpadding:0px;" | (45) Forty-Five
width="style="width:14%;" %" style="border:none; cellspacing:-1px; cellpadding:0px;" | (46) Forty-Six
width="style="width:14%;" %" style="border:none; cellspacing:-1px; cellpadding:0px;" | (47) Forty-Seven
width="style="width:14%;" %" style="border:none; cellspacing:-1px; cellpadding:0px;" | (48) Forty-Eight
width="style="width:14%;" %" style="border:none; cellspacing:-1px; cellpadding:0px;" | (49) Forty-Nine
width="style="width:14%;" %" style="border:none; cellspacing:-1px; cellpadding:0px;" | (50) Fifty

Continuation from one list to another rætta

Continuation would normally only be used for numbered lists greated than 50 (the template maximum) long. In this case, just for example, the first list only has 10 items in it.

width="style="width:15%;" %" style="border:none; cellspacing:-1px; cellpadding:0px;" | 1 One
width="style="width:15%;" %" style="border:none; cellspacing:-1px; cellpadding:0px;" | 2 Two
width="style="width:15%;" %" style="border:none; cellspacing:-1px; cellpadding:0px;" | 3 Three
width="style="width:15%;" %" style="border:none; cellspacing:-1px; cellpadding:0px;" | 4 Four
width="style="width:15%;" %" style="border:none; cellspacing:-1px; cellpadding:0px;" | 5 Five
width="style="width:15%;" %" style="border:none; cellspacing:-1px; cellpadding:0px;" | 6 Six
width="style="width:15%;" %" style="border:none; cellspacing:-1px; cellpadding:0px;" | 7 Seven
width="style="width:15%;" %" style="border:none; cellspacing:-1px; cellpadding:0px;" | 8 Eight
width="style="width:15%;" %" style="border:none; cellspacing:-1px; cellpadding:0px;" | 9 Nine
width="style="width:15%;" %" style="border:none; cellspacing:-1px; cellpadding:0px;" | 10 Ten
width="style="width:15%;" %" style="border:none; cellspacing:-1px; cellpadding:0px;" | 11 Eleven
width="style="width:15%;" %" style="border:none; cellspacing:-1px; cellpadding:0px;" | 12 Twelve
width="style="width:15%;" %" style="border:none; cellspacing:-1px; cellpadding:0px;" | 13 Thirteen
width="style="width:15%;" %" style="border:none; cellspacing:-1px; cellpadding:0px;" | 14 Fourteen
width="style="width:15%;" %" style="border:none; cellspacing:-1px; cellpadding:0px;" | 15 Fifteen
width="style="width:15%;" %" style="border:none; cellspacing:-1px; cellpadding:0px;" | 16 Sixteen
width="style="width:15%;" %" style="border:none; cellspacing:-1px; cellpadding:0px;" | 17 Seventeen
width="style="width:15%;" %" style="border:none; cellspacing:-1px; cellpadding:0px;" | 18 Eighteen
width="style="width:15%;" %" style="border:none; cellspacing:-1px; cellpadding:0px;" | 19 Nineteen
width="style="width:15%;" %" style="border:none; cellspacing:-1px; cellpadding:0px;" | 20 Twenty

Repeated number entries - repeated numbers not skipped rætta

width="style="width:15%;" %" style="border:none; cellspacing:-1px; cellpadding:0px;" | 1 One
width="style="width:15%;" %" style="border:none; cellspacing:-1px; cellpadding:0px;" | 1 Duplicated one
width="style="width:15%;" %" style="border:none; cellspacing:-1px; cellpadding:0px;" | 2 Two
width="style="width:15%;" %" style="border:none; cellspacing:-1px; cellpadding:0px;" | 3 Three
width="style="width:15%;" %" style="border:none; cellspacing:-1px; cellpadding:0px;" | 3 Duplicated three
width="style="width:15%;" %" style="border:none; cellspacing:-1px; cellpadding:0px;" | 4 Four
width="style="width:15%;" %" style="border:none; cellspacing:-1px; cellpadding:0px;" | 4.1 Four point one
width="style="width:15%;" %" style="border:none; cellspacing:-1px; cellpadding:0px;" | 4.1 Duplicated four point one
width="style="width:15%;" %" style="border:none; cellspacing:-1px; cellpadding:0px;" | 4.1 Duplicated four point one
width="style="width:15%;" %" style="border:none; cellspacing:-1px; cellpadding:0px;" | 4.2 Four point two
width="style="width:15%;" %" style="border:none; cellspacing:-1px; cellpadding:0px;" | 4.2.1 Four point two point one
width="style="width:15%;" %" style="border:none; cellspacing:-1px; cellpadding:0px;" | 4.2.1 Duplicated four point two point one
width="style="width:15%;" %" style="border:none; cellspacing:-1px; cellpadding:0px;" | 4.2.2 Four point two point two

Repeated number entries - repeated numbers skipped rætta

width="style="width:15%;" %" style="border:none; cellspacing:-1px; cellpadding:0px;" | 1 One
width="style="width:15%;" %" style="border:none; cellspacing:-1px; cellpadding:0px;" | Duplicated one
width="style="width:15%;" %" style="border:none; cellspacing:-1px; cellpadding:0px;" | 3 Three
width="style="width:15%;" %" style="border:none; cellspacing:-1px; cellpadding:0px;" | 4 Four
width="style="width:15%;" %" style="border:none; cellspacing:-1px; cellpadding:0px;" | Duplicated four
width="style="width:15%;" %" style="border:none; cellspacing:-1px; cellpadding:0px;" | 6 Six
width="style="width:15%;" %" style="border:none; cellspacing:-1px; cellpadding:0px;" | 6.1 Six point one
width="style="width:15%;" %" style="border:none; cellspacing:-1px; cellpadding:0px;" | Duplicated six point one
width="style="width:15%;" %" style="border:none; cellspacing:-1px; cellpadding:0px;" | Duplicated six point one
width="style="width:15%;" %" style="border:none; cellspacing:-1px; cellpadding:0px;" | 6.4 Six point four
width="style="width:15%;" %" style="border:none; cellspacing:-1px; cellpadding:0px;" | 6.4.1 Six point four point one
width="style="width:15%;" %" style="border:none; cellspacing:-1px; cellpadding:0px;" | Duplicated six point four point one
width="style="width:15%;" %" style="border:none; cellspacing:-1px; cellpadding:0px;" | 6.4.3 Six point four point three

Multiple fields rætta

width="style="width:5%;" style="width:32%;" | %" style="border:none; cellspacing:-1px; cellpadding:0px;" | 'Rank' 'Name Sex Birth Age Country of Residence'

width="style="width:5%;" style="width:32%;" | %" style="border:none; cellspacing:-1px; cellpadding:0px;" | 1 Moloko Temo[20] F 4 de julho de 1874 149 ár, 291 dagar  Suðurafrika
width="style="width:5%;" style="width:32%;" | %" style="border:none; cellspacing:-1px; cellpadding:0px;" | 2 Maria Olívia da Silva[21] F 28 de fevereiro de 1880 144 ár, 52 dagar  Brasil
width="style="width:5%;" style="width:32%;" | %" style="border:none; cellspacing:-1px; cellpadding:0px;" | 3 Tuti Yusupova[22] F 1 de julho de 1880 143 ár, 294 dagar  Usbekistan
width="style="width:5%;" style="width:32%;" | %" style="border:none; cellspacing:-1px; cellpadding:0px;" | 4 Juana Bautista de la Candelaria Rodríguez [23] F 2 de fevereiro de 1885 139 ár, 78 dagar  Kuba
width="style="width:5%;" style="width:32%;" | %" style="border:none; cellspacing:-1px; cellpadding:0px;" | 5 Cliceria Gómez-Morales F 20 de setembro de 1885 138 ár, 213 dagar  Meksiko
width="style="width:5%;" style="width:32%;" | %" style="border:none; cellspacing:-1px; cellpadding:0px;" | 6 Ida Stewart [24] F 5 de novembro de 1886 137 ár, 167 dagar  Jamaika
width="style="width:5%;" style="width:32%;" | %" style="border:none; cellspacing:-1px; cellpadding:0px;" | 7 Sadiq Sawut [25]] M 9 de agosto de 1887 136 ár, 255 dagar  Kina
width="style="width:5%;" style="width:32%;" | %" style="border:none; cellspacing:-1px; cellpadding:0px;" | 8 Magomed Labazanov [26] M 1 de maio de 1890 133 ár, 355 dagar  Russland
width="style="width:5%;" style="width:32%;" | %" style="border:none; cellspacing:-1px; cellpadding:0px;" | 9 Maikup Zhan[25] F 15 de junho de 1890 133 ár, 310 dagar  Kina
width="style="width:5%;" style="width:32%;" | %" style="border:none; cellspacing:-1px; cellpadding:0px;" | 10 Ana María Pérez González[27] F 22 de junho de 1890 133 ár, 303 dagar  Meksiko
width="style="width:5%;" style="width:32%;" | %" style="border:none; cellspacing:-1px; cellpadding:0px;" | 11 Baji Safaorva F 3 de julho de 1890 133 ár, 292 dagar  Aserbadjan
width="style="width:5%;" style="width:32%;" | %" style="border:none; cellspacing:-1px; cellpadding:0px;" | 12 Amai Cering[28] F 16 de março de 1891 133 ár, 35 dagar  Kina
width="style="width:5%;" style="width:32%;" | %" style="border:none; cellspacing:-1px; cellpadding:0px;" | 13 Sóstenes Martínez[29] M 22 de abril de 1891 132 ár, 364 dagar  Meksiko
width="style="width:5%;" style="width:32%;" | %" style="border:none; cellspacing:-1px; cellpadding:0px;" | 14 Elias Athanasiades M 14 de maio de 1891 132 ár, 342 dagar  Grikkaland
width="style="width:5%;" style="width:32%;" | %" style="border:none; cellspacing:-1px; cellpadding:0px;" | 15 María Díaz Cortés[30] F 4 de janeiro de 1892 132 ár, 107 dagar  Spania
width="style="width:5%;" style="width:32%;" | %" style="border:none; cellspacing:-1px; cellpadding:0px;" | 16 Rebecca Lanier [31] F 24 de março de 1892 132 ár, 27 dagar  USA
width="style="width:5%;" style="width:32%;" | %" style="border:none; cellspacing:-1px; cellpadding:0px;" | 17 Elizabeth Johnson[32] F 25 de dezembro de 1892 131 ár, 117 dagar  USA
width="style="width:5%;" style="width:32%;" | %" style="border:none; cellspacing:-1px; cellpadding:0px;" | 18 Richard Washington [33] M 13 de abril de 1893 131 ár, 7 dagar  USA
width="style="width:5%;" style="width:32%;" | %" style="border:none; cellspacing:-1px; cellpadding:0px;" | 19 He Wenzhang[34] M 9 de abril de 1894 130 ár, 11 dagar  Kili
width="style="width:5%;" style="width:32%;" | %" style="border:none; cellspacing:-1px; cellpadding:0px;" | 20 Tǎnase Tǎnase[35] M 15 de outubro de 1894 129 ár, 188 dagar Fyrimynd:ROM
width="style="width:5%;" style="width:32%;" | %" style="border:none; cellspacing:-1px; cellpadding:0px;" | 21 María Norberta Rivera-Ramírez[36] F 5 de junho de 1895 128 ár, 320 dagar  Meksiko
width="style="width:5%;" style="width:32%;" | %" style="border:none; cellspacing:-1px; cellpadding:0px;" | 22 Transito Ayala [37] F 13 de agosto 1895 128 ár, 251 dagar  Kolumbia
width="style="width:5%;" style="width:32%;" | %" style="border:none; cellspacing:-1px; cellpadding:0px;" | 23 Susan Middleton [38] [3] F 19 de fevereiro de 1896 128 ár, 61 dagar  USA
width="style="width:5%;" style="width:32%;" | %" style="border:none; cellspacing:-1px; cellpadding:0px;" | 24 Melinda Harris[39] F 4 de maio de 1896 127 ár, 352 dagar  USA
width="style="width:5%;" style="width:32%;" | %" style="border:none; cellspacing:-1px; cellpadding:0px;" | 25 Katerina Heyman [40] F 8 de agosto de 1896 127 ár, 256 dagar  Suðurafrika
width="style="width:5%;" style="width:32%;" | %" style="border:none; cellspacing:-1px; cellpadding:0px;" | 26 Lake Dickson [3] F 19 de janeiro de 1897 127 ár, 92 dagar  USA
width="style="width:5%;" style="width:32%;" | %" style="border:none; cellspacing:-1px; cellpadding:0px;" | 27 Ruby Muhammad [19] F 20 de março de 1897 127 ár, 31 dagar  USA
width="style="width:5%;" style="width:32%;" | %" style="border:none; cellspacing:-1px; cellpadding:0px;" | 28 Ronnie Fairbanks[18] M 27 de maio de 1897 126 ár, 329 dagar  USA
width="style="width:5%;" style="width:32%;" | %" style="border:none; cellspacing:-1px; cellpadding:0px;" | 29 Marianna Ostrowska[17] F 5 de agosto de 1897 126 ár, 259 dagar  Pólland
width="style="width:5%;" style="width:32%;" | %" style="border:none; cellspacing:-1px; cellpadding:0px;" | 30 Maria Pogonowska[16] F 30 de outubro de 1897 126 ár, 173 dagar  Ísrael
width="style="width:5%;" style="width:32%;" | %" style="border:none; cellspacing:-1px; cellpadding:0px;" | 31 Delma Kollar [3] F 31 de outubro de 1897 126 ár, 172 dagar  USA
width="style="width:5%;" style="width:32%;" | %" style="border:none; cellspacing:-1px; cellpadding:0px;" | 32 Teresa Dosaigües [15] F 13 de fevereiro de 1898 126 ár, 67 dagar  Spania
width="style="width:5%;" style="width:32%;" | %" style="border:none; cellspacing:-1px; cellpadding:0px;" | 33 Eufrozyna Kaminski[14] F 7 de março de 1898 126 ár, 44 dagar  Kanada
width="style="width:5%;" style="width:32%;" | %" style="border:none; cellspacing:-1px; cellpadding:0px;" | 34 Marcelle Narbonne[13] F 24 de março de 1898 126 ár, 27 dagar  Frakland
width="style="width:5%;" style="width:32%;" | %" style="border:none; cellspacing:-1px; cellpadding:0px;" | 35 Elsie Freeman[12] F 13 de junho de 1898 125 ár, 312 dagar  USA
width="style="width:5%;" style="width:32%;" | %" style="border:none; cellspacing:-1px; cellpadding:0px;" | 36 Kate Lowenthal[11] F 17 de setembro de 1898 125 ár, 216 dagar  USA
width="style="width:5%;" style="width:32%;" | %" style="border:none; cellspacing:-1px; cellpadding:0px;" | 37 Andrew Hatch[10] M 7 de outubro de 1898 125 ár, 196 dagar  USA
width="style="width:5%;" style="width:32%;" | %" style="border:none; cellspacing:-1px; cellpadding:0px;" | 38 Rosa Wilkes[9] F 10 de outubro de 1898 125 ár, 193 dagar  USA
width="style="width:5%;" style="width:32%;" | %" style="border:none; cellspacing:-1px; cellpadding:0px;" | 39 Hagar Young[3] F 11 de outubro de 1898 125 ár, 192 dagar  USA
width="style="width:5%;" style="width:32%;" | %" style="border:none; cellspacing:-1px; cellpadding:0px;" | 40 Alwine Werner[8] F November 10, 1898 125 ár, 162 dagar  Týskland
width="style="width:5%;" style="width:32%;" | %" style="border:none; cellspacing:-1px; cellpadding:0px;" | 41 Anthone Phipps[7] F 7 de dezembro de 1898 125 ár, 135 dagar  USA
width="style="width:5%;" style="width:32%;" | %" style="border:none; cellspacing:-1px; cellpadding:0px;" | 42 Salome Korn[6] F 12 de dezembro de 1898 125 ár, 130 dagar  USA
width="style="width:5%;" style="width:32%;" | %" style="border:none; cellspacing:-1px; cellpadding:0px;" | 43 Michalina Wasilewska[5] F 21 de dezembro de 1898 125 ár, 121 dagar  Pólland
width="style="width:5%;" style="width:32%;" | %" style="border:none; cellspacing:-1px; cellpadding:0px;" | 44 Juanita Elliott[4] F 24 de dezembro de 1898 125 ár, 118 dagar  USA
width="style="width:5%;" style="width:32%;" | %" style="border:none; cellspacing:-1px; cellpadding:0px;" | 45 Lillian Leblanc F 26 de dezembro de 1898 125 ár, 116 dagar  USA
width="style="width:5%;" style="width:32%;" | %" style="border:none; cellspacing:-1px; cellpadding:0px;" | 46 Gertrude Noone[3] F 30 de dezembro de 1898 125 ár, 112 dagar  USA
width="style="width:5%;" style="width:32%;" | %" style="border:none; cellspacing:-1px; cellpadding:0px;" | 47 Doris Nash[2] F 19 de janeiro de 1899 125 ár, 92 dagar Fyrimynd:UK
width="style="width:5%;" style="width:32%;" | %" style="border:none; cellspacing:-1px; cellpadding:0px;" | 48 Marie-Jeanne Faure-Geors[1] F 31 de janeiro de 1899 125 ár, 80 dagar  Frakland
width="style="width:5%;" style="width:32%;" | %" style="border:none; cellspacing:-1px; cellpadding:0px;" | 49 Fannie Buten[42] F 1 de fevereiro de 1899 125 ár, 79 dagar  USA
width="style="width:5%;" style="width:32%;" | %" style="border:none; cellspacing:-1px; cellpadding:0px;" | 50 Elizabeth Buhler[43] F 8 de fevereiro de 1899 125 ár, 72 dagar  Kanada
width="style="width:5%;" style="width:32%;" | %" style="border:none; cellspacing:-1px; cellpadding:0px;" | Maude Buckley[44] F 8 de fevereiro de 1899 125 ár, 72 dagar Fyrimynd:EUA
width="style="width:5%;" style="width:32%;" | %" style="border:none; cellspacing:-1px; cellpadding:0px;" | 52 Pearl Lutzko[45] F 15 de fevereiro de 1899 125 ár, 65 dagar  Kanada
width="style="width:5%;" style="width:32%;" | %" style="border:none; cellspacing:-1px; cellpadding:0px;" | Mildred JaMais[46] F 15 de fevereiro de 1899 125 ár, 65 dagar  USA
width="style="width:5%;" style="width:32%;" | %" style="border:none; cellspacing:-1px; cellpadding:0px;" | 54 Elspeth Wood[47] F 18 de fevereiro de 1899 125 ár, 62 dagar Fyrimynd:UK
width="style="width:5%;" style="width:32%;" | %" style="border:none; cellspacing:-1px; cellpadding:0px;" | Anna Pendley[48] F 18 de fevereiro de 1899 125 ár, 62 dagar Fyrimynd:EUA
width="style="width:5%;" style="width:32%;" | %" style="border:none; cellspacing:-1px; cellpadding:0px;" | 56 Santa Gennari[49] F 23 de fevereiro de 1899 125 ár, 57 dagar  Italia
width="style="width:5%;" style="width:32%;" | %" style="border:none; cellspacing:-1px; cellpadding:0px;" | Hillard Hudson[50] M 23 de fevereiro de 1899 125 ár, 57 dagar  USA
width="style="width:5%;" style="width:32%;" | %" style="border:none; cellspacing:-1px; cellpadding:0px;" | 58 Margaret Fish[51] F 7 de março de 1899 125 ár, 44 dagar Fyrimynd:UK
width="style="width:5%;" style="width:32%;" | %" style="border:none; cellspacing:-1px; cellpadding:0px;" | 59 John "Jack" Campbell Ross[41] M 11 de março de 1899 125 ár, 40 dagar  Avstralia

Parameters rætta

This template uses both named and unnamed parameters.

The number flag and the list item content for each list item are unnammed parameters.

Parameter Name Required Description Values
columns no Number of columns to display the items in. Defaults to 1. Number
halfbackground no If set to any value then every second item line has a background to allow easy eye sighting across the list. Any non blank value.
prefix no Text to appear before the number. Defaults to nothing. Any optionally linked text.
suffix no text to appear after the number. Defaults to nothing. Any optionally linked text.
skip no Set to any value to skip numbers if an item has a duplicate ranking to the previous item. The number is incremented but not displayed. Defaults to no skipping and reuse of the previous number. Any non blank value.
numberwidth no The percentage width to allocate to the list item number within the list item. Defaults to 15. Any number from 0 to 100.
numberheading no The heading to be displayed over the first column, of automatically generated numbers. Almost any wikitext. May include wiki table markup.
tablewidth no The percentage width to allocate to the table relative to the displayed page. Default is to minimise width. Any number from 0 to 100.
columnwidth1 no The percentage width to allocate to each field within the list item if there is more than one field. Columnwidth1 defaults to (100 - numberwidth) if not provided. Can be up to 5 fields. The sum of numberwidth and columnwidth1 through columnwidth5 should be 100. Any number from 0 to 100.
heading1 no The heading to be displayed over each column of fields within the list item. Almost any wikitext. may include wiki table markup, for example align=center {{!}} '''Field Heading'''giving
Field Heading
startat no The start number for the first list item. Is set then causes formatting of the list to allow list to appear as a seemless continuation of a previous list. Defaults to 1 and no continuation formatting of the list. Any number.
numberflag1 no Unnamed parameter. The flag to indicate the level and type of numbering required. Up to 50. Must be paired with listitemcontent1.
Flag Effect
# 1
2
3
etc.
(Parameter value left blank.) Indicates a duplicate ranking or numbering at the # level. Behaviour is defined by the skip parameter.
#.# 1.1
1.2
1.3
etc.
#. Indicates a duplicate ranking or numbering at the #.# level. Behaviour is defined by the skip parameter.
#.#.# 1.1.1
1.1.2
1.1.3
etc.
#.#. Indicates a duplicate ranking or numbering at the #.#.# level. Behaviour is defined by the skip parameter.
Text == one of the 6 flag values.
listitemcontent1 no Unnamed parameter. The content of the list item. Up to 5 fields of data can be provided. To provide more than one field use standard wikitable syntax BUT replace single and double pipes with {{!}} and {{!!}} respectively. Up to 50. If there is more than one field in the list item then columnwidths must be set for each field. Nearly any wikimarked text.
continued no If set to any value then causes the formatting of the list to allow the list to be seemlessly followed by another list.

Notes for template editors rætta

Wiki function parser limit rætta

This template relies on on a sub template {{colevel/count things}}. The {{colevel/count things}} template reaches one or more nested function depth limits, and is extensively coded to get around this problem. It is probably not viable to increase the number of list items processable by this template unless the {{colevel/count things}} template's algorithm can be completely redesigned to use a much flatter structure.

Structure of template call relationships rætta

Sub calls rætta

{{autonumbered list}}
{{colevel/headings}} {{colevel/item set}}

Para calls rætta

{{colevel/item set}} {{colevel/find last}}
{{autonumbered list/number}} {{colevel/count things}}
{{colevel/column style}}
{{colevel/headings}} {{colevel/column style}}

References rætta

  1. Notícia do 110º aniversário de Marie-Jeanne Faure-Geors
  2. Notícia do 110º aniversário de Doris Nash
  3. 3.0 3.1 3.2 3.3 3.4 http://www.grg.org/Adams/E.HTM tabela EE da GRG
  4. Notícia do 110º aniversário de Juanita Elliott
  5. Notícia do 110º aniversário de Michalina Wasilewska
  6. Notícia do 110º aniversário de Salome Korn
  7. Notícia do 110º aniversário de Anthone Phipps
  8. Notícia do 110º aniversário de Alwine Werner
  9. Notícia do 110º aniversário de Rosa Wilkes
  10. Notícia do 110º aniversário de Andrew Hatch
  11. Notícia de Kate Lowenthal com 110 anos
  12. Notícia do 110º aniversário de Elsie Freeman
  13. Notícia do 110º aniversário de Marcelle Narbonne (Franskt)
  14. http://www.ottawacitizen.com/Family+fêtes+long+life+filled+with+love/1368243/story.html Notícia do 111º aniversário de Eufrozyna Kaminski]
  15. Notícia de Teresa Dosaigües com 110 anos
  16. http://www.jpost.com/servlet/Satellite?cid=1192380711167&pagename=JPost/JPArticle/ShowFull
  17. [1]
  18. Notícia do 111º aniversário de Ronnie Fairbanks
  19. Notícia de Ruby Muhammad com 111 anos
  20. Notícia do 134º aniversário de Moloko Temo
  21. Notícia do 129º aniversário de Maria Olívia da Silva
  22. G1- "Uzbequistão diz ter a mulher mais velha do mundo"
  23. Notícia da Agência Cubana de Notícias sobre Juana B. C. Rodríguez
  24. Notícia sobre Ida Stewart
  25. 25.0 25.1 [http://noticias.uol.com.br/ultnot/efe/2008/10/07/ult1766u28235.jhtm
  26. [2]
  27. Notícia de Ana Maria Pérez González com 117 anos
  28. Notícia do 117º aniversário de Amai Cering
  29. http://notizie.virgilio.it/gallery/la_giornata_mondiale_dei_guinness.html,zoom=245681.html
  30. Notícia do 117º aniversário de María Díaz Cortés
  31. Notícia do 116º aniversário de Rebecca Lanier
  32. [3]
  33. Notícia do 115º aniversário de Richard Washington
  34. [4]
  35. Tudor, Paula Anastasia (2007-07-15). "Cel mai bătrăn bărbat din lume" (in Romanian). Jurnalul National. http://www.jurnalul.ro/articole/97273/cel-mai-batran-barbat-din-lume. 
  36. MacBeath, Manuel Mora. "Vive 3 siglos". Periódico AM. http://www.am.com.mx/Nota.aspx?ID=225866&strPlaza=Leon&IDPlaza=1. 
  37. elespacio.com.co
  38. Notícia do 112º aniversário de Susan Middleton
  39. Notícia do 112º aniversário de Melinda Harris
  40. Notícia do 112º aniversário de Katerina Heyman
  41. do 110º aniversário de John Ross
  42. Notícia do 110º aniversário de Fannie Buten
  43. Notícia do 110º aniversário de Elizabeth Buhler
  44. Notícia do 110º aniversário de Maude Buckley
  45. Notícia do 110º aniversário de Pearl Lutzko
  46. Notícia do 110º aniversário de Mildred JaMais
  47. Notícia do 110º aniversário de Elspeth Wood
  48. Notícia do 110º aniversário de Anna Pendley
  49. Notícia do 110º aniversário de Santa Gennari
  50. Notícia do 110º aniversário de Hillard Hudson
  51. Notícia do 110º aniversário de Margaret Fish