Difference between revisions of "Template:Unbulleted list/doc"

From Ava Zinn Wiki
Jump to: navigation, search
[unchecked revision][unchecked revision]
m (Example: 9)
m (+)
Line 2: Line 2:
 
<!-- PLEASE ADD CATEGORIES AND INTERWIKIS AT THE BOTTOM OF THIS PAGE -->
 
<!-- PLEASE ADD CATEGORIES AND INTERWIKIS AT THE BOTTOM OF THIS PAGE -->
  
This template is used (primarily in infoboxes) to create unbulleted lists using the correct HTML mark-up. Up to nine entries are supported.
+
This template is used (primarily in infoboxes) to create unbulleted lists using the correct HTML mark-up using CSS to hide the bullets. Up to nine entries are supported.
  
 
== Usage ==
 
== Usage ==

Revision as of 19:27, 26 May 2010

This template is used (primarily in infoboxes) to create unbulleted lists using the correct HTML mark-up using CSS to hide the bullets. Up to nine entries are supported.

Usage

{{Unbulleted list|entry1|entry2|entry3}}

Example

Code Result
{{Unbulleted list|entry1|entry2|entry3|entry4|entry5|entry6|entry7|entry8|entry9}}
  • entry1
  • entry2
  • entry3
  • entry4
  • entry5
  • entry6
  • entry7
  • entry8
  • entry9
{{Unbulleted list| |entry2|entry3}}
  • entry2
  • entry3
{{Unbulleted list|entry1| |entry3}}
  • entry1
  • entry3
{{Unbulleted list|entry1|entry2| }}
  • entry1
  • entry2
{{Unbulleted list|entry1| | }}
  • entry1
{{Unbulleted list| |entry2| }}
  • entry2
{{Unbulleted list| | |entry3}}}
  • entry3
{{Unbulleted list| | | }}}

See also