Template:Codeline/Doc: Difference between revisions
Jump to navigation
Jump to search
Carandraug (talk | contribs) (documentation for Codeline template) |
Carandraug (talk | contribs) (octavified example) |
||
Line 1: | Line 1: | ||
This template is for code which is included inline. | This template is for code which is included inline. | ||
Example: <nowiki>{{Codeline| | Example:<br> | ||
:<nowiki>Since 3.4.0, packages can be installed with {{Codeline|pkg install -forge pkgname}} without need to actually download the file manually.</nowiki> | |||
Will produce: {{Codeline| | Will produce:<br> | ||
:Since 3.4.0, packages can be installed with {{Codeline|pkg install -forge pkgname}} without need to actually download the file manually. | |||
<noinclude>[[Category:Template Documentation]]</noinclude> | <noinclude>[[Category:Template Documentation]]</noinclude> |
Revision as of 00:59, 7 December 2011
This template is for code which is included inline.
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.