Шаблон:Color swatch

Материал из Тептар — свободной энциклопедии
Версия от 05:36, 15 февраля 2022; Adam (обсуждение | вклад) (Новая страница: «<div style="float:{{{3|right}}}; font-size:90%; text-align:center; margin-right:0.5em; margin-left:1.5em; margin-bottom:1em; background-color:#ffffff; border:solid 1px #000000; width: 120px"> <div style="height:80px; width:120px; background-color:{{{1}}}; border-bottom:solid 1px #000000; color:{{{5|#000000}}}">{{{4| }}} </div> {{{2}}} </div><noinclude><br style="clear:both" /> ---- ===Usage=== '''<nowiki>{{ color swatch|#0000FF|Blue }}</nowiki>''' creates: {...»)
(разн.) ← Предыдущая версия | Текущая версия (разн.) | Следующая версия → (разн.)
Перейти к навигации Перейти к поиску

{{{2}}}



Usage[править код]

{{ color swatch|#0000FF|Blue }} creates:

Blue


We strongly recommend adding a <ref></ref> to the main title, eg:

{{ color swatch|#0000FF|Blue<ref>[http://www.w3.org/TR/REC-html40/types.html#h-6.5 HTML 4.01 Specification]</ref> }} creates:

Blue[1]


Optional parameters - floating left, and an internal caption:

{{ color swatch|#0000FF|Blue|left|#0000FF }} creates:

#0000FF

Blue


Change the internal-caption's color with a 5th value:

{{ color swatch|#0000FF|Blue|left|#0000FF|white }} creates:

#0000FF

Blue


Note[править код]