Template:File: Difference between revisions
From Event-B
Jump to navigationJump to search
imported>Mathieu m Template for typesetting a filename (in the tutorial or manual) |
imported>Laurent m Add proper usage |
||
(4 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
<noinclude> | <noinclude> | ||
==Usage== | ==Usage== | ||
Used for specifying a file name or file path. | |||
[[Category:Typesetting | <nowiki>{{file|project.zip}}</nowiki> or <nowiki>{{file|/home/user/workspace}}</nowiki> | ||
</noinclude> | ==Example== | ||
<small><tt>1</tt></small> | dowload {{file|project.zip}} and put it in {{file|/home/user/workspace}}. | ||
[[Category:Typesetting templates]] | |||
==Template== | |||
</noinclude><!-- | |||
--><div class="typeset-file" style="display:inline;"><small><tt>{{{1}}}</tt></small></div> |
Latest revision as of 14:04, 15 December 2012
Usage
Used for specifying a file name or file path.
{{file|project.zip}} or {{file|/home/user/workspace}}
Example
dowload
project.zip
and put it in
/home/user/workspace
.
Template
{{{1}}}