Template:File/Doc: Difference between revisions

Jump to navigation Jump to search
m
nicer syntax
m (moved note about [[Template:Path] to top)
m (nicer syntax)
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. To markup ''only'' the name of a file (e.g., {{path|/etc/conf.d/915resolution}}), use [[Template:Path]] instead.
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><nowiki><pre>...</pre>&lt;/nowiki></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(">>> ")

Navigation menu