Difference between revisions of "Template:Protocol"

From VideoLAN Wiki
Jump to navigation Jump to search
Line 9: Line 9:
  
 
==Usage==
 
==Usage==
  <nowiki>{{access|id= |info= |altid= |altid2= }}</nowiki>
+
  <nowiki>{{protocol|id= |info= |altid= |altid2= }}</nowiki>
  
 
It will add it to [[:Category:Protocols]]  
 
It will add it to [[:Category:Protocols]]  
Line 17: Line 17:
 
==Examples==
 
==Examples==
 
Example, [[http]]
 
Example, [[http]]
  <nowiki>{{access|id=http|altid=https}}</nowiki>
+
  <nowiki>{{protocol|id=http|altid=https}}</nowiki>
  
 
</noinclude>
 
</noinclude>

Revision as of 21:16, 13 January 2007

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

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

Usage

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

It will add it to Category:Protocols

Info is for extra text in the box.

Examples

Example, http

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