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