Difference between revisions of "Template:Module"

From VideoLAN Wiki
Jump to navigation Jump to search
(Experimental feature: auto-sorting based on parameter "type" into respective categories)
m (Fix bug: we want to show free-form descriptions, even if we aren't sure how to sort them)
Line 6: Line 6:
 
| {{#switch:{{{type}}}<!--
 
| {{#switch:{{{type}}}<!--
 
-->|Video filter = Video filter [[Category:Video Filters]]<!--
 
-->|Video filter = Video filter [[Category:Video Filters]]<!--
 +
-->|#default = {{{type}}}<!--
 
-->}}
 
-->}}
 
|-
 
|-

Revision as of 03:03, 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
  }}