Difference between revisions of "Template:Module"

From VideoLAN Wiki
Jump to navigation Jump to search
(Parameter "sc" is no longer free-form. Add optional parameters "sc2", "sc3", "sc4")
m (Format doc)
Line 47: Line 47:
 
|}
 
|}
 
<noinclude>
 
<noinclude>
<br />
 
 
Template for Documentation:Modules/* pages.
 
Template for Documentation:Modules/* pages.
 +
{{Clear}}
  
 
==Usage==
 
==Usage==
 
   <nowiki>{{Module
 
   <nowiki>{{Module
   |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
   |sc = Shortcut
+
   |sc           = Shortcut
   |sc2 = Shortcut 2
+
   |sc2           = Shortcut 2
   |sc3 = Shortcut 3
+
   |sc3           = Shortcut 3
   |sc4 = Shortcut 4
+
   |sc4           = Shortcut 4
 
   }}</nowiki>
 
   }}</nowiki>
 
If <code>'''<nowiki>|sc=</nowiki>'''</code> is set to ''none'' <samp>(none)</samp> will be shown. The other shortcuts are optional.
 
If <code>'''<nowiki>|sc=</nowiki>'''</code> is set to ''none'' <samp>(none)</samp> will be shown. The other shortcuts are optional.

Revision as of 03:26, 17 April 2019

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

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
  |sc            = Shortcut
  |sc2           = Shortcut 2
  |sc3           = Shortcut 3
  |sc4           = Shortcut 4
  }}

If |sc= is set to none (none) will be shown. The other shortcuts are optional.