Difference between revisions of "Template:Protocol"
Jump to navigation
Jump to search
(No page uses parameter "id". Removing) |
m (Simplify wikicode) |
||
Line 4: | Line 4: | ||
|text=<!-- | |text=<!-- | ||
Line 1: -->VLC uses this [[protocol]] (or [[access module]]) to read data from a device or network. {{{info|}}}<!-- | Line 1: -->VLC uses this [[protocol]] (or [[access module]]) to read data from a device or network. {{{info|}}}<!-- | ||
− | Line 2: --><br /> | + | Line 2: --><br />The [[module]] name to use at the [[command line]] is {{#if:{{{1|}}}|'''{{docmod|{{{mod|{{lc:{{{1}}}}}}}}}}'''|unknown}}<!-- |
− | |||
-->{{#if:{{{altid|}}}<!-- | -->{{#if:{{{altid|}}}<!-- | ||
-->|, but you can also use '''{{{altid}}}'''<!-- | -->|, but you can also use '''{{{altid}}}'''<!-- | ||
Line 17: | Line 16: | ||
-->}}<!-- | -->}}<!-- | ||
-->}}<!-- | -->}}<!-- | ||
− | -->}}. | + | -->}}. |
− | |||
− | |||
|bgcol=#ffe0e0 | |bgcol=#ffe0e0 | ||
|brcol=#e0c0c0<!-- | |brcol=#e0c0c0<!-- |
Revision as of 04:45, 19 April 2019
??
|
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 unknown. |
Usage
{{protocol |<protocol> |info= |altid= |altid2= |altid3= |altid4= |mod= }}
It will add it to Category:Protocols
Info is for extra text in the box.
mod
will link to a particular module while displaying the <protocol>
given. Use this when altid
would not make sense.
Examples
Example, http
{{protocol|HTTP|altid=https}}
See also
- {{Codec audio}}
- {{Codec video}}
- {{Mux}}
- {{Protocol}}