Memories:Template:pc-no

From Campaigns
Jump to navigation Jump to search

style="background-color:#f99;text-align:center;vertical-align:middle;" class="table-no"|no

Documentation

Parameters

Creates a table cell indicating a 'no' option.

Template parameters[Edit template data]

This template prefers inline formatting of parameters.

ParameterDescriptionTypeStatus
cell text1

The text to display in the cell.

Default
no
Example
X
Stringoptional
horizontal alignmentalign

Horizontal alignment for the cell text.

Default
center
Example
right
Stringoptional
additional stylingstyle

Additional inline CSS styles to apply to the cell.

Default
(omitted)
Example
font-weight: bold
Stringoptional

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
|}