Template:Code
Revision as of 18:53, 18 June 2012 by Carandraug (talk | contribs) (revert back to last properly working template while finding workaround for use of tags inside template and still aloowing pipes withour breaking table structure)
[edit] This template is for code. The first argument is the title of the code block but can be left blank.
Code{{Code |Title= |Code= }} You can omit the parameters if you respect the correct order. ExamplesExample 1{{Code|input check example| if (nargin < 1 || nargin > 4) print_usage; endif }} Will produce:
Example 2Note the empty code description. {{Code| |x (x > 20) = 34; }} Will produce:
Example 3{{Code |Title = input check example |Code = if (nargin < 1 || nargin > 4) print_usage; endif }} Will produce:
Example 4{{Code |Title = |Code = if (nargin < 1 || nargin > 4) print_usage; endif }} Will produce:
|