Memories:Template:pc-maybe: Difference between revisions
Jump to navigation
Jump to search
Created page with "<onlyinclude>style="background-color:#ffff90;text-align:{{{align|center}}};vertical-align:middle;{{{style|}}}" class="table-yes"|{{{1|maybe}}}</onlyinclude> {{documentation}}" |
(No difference)
|
Latest revision as of 05:25, 4 November 2021
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 |}