Difference between revisions of "Template:Libull"

From blackwiki
Jump to navigation Jump to search
imported>SMcCandlish
(moving dox)
imported>SMcCandlish
(suppress only the MW-generated image)
Line 1: Line 1:
<li class="cplist-uli" style="list-style:{{{type|none}}};">{{lidot
+
<li class="cplist-uli" style="list-style-image: none; list-style-type:{{{type|none}}};">{{lidot
 
|color={{{color|inherit}}}
 
|color={{{color|inherit}}}
 
}}<span class="cplist-li-text">{{{1}}}</span></li><noinclude>
 
}}<span class="cplist-li-text">{{{1}}}</span></li><noinclude>

Revision as of 22:36, 5 September 2016

  •   {{{1}}}
  • Template documentation[view] [edit] [history] [purge]

    Usage

    This template, {{libull}} (for "list item, bulleted") is part of the system of templates for copy-pasteable lists. It may be used inside {{unbulleted list}} to provide a bullet, automatically spaced for you, in front of an item in an unordered list.

    Example:

    •   An unordered list item
    •   Another unordered list item

    Tech note

    This template uses list-style-image: none to suppress MedaWiki's auto-generated blue bullet image, and list-style-type: none to prevent the auto-generation of the default HTML bullet, which is not copy-pasteable either, then replaces them with a copy-pasteable (and scaleable!) text bullet generated by the {{lidot}} meta-template.

    See also

    Template:Olist/see-also