Difference between revisions of "Template:Magenta/doc"

From blackwiki
Jump to navigation Jump to search
imported>Dpleibovitz
(Added see also section)
imported>Andrybak
 
(3 intermediate revisions by 3 users not shown)
Line 3: Line 3:
  
 
== Usage ==
 
== Usage ==
My <code>{{tlx|magenta|color}}</code> text. Produces:
+
My {{tlx|magenta|color}} text. Produces:
  
 
My {{magenta|color}} text.
 
My {{magenta|color}} text.
 +
 +
== Template data ==
 +
{{TemplateDataHeader}}
 +
<TemplateData>
 +
{
 +
        "description": "This template changes the color of any supplied text to magenta",
 +
        "params": {
 +
                "1": {
 +
                        "label": "Text",
 +
                        "description": "The text that should be colored magenta.",
 +
                        "type": "string",
 +
                        "required": true
 +
                }
 +
        }
 +
}
 +
</TemplateData>
  
 
== See also ==
 
== See also ==
*{{tl|aquaC}}
+
{{Text color templates see also}}
*{{tl|black}}
 
*{{tl|blue}}
 
*{{tl|brown}}
 
*{{tl|cyan}}
 
*{{tl|fuchsia}}
 
*{{tl|goldC}}
 
*{{tl|green}}
 
*{{tl|grey}}
 
*{{tl|lime}}
 
*{{tl|maroon}}
 
*{{tl|navyC}}
 
*{{tl|olive}}
 
*{{tl|orangeC}}
 
*{{tl|pinkC}}
 
*{{tl|purple}}
 
*{{tl|red}}
 
*{{tl|teal}}
 
*{{tl|white}}
 
*{{tl|yellow}}
 
  
<includeonly><!--
+
<includeonly>{{Sandbox other||<!--
 
++++ PLEASE ADD CATEGORIES AND INTERWIKIS BELOW THIS LINE, INSIDE INCLUDEONLY TAGS, THANK YOU. -->
 
++++ PLEASE ADD CATEGORIES AND INTERWIKIS BELOW THIS LINE, INSIDE INCLUDEONLY TAGS, THANK YOU. -->
  
Line 37: Line 34:
 
<!-- interwiki -->
 
<!-- interwiki -->
  
</includeonly>
+
}}</includeonly>

Latest revision as of 17:19, 30 March 2020

Usage

My {{magenta|color}} text. Produces:

My color text.

Template data

This is the TemplateData documentation for this template used by VisualEditor and other tools; see the monthly parameter usage report for this template.

TemplateData for Magenta

This template changes the color of any supplied text to magenta

Template parameters

ParameterDescriptionTypeStatus
Text1

The text that should be colored magenta.

Stringrequired

See also

Template:Text color templates see also