Difference between revisions of "Template:File"

From VideoLAN Wiki
Jump to navigation Jump to search
m (correct documentation)
(See also SVNSourceFile and VLCSourceFile)
Line 4: Line 4:
 
For linking to source code file. Links to http://git.videolan.org.
 
For linking to source code file. Links to http://git.videolan.org.
  
Usage:
+
== Usage ==
 
  <nowiki>{{file|name|info}}</nowiki>
 
  <nowiki>{{file|name|info}}</nowiki>
  
eg
+
For example
 
{{file|modules/mux/dummy.c|Dummy muxer}}
 
{{file|modules/mux/dummy.c|Dummy muxer}}
 
  <nowiki>{{file|modules/mux/dummy.c|Dummy muxer}}</nowiki>
 
  <nowiki>{{file|modules/mux/dummy.c|Dummy muxer}}</nowiki>
 
{{file|modules/mux/avi.c}}
 
{{file|modules/mux/avi.c}}
 
  <nowiki>{{file|modules/mux/avi.c}}</nowiki>
 
  <nowiki>{{file|modules/mux/avi.c}}</nowiki>
 +
 +
== See also ==
 +
* {{tl|SVNSourceFile}}
 +
* {{tl|VLCSourceFile}}
 
</noinclude>
 
</noinclude>

Revision as of 04:56, 6 September 2011


For linking to source code file. Links to http://git.videolan.org.

Usage

{{file|name|info}}

For example


{{file|modules/mux/dummy.c|Dummy muxer}}


{{file|modules/mux/avi.c}}

See also