n/a – Template
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "<tt>([^ =]+)<\/tt>" to "{{hl|$1}}") |
Lou Montana (talk | contribs) m (Fix style attribute) |
||
Line 1: | Line 1: | ||
<includeonly>class="na-cell" style="{{{style | <includeonly>class="na-cell"{{#if:{{{style|}}}|<nowiki/> 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: | {{Feature | important | This template has to be ''inside'' a table cell, e.g: |
Revision as of 15:32, 16 March 2022
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}}}