Difference between revisions of "Template:Libull/doc"

From blackwiki
Jump to navigation Jump to search
imported>SMcCandlish
(→‎Usage: recode example)
imported>Frietjes
(→‎Usage: testing a WP:LUA-based solution)
Line 7: Line 7:
 
Example:
 
Example:
  
{{ulist|1=
+
{{unbulleted list
  {{libull|1=An unordered list item}}
+
| {{libull|1=An unordered list item}}
  {{libull|1=Another unordered list item}}
+
| {{libull|1=Another unordered list item}}
 
}}
 
}}
  

Revision as of 16:02, 13 November 2013

Usage

This template, {{libull}} (for "list item, bulleted") is part of the system of templates for copy-pasteable lists. It is used inside {{ulist}} to provide a bullet, automatically spaced for you, in front of an item in an unordered list. For complex content, it has a two-part start and end tag version, {{libull-}} and {{!libull}}.

Example:

  •   An unordered list item
  •   Another unordered list item

Tech note

This template uses list-style instead of the more specific list-style-type because of MediaWiki bug 31746. What that's fixed, the template should be, too.

Redirects

See also

Template:Olist/see-also