Template:Red
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
Usage
edit- My
text.{{red|color}}
- Produces
- My color text.
The template writes the code: <span style="color:red;">Example text</span>.
Instead of "red" you can set another color with the optional 2nd parameter, but it should be similar to red.
- Examples
{{red|'''Example text'''}}
- becomes Example text
{{red|Example text|goldenRod}}
- becomes Example text
{{red|''Example text''|#FF0033}}
- becomes Example text
{{red|'''''Example text'''''|RGB(144,16,128)}}
- becomes Example text