Template:Src: Difference between revisions

From QEMU
No edit summary
(Expand the documentation)
Line 4: Line 4:
Link to the source code tree.
Link to the source code tree.


<pre>
{{src|path=README|description=The main README file}}
{{src|path=README|description=The main README file}}
</pre>
Gives:
{{src|path=README|description=The main README file}}
==== Parameters ====
* path - path to file
* description (optional) - description of the file
* repo (optional) - which repo (defaults to qemu.git)


[[Category:Template]]
[[Category:Template]]
</noinclude>
</noinclude>

Revision as of 14:19, 21 February 2017

{{{path}}}

Usage

Link to the source code tree.

{{src|path=README|description=The main README file}}

Gives:

The main README file

Parameters

* path - path to file
* description (optional) - description of the file
* repo (optional) - which repo (defaults to qemu.git)