Difference between revisions of "Template:Block"

From Sugar Labs
Jump to navigation Jump to search
 
(2 intermediate revisions by one other user not shown)
Line 1: Line 1:
<big><pre>{{{1}}}</pre></big><noinclude>
+
<nowiki>{{{1}}}</nowiki><noinclude>
  
 
==Usage==
 
==Usage==
  
{{Block|<nowiki>{{Block|code block}}</nowiki>}}
+
{{Template:Block|<nowiki>{{Block|code block}}</nowiki>}}
  
 
Used to display a block of code in an enlarged, monospace typeface within a gray block like the following:
 
Used to display a block of code in an enlarged, monospace typeface within a gray block like the following:
  
{{Block|#!/bin/bash -x}}
+
{{Block|#!/bin/bash -x<br>
 +
alskdjf<br>
 +
alskjf
 
  #
 
  #
 
  #  The -x above and the export PS4 (debug prompt) assignment below will help in debugging
 
  #  The -x above and the export PS4 (debug prompt) assignment below will help in debugging

Latest revision as of 00:30, 19 May 2012

{{{1}}}

Usage

{{{1}}}

Used to display a block of code in an enlarged, monospace typeface within a gray block like the following:

{{{1}}}

See also Template:Code for code lines or words.