Difference between revisions of "Template:Protocol"

From VideoLAN Wiki
Jump to navigation Jump to search
 
Line 4: Line 4:
  
 
The module name to use at the [[command line]] is '''{{{id|{{{1|??}}}}}}'''{{#if:{{{altid|}}}|, but you can also use '''{{{altid}}}'''{{#if:{{{altid2|}}}|, or '''{{{altid2}}}'''}}}}.
 
The module name to use at the [[command line]] is '''{{{id|{{{1|??}}}}}}'''{{#if:{{{altid|}}}|, but you can also use '''{{{altid}}}'''{{#if:{{{altid2|}}}|, or '''{{{altid2}}}'''}}}}.
|bgcol=#e0ece0
+
|bgcol=#e0e0e0
 
|brcol=#c0c0c0
 
|brcol=#c0c0c0
 
}}<includeonly> [[Category:Access modules]] </includeonly><noinclude>
 
}}<includeonly> [[Category:Access modules]] </includeonly><noinclude>
Line 18: Line 18:
 
Example, [[http]]
 
Example, [[http]]
 
  <nowiki>{{access|id=http|altid=https}}</nowiki>
 
  <nowiki>{{access|id=http|altid=https}}</nowiki>
becomes
+
 
{{access|id=http|altid=https}}
+
</noinclude>

Revision as of 21:11, 13 January 2007

??
VLC uses this access module to read data from a device or network.

The module name to use at the command line is ??.

Usage

{{access|id= |info= |altid= |altid2= }}

It will add it to Category:Access modules

Info is for extra text in the box.

Examples

Example, http

{{access|id=http|altid=https}}