Jump to content

Template:C/doc: Difference between revisions

From SeptemWiki
Created page with "== Purpose == Shorthand for the <code>...</code> tag pair. == Example == <nowiki>{{c|This will appear as code.}}</nowiki> {{c|This will appear as code.}}"
 
No edit summary
 
Line 2: Line 2:
Shorthand for the
Shorthand for the


<pre>
  <code>...</code>
  <code>...</code>
</pre>


tag pair.
tag pair.

Latest revision as of 17:56, 9 April 2016

Purpose

Shorthand for the

 <code>...</code>

tag pair.

Example

{{c|This will appear as code.}}

This will appear as code.