Difference between revisions of "Template:Code/doc"

From LFS Manual
Jump to navigationJump to search
m
m
 
(3 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 --><includeonly>[[Category:Programming typing-aid templates]]</includeonly>
 
<nowiki>{{code|console.log('hello')}}</nowiki>|{{code|console.log('hello')}}}}<!-- Template:Mra --><includeonly>[[Category:Programming typing-aid templates]]</includeonly>

Latest revision as of 11:43, 24 January 2024

Information icon4.png 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')}}

console.log('hello')