Difference between revisions of "Template:Code/doc"
From LFS Manual
Jump to navigationJump to search (Created page with "Inline source code output. {{subst:mra|{{code|console.log('hello')}}}} Category:Programming typing-aid templates") |
m |
||
(4 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
+ | <noinclude>{{documentation subpage}}</noinclude> | ||
+ | |||
Inline source code output. | Inline source code output. | ||
{{markup| | {{markup| | ||
− | <nowiki>{{code|console.log('hello')}}</nowiki>|{{code|console.log('hello')}}}}<!-- Template:Mra --> | + | <nowiki>{{code|console.log('hello')}}</nowiki>|{{code|console.log('hello')}}}}<!-- Template:Mra --><includeonly>[[Category:Programming typing-aid templates]]</includeonly> |
− | |||
− | [[Category:Programming typing-aid templates]] |
Latest revision as of 10:43, 24 January 2024
This is a documentation subpage for Template:Code.
It may contain usage information, categories and other content that is not part of the original page. |
Inline source code output.
Markup | Renders as |
---|---|
{{code|console.log('hello')}} |
|