Template:No/doc
ShoutWiki — express yourself and be heard!
Jump to navigation
Jump to search
Insert text into a table cell with a red background
Use[edit source]
{{No|text|align=alignment|style=styling}}
- text
- (optional, default: No) wikitext to insert
- alignment
- (optional, default: center) alignment of the text within the cell; a short-cut for the CSS
text-align
property - styling
- (optional) additional CSS to apply to the table cell; any additional in-line styling must use this parameter rather than trying to use in-line styles directly
Omit named parameters to obtain their defaults.
Example[edit source]
{| class="wikitable" ! Doom |- | {{No}} |}
produces
Doom |
---|
No |