Template:Codeline

Revision as of 13:53, 6 December 2011 by Carandraug (talk | contribs) (crated codeline Template)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

{{{1}}}

[edit]

Template-info.png Template Documentation

This template is for code which is included inline.

  • Certain characters, such as =, | or } can break this template. In those cases, enclose the code in <nowiki>...</nowiki> tags or use their HTML numbers.

Example:

Since 3.4.0, packages can be installed with {{Codeline|pkg install -forge pkgname}} without need to actually download the file manually.

Will produce:

Since 3.4.0, packages can be installed with pkg install -forge pkgname without need to actually download the file manually.