Memories:Template:pc-maybe
style="background-color:#ffff90;text-align:center;vertical-align:middle;" class="table-yes"|maybe
Parameters
Creates a table cell indicating a 'maybe' 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:
maybe |
{| | {{Memories:Template:pc-maybe}} |}
Full example:
header 1 | header 2 | header 3 |
---|---|---|
text | text | text |
text | conditional | text |
text | text | text |
{| class="wikitable" !header 1 !! header 2 !! header 3 |- |text || text || text |- |text || {{Memories:Template:pc-maybe|conditional|align=right|style=background-color:silver}} || text |- |text || text || text |}