Template:File/Doc: Difference between revisions

Jump to navigation Jump to search
no edit summary
(octavified example)
No edit summary
 
(3 intermediate revisions by one other user not shown)
Line 1: Line 1:
This template is used to include the contents of files. The first argument is the filename/filepath. Note that the actual code still needs to be inside a <nowiki><pre>...</pre></nowiki> block.
This template is used to include the contents of files. The first argument is the filename/filepath but can be left blank.


Example: <pre>{{File|~/.octaverc|<pre>
* the actual code still needs to be inside a {{Codeline|<nowiki><pre> ... </pre></nowiki>}} block.
* to markup ''only'' the name of a file (e.g., {{path|/etc/octave3.2.conf}}), use [[Template:Path]] instead.
 
Example:
<pre>{{File|~/.octaverc|<pre>
## make prompt look like python
## make prompt look like python
PS1(">>> ")
PS1(">>> ")
Line 29: Line 33:
pkg load all;
pkg load all;
</pre>}}
</pre>}}
To markup ''only'' the name of a file (e.g., {{path|/etc/conf.d/915resolution}}), use [[Template:Path]] instead.


<noinclude>[[Category:Template Documentation]]</noinclude>
[[Category:Template with documentation]]
501

edits

Navigation menu