Memories:Template:pc-no/doc
Jump to navigation
Jump to search
This is a documentation subpage for Memories:Template:pc-no. It contains usage information, categories and other content that is not part of the original Memories page. |
Parameters
Creates a table cell indicating a 'no' option.
Parameter | Description | Type | Status | |
---|---|---|---|---|
cell text | 1 | The text to display in the cell.
| String | optional |
horizontal alignment | align | Horizontal alignment for the cell text.
| String | optional |
additional styling | style | Additional inline CSS styles to apply to the cell.
| String | optional |
Examples
Minimal example:
no |
{| | {{Memories:Template:pc-no}} |}
Full example:
header 1 | header 2 | header 3 |
---|---|---|
text | text | text |
text | X | text |
text | text | text |
{| class="wikitable" !header 1 !! header 2 !! header 3 |- |text || text || text |- |text || {{Memories:Template:pc-yes|X|align=right|style=background-color:black;color:white}} || text |- |text || text || text |}