Template:Unbulleted list: Difference between revisions
From Zoophilia Wiki
Jump to navigationJump to search
meta>Pigsonthewing mNo edit summary |
meta>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>}} |