Template:Src: Difference between revisions
(Expand the documentation) |
Tag: Undo |
||
(3 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
[ | [https://gitlab.com/qemu-project/{{{repo|qemu}}}/-/blob/master/{{{path}}} {{{description|{{{path}}}}}}]<noinclude> | ||
== Usage == | == Usage == | ||
Line 5: | Line 5: | ||
<pre> | <pre> | ||
{{src|path=README|description=The main README file}} | {{src|path=README.rst|description=The main README file}} | ||
</pre> | </pre> | ||
Gives: | Gives: | ||
{{src|path=README|description=The main README file}} | {{src|path=README.rst|description=The main README file}} | ||
==== Parameters ==== | ==== Parameters ==== |
Latest revision as of 17:02, 15 March 2021
Usage
Link to the source code tree.
{{src|path=README.rst|description=The main README file}}
Gives:
Parameters
* path - path to file * description (optional) - description of the file * repo (optional) - which repo (defaults to qemu.git)