Edge Rewrite
// HTMLRewriter · presentation

This page was redesigned at the edge.

Cloudflare fetched the original article and streamed it through HTMLRewriter to apply an entirely new visual system without rebuilding the source page.

Jump to content

Template:Cslist/doc

From Wikipedia, the free encyclopedia

The "cslist" (comma-separated list) template allows editors to create a horizontal list similar to Template:Hlist, but using comma separators instead of mid-dots.

  • The template has an optional |semi=, which when set will use a semicolon as separator instead of a comma.
  • The template has an optional |oxford=, which when set will generate a list that says and before the last item.

It calls Module:Cslist to process an arbitrary number of list items and generate the list.

The unordered list which is generated is good for accessibility, and is intended as an alternative to {{hlist}}. For use in article prose instead of tables and infoboxes, use the |oxford= parameter.

Examples

[edit]
  • {{cslist|first item|second item|third item|etc}}
  • first item
  • second item
  • third item
  • etc
  • {{cslist|first item|second item|third item|etc|semi=true}}
  • first item
  • second item
  • third item
  • etc
  • {{cslist|first item|second item|third item|oxford=true}}
  • first item
  • second item
  • third item
  • {{cslist|first item|second item|oxford=true}}
  • first item
  • second item

See also

[edit]