Content deleted Content added
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
< |
<onlyinclude>{{#if: {{{block|}}}|<syntaxhighlight lang="{{{lang|javascript}}}" line="1"> |
||
{{{1|}}} |
{{{1|}}} |
||
</syntaxhighlight> |
</syntaxhighlight> |
||
|<code style="direction: ltr" {{#if: {{{copyme|}}}|class="copyme" data-toggle="tooltip" title="click to copy"}}>{{{1|}}}</code>}}</ |
|<span style="direction: ltr;"><code style="direction: ltr" {{#if: {{{copyme|}}}|class="copyme" data-toggle="tooltip" title="click to copy"}}>{{{1|}}}</code></span>}}</onlyinclude> |
||
<noinclude> |
<noinclude> |
||
<templatedata> |
<templatedata> |
||
| Line 22: | Line 22: | ||
"type": "boolean", |
"type": "boolean", |
||
"deprecated": true, |
"deprecated": true, |
||
"suggested": true |
|||
}, |
|||
"copyme": { |
|||
"label": "Wheter to enable copy on click (yes or empty)", |
|||
"type": "boolean", |
|||
"suggested": true |
"suggested": true |
||
} |
} |
||
| Line 29: | Line 34: | ||
"1", |
"1", |
||
"block", |
"block", |
||
"lang" |
"lang", |
||
"copyme" |
|||
] |
] |
||
} |
} |
||
Latest revision as of 14:24, 17 August 2021
template for code lines and blocks
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| code | 1 | no description | Content | required |
| code block (yes/empty) | block | no description | Boolean | deprecated |
| code language | lang | no description | String | suggested |
| Wheter to enable copy on click (yes or empty) | copyme | no description | Boolean | suggested |