Difference between revisions of "Template:Module"

From VideoLAN Wiki
Jump to navigation Jump to search
Line 24: Line 24:
  
 
==Usage==
 
==Usage==
<nowiki>
+
  <nowiki>{{Module
{{Modules
+
  |type = module type
|type = module type
+
  |first_version = Version of VLC in which plugin first appeared
|first_version = Version of VLC in which plugin first appeared
+
  |last_version = Version of VLC in which plugin last appeared before being removed
|last_version = Version of VLC in which plugin last appeared before being removed
+
  |os = Operating system of the plugin
|os = Operating system of the plugin
+
  |description = A short, brief description of the plugin
|description = A short, brief description of the plugin
+
  }}</nowiki>
}}</nowiki>
 
 
[[Category:Templates]]
 
[[Category:Templates]]
 
</noinclude>
 
</noinclude>

Revision as of 02:21, 16 August 2013

Module: {{{name}}}
Type {{{type}}}
First VLC version -
Last VLC version -
Operating system(s) all
Description {{{description}}}



Template for Documentation:Modules/* pages.

Usage

 {{Module
  |type = module type
  |first_version = Version of VLC in which plugin first appeared
  |last_version = Version of VLC in which plugin last appeared before being removed
  |os = Operating system of the plugin
  |description = A short, brief description of the plugin
  }}