Template:Src: Difference between revisions

From QEMU
(Doc template)
(Undo revision 10270 by Ajb (talk))
Tag: Undo
 
Line 1: Line 1:
[https:/https://www.qemu.org/docs/master/{{{path}}} {{{description|{{{path}}}}}}]<noinclude>
[https://gitlab.com/qemu-project/{{{repo|qemu}}}/-/blob/master/{{{path}}} {{{description|{{{path}}}}}}]<noinclude>
== Usage ==
== Usage ==


Line 5: Line 5:


<pre>
<pre>
{{src|path=devel/style|description=The coding style reference}}
{{src|path=README.rst|description=The main README file}}
</pre>
</pre>


Gives:
Gives:


{{src|path=devel/style|description=The coding style reference}}
{{src|path=README.rst|description=The main README file}}


==== Parameters ====
==== Parameters ====
Line 16: Line 16:
  * path - path to file
  * path - path to file
  * description (optional) - description of the file
  * description (optional) - description of the file
* repo (optional) - which repo (defaults to qemu.git)


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

Latest revision as of 17:02, 15 March 2021

{{{path}}}

Usage

Link to the source code tree.

{{src|path=README.rst|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)