Template:Code/doc
Jump to navigation
Jump to search
This is a documentation subpage for Template:Code. It contains usage information, categories, interlanguage links and other content that is not part of the original template page. |
Print inline code, but wrapping it in a template makes changing easier.
{{code|stuff}}
If the code contains any equal sign at all, use this idiom:
{{code|1=location=stuff}}
or fall back on the <code>...</code>
tags.