Template:•: Difference between revisions

From Avisynth wiki
Jump to navigationJump to search
m 1 revision
 
Raffriff42 (talk | contribs)
m Category:Format_templates
 
Line 11: Line 11:
* <tt>last=</tt> if non-empty, the separator bullet is not generated (optional, by default empty: the separator is displayed)
* <tt>last=</tt> if non-empty, the separator bullet is not generated (optional, by default empty: the separator is displayed)


[[Category:Format_templates]]
</noinclude>
</noinclude>

Latest revision as of 02:23, 14 December 2015

{{#if:|| ·}}


Used to build a horizontal list of items, separated by small bullets, so that each item will fit on the same line along with its possible final separator, without wrapping. This template is typically used to format an item with link.

Syntax:
  • {{•|1=text}}
  • {{•|1=text|last=1}}
Parameters:
  • 1= text to display (optional, empty by default)
  • last= if non-empty, the separator bullet is not generated (optional, by default empty: the separator is displayed)