n/a – Template
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Fix Source) |
Lou Montana (talk | contribs) m (Text replacement - "<code>" to "<code style="display: block">") |
||
(One intermediate revision by the same user not shown) | |||
Line 5: | Line 5: | ||
{{{!}} | {{{!}} | ||
{{!}} | {{!}} | ||
<code><nowiki>{| class="wikitable" | <code style="display: block"><nowiki>{| class="wikitable" | ||
! First Name !! Last Name | ! First Name !! Last Name | ||
|- | |- | ||
Line 19: | Line 19: | ||
{{!}}} | {{!}}} | ||
If put in a text paragraph, it results in | If put in a text paragraph, it results in {{hl|{{n/a}}}}.}} | ||
== Usage == | == Usage == | ||
<code>{{<nowiki/>n/a|'''''text'''''|'''''style'''''}}</code> | <code style="display: block">{{<nowiki/>n/a|'''''text'''''|'''''style'''''}}</code> | ||
* text: (Optional, default "N/A") | * text: (Optional, default "N/A") | ||
* style: (Optional, default "". Named parameter only) additional CSS (e.g {{hl|font-weight: bold}}) | * style: (Optional, default "". Named parameter only) additional CSS (e.g {{hl|font-weight: bold}}) |
Latest revision as of 11:53, 11 January 2023
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"{{#if:{{{style|}}}|<nowiki/> style="{{{style}}}"}} | {{{1|N/A}}}