Template:,

From sona pona, the Toki Pona wiki

,

Documentation[edit source]

Inserts a serial comma that can be shown or hidden using CSS. For example:

France, Italy{{,}} and Spain

CSS[edit source]

To show serial commas, add this to Special:MyPage/common.css:

.serial-comma { display: inline; }

To hide serial commas, add this to Special:MyPage/common.css:

.serial-comma { display: none; }