See Also: Template:CodeBlock

Available doc translations
…
Esperanto
This template needs translations.This template does not contain translations for the most popular languages.
If you are fluent in one of these languages, please help out by translating the text inside this template. This can be done by using the
{{language}} template where appropriate.
Ankaŭ jesigu ke la artikolo prove laŭleĝas la
alilingvajn gvidilojn.(en)
Ĉi tiu ŝablono povigos vin askeptigi skribaĵon esti unulina kodo.
Parametroj kaj Ekzemploj
Parametro
|
Priskribo
|
Ekzemplo
|
Antaŭvido
|
{{{style}}}
|
The style of the template. The following styles are available:
- 1 - Outlined version. Does not support {{{bg}}} and {{{color}}}.
- 2 - Desaturated version. Does not support {{{bg}}} and {{{color}}}.
- 3 - Clear version. Does not support {{{bg}}} but supports {{{color}}}.
- 4 - A brighter outlined version. Does not support {{{bg}}} and {{{color}}}.
- Default - the default style is based on Markdown and supports the {{{bg}}} and {{{color}}} parameters.
|
{{Code|style=1|Saluton, Mondo!}} {{Code|style=2|Saluton, Mondo!}} {{Code|style=3|Saluton, Mondo!}} {{Code|style=4|Saluton, Mondo!}}
|
Saluton, Mondo! Saluton, Mondo! Saluton, Mondo! Saluton, Mondo!
|
{{{select}}}
|
Teksto elektigo tipo. La sekvantaj asignontaĵoj disponeblaj:
- 1 - Ĉiu (unuklaka elektigo);
- 2 - Neniu (enhavo ne elektigebla).
|
{{Code|select=1|Saluton, Mondo!}} {{Code|select=2|Saluton, Mondo!}}
|
Saluton, Mondo! Saluton, Mondo!
|
{{{color}}}
|
Teksta koloro. HSL, HEX, RVB kaj pli subtenataj.
|
{{Code|color=#EF9B9B|Saluton, Mondo!}}
|
Saluton, Mondo!
|
{{{bg}}} {{{background}}}
|
Background color. HSL, HEX, RVB kaj pli subtenataj. Noto:If both {{{background}}} and {{{bg}}} are present, {{{bg}}} is preferred.
|
{{Code|bg=rgba(239,155,155,.15)|Saluton, Mondo!}}
|
Saluton, Mondo!
|