Template:Styled list: Difference between revisions From Online Manual

Jump to: navigation, search
No edit summary
(Undo revision 4552 by AngelinaBelle (talk))
 
(18 intermediate revisions by the same user not shown)
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 classed and styled list with up to 15 items. This can rely on defined classes, and also on passed-in styles-->
{{#if: {{{1|}}}|<ul class="inline_list"><li class="first" style="{{{lis|}}} {{{fis|}}}">{{{1}}}</li>|}}
{{#if: {{{1|}}}|<ul {{#if:{{{lc|}}}|class="{{{lc|}}}"}} style="{{{ls|}}}">
{{#if: {{{1|}}}|</ul>|}}
<li {{#if: {{{lic|}}}{{{fic|}}}|class="{{{lic|}}} {{{fic|}}}" |}}  style="{{{lis|}}} {{{fis|}}}">{{{1}}}</li>|}}<!--
-->{{#if: {{{2|}}}|
<li {{#if: {{{lic|}}}|class="{{{lic|}}}"|}}} style="{{{lis|}}}">{{{2}}}</li>}}<!--
-->{{#if: {{{3|}}}|
<li {{#if: {{{lic|}}}|class="{{{lic|}}}"|}}} style="{{{lis|}}}">{{{3}}}</li>}}<!--
-->{{#if: {{{4|}}}|
<li {{#if: {{{lic|}}}|class="{{{lic|}}}"|}}} style="{{{lis|}}}">{{{4}}}</li>}}<!--
-->{{#if: {{{5|}}}|
<li {{#if: {{{lic|}}}|class="{{{lic|}}}"|}}} style="{{{lis|}}}">{{{5}}}</li>}}<!--
-->{{#if: {{{6|}}}|
<li {{#if: {{{lic|}}}|class="{{{lic|}}}"|}}} style="{{{lis|}}}">{{{6}}}</li>}}<!--
-->{{#if: {{{7|}}}|
<li {{#if: {{{lic|}}}|class="{{{lic|}}}"|}}} style="{{{lis|}}}">{{{7}}}</li>}}<!--
-->{{#if: {{{8|}}}|
<li {{#if: {{{lic|}}}|class="{{{lic|}}}"|}}} style="{{{lis|}}}">{{{8}}}</li>}}<!--
-->{{#if: {{{9|}}}|
<li {{#if: {{{lic|}}}|class="{{{lic|}}}"|}}} style="{{{lis|}}}">{{{9}}}</li>}}<!--
-->{{#if: {{{10|}}}|
<li {{#if: {{{lic|}}}|class="{{{lic|}}}"|}}} style="{{{lis|}}}">{{{10}}}</li>}}<!--
-->{{#if: {{{11|}}}|
<li {{#if: {{{lic|}}}|class="{{{lic|}}}"|}}} style="{{{lis|}}}">{{{11}}}</li>}}<!--
-->{{#if: {{{12|}}}|
<li {{#if: {{{lic|}}}|class="{{{lic|}}}"|}}} style="{{{lis|}}}">{{{12}}}</li>}}<!--
-->{{#if: {{{13|}}}|
<li {{#if: {{{lic|}}}|class="{{{lic|}}}"|}}} style="{{{lis|}}}">{{{13}}}</li>}}<!--
-->{{#if: {{{14|}}}|
<li {{#if: {{{lic|}}}|class="{{{lic|}}}"|}}} style="{{{lis|}}}">{{{14}}}</li>}}<!--
-->{{#if: {{{15|}}}|
<li {{#if: {{{lic|}}}|class="{{{lic|}}}"|}}} style="{{{lis|}}}">{{{15}}}</li>}}<!--
-->{{#if: {{{16|}}}|
<li {{#if: {{{lic|}}}|class="{{{lic|}}}"|}}} style="{{{lis|}}}; color: red">Warning: too many items</li>}}<!--
-->{{#if: {{{1|}}}|</ul>|}}<noinclude>{{Documentation}}</noinclude>

Latest revision as of 15:01, 8 March 2011

[edit] [purge] Template documentation

This template is designed to produce stylable list of up to 15 items, with a left-border "separator" In its simplest form, it is

{{Styled list|a|b|c|d|e|f|g}}

Which produces

  • a
  • b
  • c
  • d
  • e
  • f
  • g

Passing parameter 16 will produce an error message.

In addition to the unnamed parameters, this template can take the following parameters for class and style:

  • lc list class
  • lic list item class
  • fic first item class
  • ls list style= content
  • lis list item style= content
  • fis first list item style= content


Advertisement: