Template:Css-style/doc
Jump to navigation
Jump to search
This is a documentation subpage for Template:Css-style. It contains usage information, categories and other content that is not part of the original template page. |
Usage
The template {{css-style}} is used to specify a CSS text style for a span of text.
Parameters
- A sequence of CSS style attributes, separated by semicolons.
- The text.
Examples
- Text in purple
- Wikitext:
I saw {{css-style|color:purple|a tantalizing bunch of grapes}} bungling over my head.
- Result:
- I saw a tantalizing bunch of grapes bungling over my head.
- Text in Roman font
- Wikitext:
Inscribed were the letters {{css-style|font-family:Roman;font-size:112%|R.I.P.}}
- Result:
- Inscribed were the letters R.I.P.
- Overlined text
- Wikitext:
The pattern {{css-style|text-decoration:overline|xxoxox}} occurred twice
- Result:
- The pattern xxoxox occurred twice.