Difference between revisions of "Template:Module"

From VideoLAN Wiki
Jump to navigation Jump to search
m (Sortkey)
m (Fix last)
Line 48: Line 48:
 
   |description = A short, brief description of the plugin
 
   |description = A short, brief description of the plugin
 
   }}</nowiki>
 
   }}</nowiki>
[[Category:Templates|*]]
+
[[Category:Modules|*]]<!-- To modify sortkey -->
 +
[[Category:Templates]]
 
</noinclude>
 
</noinclude>

Revision as of 07:28, 13 March 2019

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
  }}