Template:Code: Difference between revisions

From Sasara Wiki
Jump to navigation Jump to search
Created page with "<code>{{{1}}}</code><noinclude> Category:Backend</noinclude>"
 
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
<code>{{{1}}}</code><noinclude>
<NOWIKI><code></NOWIKI>{{{1}}}<NOWIKI></code></NOWIKI><NOINCLUDE>


[[Category:Backend]]</noinclude>
==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: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>