Template:Color/doc: Difference between revisions

From Elwiki
m (Ritsu moved page Template:Color/doc to Doc:Template:Color)
m (Ritsu moved page Doc:Template:Color to Template:Color/doc over redirect)
 
(2 intermediate revisions by the same user not shown)
Line 7: Line 7:
*<nowiki>{{color|textcolor|bgcolor|</nowiki>'''text'''<nowiki>}}</nowiki> - content (second or third parameter, depending on whether '''bgcolor''' was provided)
*<nowiki>{{color|textcolor|bgcolor|</nowiki>'''text'''<nowiki>}}</nowiki> - content (second or third parameter, depending on whether '''bgcolor''' was provided)
*'''size''' - size of the font in pixels
*'''size''' - size of the font in pixels
*'''link''' - if '''1''' provided, creates a local link from the '''content''' provided. Any other parameter creates a local link from the '''link''' parameter itself.
*'''link''' - if '''1''' provided, creates a local link from the '''content''' provided. Any other parameter creates a local link from the '''link''' parameter itself (using normal markup still works)
*'''b''' - if '''1''', apply bold style
*'''b''' - if '''1''', apply bold style (using normal markup still works)
*'''i''' - if '''1''', apply italic style
*'''i''' - if '''1''', apply italic style (using normal markup still works)
*'''class''' - extra class name for the <nowiki><span></nowiki> element


== Examples ==
== Examples ==

Latest revision as of 17:10, 24 August 2022

Usage

{{color|textcolor|bgcolor|text|link=1/link|size=number|b=1|i=1}}

Parameters

(colors accept any CSS3 colors)

  • {{color|textcolor|bgcolor|text}} - color of the text (first parameter)
  • {{color|textcolor|bgcolor|text}} - color of the background (second parameter)
  • {{color|textcolor|bgcolor|text}} - content (second or third parameter, depending on whether bgcolor was provided)
  • size - size of the font in pixels
  • link - if 1 provided, creates a local link from the content provided. Any other parameter creates a local link from the link parameter itself (using normal markup still works)
  • b - if 1, apply bold style (using normal markup still works)
  • i - if 1, apply italic style (using normal markup still works)
  • class - extra class name for the <span> element

Examples

{{color|teal|Lorem ipsum}}

result: Lorem ipsum

{{color|white|teal|Lorem ipsum}}

result: Lorem ipsum

{{color|teal|Lorem ipsum|b=1|i=1}}

result: Lorem ipsum

{{color|teal|Lorem ipsum|size=25}}

result: Lorem ipsum

{{color|purple|Aisha|link=1}}

result: Aisha

{{color|purple|Genius Magician|link=Aisha}}

result: Genius Magician