n/a – Template
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Fix template) |
Lou Montana (talk | contribs) m (Text replacement - "\{\{( *)Important( *)\|" to "{{$1Feature$2|$2important$2|") |
||
Line 1: | Line 1: | ||
<includeonly>class="na-cell" style="{{{style|}}}" | {{{1|N/A}}}</includeonly><noinclude> | <includeonly>class="na-cell" style="{{{style|}}}" | {{{1|N/A}}}</includeonly><noinclude> | ||
Fills ''a table '''cell''''' in grey, with N/A text by default. | Fills ''a table '''cell''''' in grey, with N/A text by default. | ||
{{ | {{Feature | important | This template has to be ''inside'' a table cell, e.g: | ||
{{{!}} | {{{!}} |
Revision as of 02:11, 7 February 2021
Fills a table cell in grey, with N/A text by default.
Usage
{{n/a|text|style}}
- text: (Optional, default "N/A")
- style: (Optional, default "". Named parameter only) additional CSS (e.g font-weight: bold)
Code | Result |
---|---|
{{n/a}} | N/A |
{{n/a|abc}} | abc |
{{n/a|style=font-size: 2em; font-weight: bold;text-align: right|wabbit}} | wabbit |
Source
class="na-cell" style="{{{style|}}}" | {{{1|N/A}}}