Difference between revisions of "Template:Color/doc"
From LFS Manual
Jump to navigationJump to search (two colors) |
|||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
<noinclude>{{documentation subpage}}</noinclude> | <noinclude>{{documentation subpage}}</noinclude> | ||
− | {{color|black}} | + | {{markup| |
+ | <nowiki>{{color|black}} | ||
{{color|gray}} | {{color|gray}} | ||
{{color|silver}} | {{color|silver}} | ||
Line 13: | Line 14: | ||
{{color|magenta}} | {{color|magenta}} | ||
{{color|purple}} | {{color|purple}} | ||
+ | {{color|#cf9cab}}</nowiki>|{{color|black}} | ||
+ | {{color|gray}} | ||
+ | {{color|silver}} | ||
+ | {{color|white}} | ||
+ | {{color|red}} | ||
+ | {{color|orange}} | ||
+ | {{color|yellow}} | ||
+ | {{color|green}} | ||
+ | {{color|turquoise}} | ||
+ | {{color|blue}} | ||
+ | {{color|magenta}} | ||
+ | {{color|purple}} | ||
+ | {{color|#cf9cab}}}}<!-- Template:Mra --> | ||
+ | |||
+ | == Two colors == | ||
+ | |||
+ | {{markup| | ||
+ | <nowiki>{{color|red|yellow}}</nowiki>|{{color|red|yellow}}}}<!-- Template:Mra --> | ||
<includeonly> | <includeonly> | ||
[[Category:Templates]] | [[Category:Templates]] | ||
</includeonly> | </includeonly> |
Latest revision as of 12:28, 27 July 2024
This is a documentation subpage for Template:Color.
It may contain usage information, categories and other content that is not part of the original page. |
Markup | Renders as |
---|---|
{{color|black}} {{color|gray}} {{color|silver}} {{color|white}} {{color|red}} {{color|orange}} {{color|yellow}} {{color|green}} {{color|turquoise}} {{color|blue}} {{color|magenta}} {{color|purple}} {{color|#cf9cab}} |
|
Two colors
Markup | Renders as |
---|---|
{{color|red|yellow}} |
|