Difference between revisions of "Template:Unbulleted list"

From Ava Zinn Wiki
Jump to: navigation, search
[unchecked revision][unchecked revision]
m
(This needs to return absolutely nothing if the three parameters are missing or blank, and simplify logic)
Line 1: Line 1:
<ul style="list-style:none;padding:0px;margin:0px"><li>{{{1|}}}{{#if:{{{1|}}}|{{#if:{{{2|}}}{{{3|}}}|</li><li>}}}}{{{2|}}}{{#if:{{{2|}}}|{{#if:{{{3|}}}|</li><li>}}}}{{{3|}}}</li></ul>
+
{{#if:{{{1|}}}{{{2|}}}{{{3|}}}|<ul style="list-style:none; padding:0px; margin:0px">{{#if:{{{1|}}}|<li>{{{1}}}</li>}}{{#if:{{{2|}}}|<li>{{{2}}}</li>}}{{#if:{{{3|}}}|<li>{{{3}}}</li>}}</ul>}}

Revision as of 14:15, 26 May 2010