Template:Codeline/Doc: Difference between revisions
Jump to navigation
Jump to search
Carandraug (talk | contribs) (added note about problems with certain characters) |
No edit summary |
||
(2 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
This template is for code which is included inline. | This template is for code which is included inline. | ||
* Certain characters, such as {{Codeline|=}} or {{Codeline|&# | * Certain characters, such as {{Codeline|=}}, {{Codeline||}} or {{Codeline|}}} can break this template. In those cases, enclose the code in {{Codeline|<nowiki><nowiki>...</nowiki></nowiki>}} tags or use their [http://www.ascii.cl/htmlcodes.htm HTML numbers]. | ||
Example: | Example: | ||
Line 9: | Line 9: | ||
:Since 3.4.0, packages can be installed with {{Codeline|<nowiki>pkg install -forge pkgname</nowiki>}} without need to actually download the file manually. | :Since 3.4.0, packages can be installed with {{Codeline|<nowiki>pkg install -forge pkgname</nowiki>}} without need to actually download the file manually. | ||
[[Category:Template with documentation]] |
Latest revision as of 10:56, 30 November 2013
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.