Template:CodeBlock: Difference between revisions
Jump to navigation
Jump to search
(Created page with "{{DISPLAYTITLE:Template: Markdown Code Block}} <onlyinclude><includeonly>{{#switch:{{{1}}} |#default=<div style="background-color: rgba(0,0,0,.3); border-radius: 4px; overflow...") |
mNo edit summary |
||
Line 1: | Line 1: | ||
{{DISPLAYTITLE:Template: | {{DISPLAYTITLE:Template: Code Block}} | ||
<onlyinclude><includeonly>{{#switch:{{{1}}} | <onlyinclude><includeonly>{{#switch:{{{1}}} | ||
|#default=<div style="background-color: rgba(0,0,0,.3); border-radius: 4px; overflow: hidden; font-family: monospace; font-size: 1.2em; line-height: 1.125rem; text-indent: 0; white-space: pre-wrap; padding: .5em; margin: {{{margin|.5em 0 0 0}}};">{{{1|}}}</div> | |#default=<div style="background-color: rgba(0,0,0,.3); border-radius: 4px; overflow: hidden; font-family: monospace; font-size: 1.2em; line-height: 1.125rem; text-indent: 0; white-space: pre-wrap; padding: .5em; margin: {{{margin|.5em 0 0 0}}};">{{{1|}}}</div> |
Revision as of 08:45, 22 January 2023
The above documentation is transcluded from Template:CodeBlock/doc. (Edit | Page history)
Editors can experiment in this template's sandbox (edit) and testcases (create) pages.
Editors can experiment in this template's sandbox (edit) and testcases (create) pages.