Template:Codeline/Doc: Difference between revisions

From Octave
Jump to navigation Jump to search
(documentation for Codeline template)
 
(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|app-text/nano **}}</nowiki>
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|app-text/nano **}}
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.