টেমপ্লেট:রঙ
অবয়ব
(টেমপ্লেট:Color থেকে পুনর্নির্দেশিত)
Usage
[সম্পাদনা]{{color|name of color or hex code of color|Text}}
For উদাহরণ:
{{color|red|Hello, world!}} results in Hello, world!
{{color|#00F000|Hello, world!}} results in Hello, world!
See w:Web colors#HTML color names for a list of colors.
Use {{color block|name of color or hex code of color|block content}} where the content to be colored extends over a number of paragraphs.
See also
[সম্পাদনা]There are individual (inline) templates for the most common colors and Web colors. Don't create more without a compelling reason:
- {{darkred}} (উদাহরণ)
- {{maroon}} (উদাহরণ)
- {{red}} (উদাহরণ)
- {{orange}} (উদাহরণ)
- {{yellow}} (উদাহরণ)
- {{lime}} (উদাহরণ)
- {{green}} (উদাহরণ)
- {{olive}} (উদাহরণ)
- {{teal}} (উদাহরণ)
- {{aqua}} (উদাহরণ)
- {{blue}} (উদাহরণ)
- {{navy}} (উদাহরণ)
- {{indigo}} (উদাহরণ)
- {{violet}} (উদাহরণ)
- {{fuchsia}} (উদাহরণ)
- {{purple}} (উদাহরণ)
- {{RebeccaPurple}} (উদাহরণ)
- {{black}} (উদাহরণ)
- {{greyed}} (উদাহরণ)
- {{silver}} (উদাহরণ)
- {{white}} (উদাহরণ)
TemplateData
[সম্পাদনা]The color template can be used to add a span of text with any given text color
| প্যারামিটার | বিবরণ | ধরন | অবস্থা | |
|---|---|---|---|---|
| Color name or code | 1 color | Name of color or hex code of color | স্ট্রিং | প্রয়োজনীয় |
| Alpha-numeric text | 2 text | The string of text to be formatted in the desired color | স্ট্রিং | প্রয়োজনীয় |