Template:File: Difference between revisions
Jump to navigation
Jump to search
Carandraug (talk | contribs) (another hue of blue) |
Carandraug (talk | contribs) No edit summary |
||
Line 1: | Line 1: | ||
<includeonly><div style="border: 1px solid rgb( | <includeonly><div style="border: 1px solid rgb(171, 200, 235); padding: .2em .3em; margin: .2em .2em; background-color: rgb(200, 235, 255);"><div style="background-color: rgb(135, 206, 235); padding: .2em; margin: .2em; border: solid 1px rgb(112, 190, 235); font-size: 92%; ">'''File:''' {{{1}}}</div>{{{2}}}</div></includeonly><noinclude>{{TemplateDoc}}[[Category:Templates]]</noinclude> |
Latest revision as of 23:27, 15 December 2011
[edit] This template is used to include the contents of files. The first argument is the filename/filepath but can be left blank.
Example: {{File|~/.octaverc|<pre> ## make prompt look like python PS1(">>> ") PS2("... ") ## alias help to man function man (name) help (char (name)) endfunction ## load all packages pkg load all; </pre>}} Will produce: File: ~/.octaverc ## make prompt look like python PS1(">>> ") PS2("... ") ## alias help to man function man (name) help (char (name)) endfunction ## load all packages pkg load all; |