Template:Styled list: Difference between revisions From Online Manual

Jump to: navigation, search
No edit summary
(15 items and style)
Line 1: Line 1:
<!-- This template is to produce a horizontal list with up to 15 items. It would be better to have some CSS to define the styles, but, for now, we pass in inline styles to do the styling-->
<!-- This template is to produce a horizontal list with up to 15 items. It would be better to have some CSS to define the styles, but, for now, we pass in inline styles to do the styling-->
{{#if: {{{1|}}}|<ul class="inline_list"><li class="first" style="{{{lis|}}} {{{fis|}}}">{{{1}}}</li>|}}
{{#if: {{{1|}}}|<ul class="inline_list"><li class="horizontal first" style="{{{lis|}}} {{{fis|}}}">{{{1}}}</li>|}}
{{#if: {{{2|}}}|<li class="horizontal" style="{{{lis|}}}">{{{2}}}</li>}}
{{#if: {{{3|}}}|<li class="horizontal" style="{{{lis|}}}">{{{3}}}</li>}}
{{#if: {{{4|}}}|<li class="horizontal" style="{{{lis|}}}">{{{4}}}</li>}}
{{#if: {{{5|}}}|<li class="horizontal" style="{{{lis|}}}">{{{5}}}</li>}}
{{#if: {{{6|}}}|<li class="horizontal" style="{{{lis|}}}">{{{6}}}</li>}}
{{#if: {{{7|}}}|<li class="horizontal" style="{{{lis|}}}">{{{7}}}</li>}}
{{#if: {{{8|}}}|<li class="horizontal" style="{{{lis|}}}">{{{8}}}</li>}}
{{#if: {{{9|}}}|<li class="horizontal" style="{{{lis|}}}">{{{9}}}</li>}}
{{#if: {{{10|}}}|<li class="horizontal" style="{{{lis|}}}">{{{10}}}</li>}}
{{#if: {{{11|}}}|<li class="horizontal" style="{{{lis|}}}">{{{11}}}</li>}}
{{#if: {{{12|}}}|<li class="horizontal" style="{{{lis|}}}">{{{12}}}</li>}}
{{#if: {{{13|}}}|<li class="horizontal" style="{{{lis|}}}">{{{13}}}</li>}}
{{#if: {{{14|}}}|<li class="horizontal" style="{{{lis|}}}">{{{14}}}</li>}}
{{#if: {{{15|}}}|<li class="horizontal" style="{{{lis|}}}">{{{15}}}</li>}}
{{#if: {{{16|}}}|<li class="horizontal" style="{{{lis|}}}; color: red">Warning: excess items</li>}}}
{{#if: {{{1|}}}|</ul>|}}
{{#if: {{{1|}}}|</ul>|}}

Revision as of 15:12, 4 March 2011









}



Advertisement: