Difference between revisions of "Template:Libull/doc"

From blackwiki
Jump to navigation Jump to search
imported>SMcCandlish
(→‎Redirects: readability)
imported>SMcCandlish
(→‎Usage: recode example)
Line 7: Line 7:
 
Example:
 
Example:
  
{{ulist}}
+
{{ulist|1=
{{libull|1=An unordered list item}}
+
  {{libull|1=An unordered list item}}
{{libull|1=Another unordered list item}}
+
  {{libull|1=Another unordered list item}}
{{!ulist}}
+
}}
  
 
==Tech note==
 
==Tech note==

Revision as of 11:56, 17 October 2011

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:

Template:Ulist

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