Difference between revisions of "Template:Unbulleted list"

From Austin Improv Community Wiki
(Undo revision 35 by Hujhax (talk) -- moves the UL style setting to CSS.)
m (added documentation)
Line 1: Line 1:
<noinclude>
== Usage ==
This template formats sets of items into an unbulleted list.  It accepts up to fifty items.
So, for example, this:
<pre>
{{Unbulleted list|a|b|c|[[Main Page]]}}
</pre>
becomes this:
{{Unbulleted list|a|b|c|[[Main Page]]}}
Also, if you know CSS styles, you can also set the list's "ul style" and "li style" via the properties "ul style" and "li style".
</noinclude>
{{#if:{{{1|}}}{{{2|}}}{{{3|}}}{{{4|}}}{{{5|}}}{{{6|}}}{{{7|}}}{{{8|}}}{{{9|}}}{{{10|}}}{{{11|}}}{{{12|}}}{{{13|}}}{{{14|}}}{{{15|}}}{{{16|}}}{{{17|}}}{{{18|}}}{{{19|}}}{{{20|}}}{{{21|}}}{{{22|}}}{{{23|}}}{{{24|}}}{{{25|}}}{{{26|}}}{{{27|}}}{{{28|}}}{{{29|}}}{{{30|}}}{{{31|}}}{{{32|}}}{{{33|}}}{{{34|}}}{{{35|}}}{{{36|}}}{{{37|}}}{{{38|}}}{{{39|}}}{{{40|}}}{{{41|}}}{{{42|}}}{{{43|}}}{{{44|}}}{{{45|}}}{{{46|}}}{{{47|}}}{{{48|}}}{{{49|}}}{{{50|}}}|<div class="plainlist"><ul style="{{{ul_style|}}}"><!--
{{#if:{{{1|}}}{{{2|}}}{{{3|}}}{{{4|}}}{{{5|}}}{{{6|}}}{{{7|}}}{{{8|}}}{{{9|}}}{{{10|}}}{{{11|}}}{{{12|}}}{{{13|}}}{{{14|}}}{{{15|}}}{{{16|}}}{{{17|}}}{{{18|}}}{{{19|}}}{{{20|}}}{{{21|}}}{{{22|}}}{{{23|}}}{{{24|}}}{{{25|}}}{{{26|}}}{{{27|}}}{{{28|}}}{{{29|}}}{{{30|}}}{{{31|}}}{{{32|}}}{{{33|}}}{{{34|}}}{{{35|}}}{{{36|}}}{{{37|}}}{{{38|}}}{{{39|}}}{{{40|}}}{{{41|}}}{{{42|}}}{{{43|}}}{{{44|}}}{{{45|}}}{{{46|}}}{{{47|}}}{{{48|}}}{{{49|}}}{{{50|}}}|<div class="plainlist"><ul style="{{{ul_style|}}}"><!--
   -->{{#if:{{{1|}}}|<li style="{{{li_style|}}}{{{li_style1|}}}">{{{1}}}</li>}}<!--
   -->{{#if:{{{1|}}}|<li style="{{{li_style|}}}{{{li_style1|}}}">{{{1}}}</li>}}<!--

Revision as of 01:44, 10 April 2013

Usage

This template formats sets of items into an unbulleted list. It accepts up to fifty items.

So, for example, this:

{{Unbulleted list|a|b|c|[[Main Page]]}}

becomes this:




Also, if you know CSS styles, you can also set the list's "ul style" and "li style" via the properties "ul style" and "li style".



Template:Documentation