Template:Code: Difference between revisions
Jump to navigation
Jump to search
Created page with "<code>{{{1}}}</code><noinclude> Category:Backend</noinclude>" |
No edit summary |
||
Line 1: | Line 1: | ||
<code>{{{1}}}</code><noinclude> | <code>{{{1}}}</code><noinclude> | ||
[[Category:Backend]]</ | ==Documentation== | ||
===What is this?=== | |||
Formats text as monospace, like code and keyboard inputs. | |||
===Markup=== | |||
<NOWIKI>{{code|$scalar = "Hello, world!\n"}}</NOWIKI> | |||
===Output=== | |||
{{code|$scalar = "Hello, world!\n"}} | |||
[[Category:Backend]]</NOINCLUDE> |
Revision as of 05:07, 9 June 2025
{{{1}}}
Documentation
What is this?
Formats text as monospace, like code and keyboard inputs.
Markup
{{code|$scalar = "Hello, world!\n"}}
Output
{{{1}}}