Template:No/doc
- Description
This template helps insert a pre-formatted colored cell (no) into a wiki-table.
- Syntax
- Type
{{no|[other text than no] |align=[left,right,center,justify,inherit] |style=[optinal css style]}}at the beginning of a column pipe.
This only works with mediawiki tables.
Alignment
To align the text in the table a certain way, use the following parameters:
- left - Aligns the content to the left side.
- right - Aligns the content to the right side.
- center - Centers the content.
- justify - If possible, both the left and right sides are aligned by adjusting the width of the content. For example, the width of a line of text can be adjusted by varying the word spacing.
- inherit - The inherit keyword is used to specify that the value for this property should be taken from the parent element. If inherit is used with the root element, then the initial value for this property will be used.