Template:Code/doc
Prijeđi na navigaciju
Prijeđi na pretraživanje
Ovo je dokumentacijska podstranica za Template:Code.
Ne zaboravite očistiti sadržaj osnovne stranice prilikom stvaranja ili uređivanja ove podstranice.
Ne zaboravite očistiti sadržaj osnovne stranice prilikom stvaranja ili uređivanja ove podstranice.
This template will allow you to format text as a one-line code.
Usage
This template prefers inline formatting of parameters
| Parameters | Opis | Pretpregled |
|---|---|---|
| | <Text> | 1 = <Text> |
The text that will be displayed. Can contain links, templates and raw html, except when the {{{lang}}} parameter is used. | Hello, World!
|
| | lang = <Option> | Adds syntax highlighting for the language specified using syntaxhighlight tag with inline attribute. List of Supported languages. |
int main() { return 0; }
|
| | style = <CSS> | CSS styles. Note that some styles require !important to be specified.
|
Colored text
|
See Also