Template:Code: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
(One intermediate revision by the same user not shown) | |||
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: | [[Category:Meta]]</NOINCLUDE> |
Latest revision as of 08:39, 28 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>