Sjabloon:Sometimes: verschil tussen versies
(Nieuwe pagina aangemaakt met 'style="background: #b0c4de; color: black; vertical-align: middle; text-align: center; " class="partial table-partial"|{{{1|Sometimes}}}<noinclude>{{documentation}}...') |
k (1 versie) |
||
(Een tussenliggende versie door dezelfde gebruiker niet weergegeven) | |||
Regel 1: | Regel 1: | ||
− | style="background: #b0c4de; color: black; vertical-align: middle; text-align: center; " class="partial table-partial"|{{{1|Sometimes}}}<noinclude>{{documentation}} | + | <noinclude>{| class="wikitable" |
+ | |- | ||
+ | |</noinclude>style="background: #b0c4de; color: black; vertical-align: middle; text-align: center; " class="partial table-partial"|{{{1|Sometimes}}}<noinclude>{{documentation}} | ||
{{documentation|Template:Table cell templates/doc}}</noinclude> | {{documentation|Template:Table cell templates/doc}}</noinclude> |
Huidige versie van 25 jul 2013 om 11:17
Sometimes
[bewerken] [ ] Template documentation
For the text color template, see Template:Black.
The templates in this series are designed to be used in a table to make a cell with text in that cell, with an appropriately colored background. They are commonly used in comparison tables. For example, If you want to use other attributes for the table cells, e.g.
... !{{Yes}} ||{{No}} ||rowspan=2 {{n/a}} |- |colspan=2 {{Yes-No}} ... Templates
CodeCommon code to most if not all the templates in this series:
Code specific to this template:
To make a new table cell template you can use: {{subst:Table cell templates|text= default text |bg= background color |class= a class name without prefix |align= standard horizontal alignment}}
You should leave out the Add the new template to the table in the common documentation afterwards. Please consider reusing one of the other templates and please choose the color sensibly. If you find a table cell template that does not take a parameter and you want to be able to change the text in the cell, do not duplicate the template! Instead, edit the template and change the text to a default parameter substitution. For example, if a template's text is style="background: #abcdef; color: black; vertical-align: middle; text-align: center; " class="automatic table-automatic"| text Usage<templatedata>{ "description": "One of several templates for styling individual table cells with standard contents and colors.", "params": { "1": { "label": "text", "description": "text to be displayed instead of the default, if this doesn’t work put the text after the template, possibly with a vertical bar | in between", "type": "string", "default": "(template dependent)", "required": false }, "align": { "label": "horizontal align", "description": "text alignment inside the cell, either ‘left’, ‘right’, ‘center’ or ‘justified’", "type": "string", "default": "center", "required": false }, "style": { "label": "style", "description": "a semicolon separated list of additional CSS rules to be applied to the table cell", "type": "string", "required": false }, "color": { "label": "background color", "description": "a valid CSS color value or name to override the standard the cell background, only available with some templates", "type": "string", "default": "(template dependent)", "required": false } }}</templatedata> See also
Notes
|