Difference between revisions of "Template:Color/doc"

From LFS Manual
Jump to navigationJump to search
(Created page with "<noinclude>{{documentation subpage}}</noinclude> {{color|red}} <includeonly> Category:Templates </includeonly>")
 
(two colors)
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
<noinclude>{{documentation subpage}}</noinclude>
 
<noinclude>{{documentation subpage}}</noinclude>
  
 +
{{markup|
 +
<nowiki>{{color|black}}
 +
{{color|gray}}
 +
{{color|silver}}
 +
{{color|white}}
 
{{color|red}}
 
{{color|red}}
 +
{{color|orange}}
 +
{{color|yellow}}
 +
{{color|green}}
 +
{{color|turquoise}}
 +
{{color|blue}}
 +
{{color|magenta}}
 +
{{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 13:28, 27 July 2024

Information icon4.png 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}}