Difference between revisions of "Template:Unbulleted list"
Jump to navigation
Jump to search
imported>Pigsonthewing m |
imported>Plastikspork (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"> | + | {{#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>}} |