টেমপ্লেট:Outline color/নথি

উইকিপিডিয়া, মুক্ত বিশ্বকোষ থেকে

Description[সম্পাদনা]

This template displays text with a colored outline. It's basic use is thus: {{outline color|This text is outlined in gold}}, which comes out as: This text is outlined in gold

Other colors can be specified but the default is a gold 2px solid outline with no blending. An optional strength parameter also allows customised blending at three strength levels.

Usage[সম্পাদনা]

{{outline color|text}}

or

{{outline color|text|color}}

or

{{outline color|text|color|strength=1..3}}

নতুন দৃশ্যমান সম্পাদনা দ্বারা ব্যবহৃত টেমপ্লেটের জন্য টেমপ্লেটডাটা নথি।

Outline color শীর্ষ

Displays text with a colored outline.

টেমপ্লেট প্যারামিটার[টেমপ্লেটের উপাত্ত সম্পাদনা করুন]

প্যারামিটারবিবরণধরনঅবস্থা
Text1

The string to be outlined.

স্ট্রিংপ্রয়োজনীয়
Color2

The outline color. Can be specified as a named web color or the standard 6-digit or 3-digit hexadecimal codes. If this parameter is not specified a default value of #FFD700 is used which is gold.

পূর্বনির্ধারিত
#FFD700
স্ট্রিংঐচ্ছিক
Strength3

An optional parameter that in the range 1..3 allows the outline to be blended at customised strength levels. A value of 0 produces no outline. If this parameter is any other value, or is not specified, then the default option is a solid 2px outline with no blending which produces a strong outline

স্ট্রিংঐচ্ছিক

Usage[সম্পাদনা]

Examples ranging from solid 2px outline to no outline:

  • {{Outline color|Outline in default color}}
    Outline in default color
  • {{Outline color|Outline in #FF69B4|#FF69B4}}
    Outline in #FF69B4
  • {{Outline color|Outline in red|red}}
    Outline in red
  • {{Outline color|Outline in red|red|strength=3}}
    Outline in red
  • {{Outline color|Outline in red|red|strength=2}}
    Outline in red
  • {{Outline color|Outline in red|red|strength=1}}
    Outline in red
  • {{Outline color|Outline in red|red|strength=0}}
    Outline in red

Example showing outlining of bolded wikilink:

Example showing outlining of bolded wikilink with colored text:

  • [[Waikato Chiefs|<span style= "color:#ff0;">{{Outline color|'''Chiefs'''|red|strength=3}}</span>]]
    Chiefs

See also[সম্পাদনা]