No edit summary |
(Undo revision 4552 by AngelinaBelle (talk)) |
||
(23 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
<!-- can | <!-- 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|}}}|<{{{1}}}>|}} | {{#if: {{{1|}}}|<ul {{#if:{{{lc|}}}|class="{{{lc|}}}"}} style="{{{ls|}}}"> | ||
{{{2|}}} | <li {{#if: {{{lic|}}}{{{fic|}}}|class="{{{lic|}}} {{{fic|}}}" |}} style="{{{lis|}}} {{{fis|}}}">{{{1}}}</li>|}}<!-- | ||
{{#if: {{{2|}}}|</{{{1}}}>|}} | -->{{#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] [ ] 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
The above documentation is transcluded from Template:Styled list/doc. (edit | history) Editors can experiment in this template's sandbox (create) and testcases (create) pages. Please add categories and interwikis to the /doc subpage. Subpages of this template. |