Difference between revisions of "Template:Protocol"
Jump to navigation
Jump to search
m (Template:Access moved to Template:Protocol) |
(I documented the final options) |
||
(22 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | {{top box | + | <!-- |
− | |id= | + | -->{{top box |
− | |text=VLC uses this [[protocol]] (or [[access module]]) to read data from a device or network. {{{info|}}} | + | |id={{{1|??}}} |
− | + | |text=<!-- | |
− | + | Line 1: -->VLC uses this [[protocol]] (or [[access module]]) to read data from a device or network.{{#if:{{{info|}}}| Additional information: '''{{{info}}}'''}}<!-- | |
− | |bgcol=# | + | Line 2: (conditional) -->{{#if:{{{mod|{{lc:{{{1|}}}}}}}}|<br />This protocol is handled by the '''{{docmod|{{{mod|{{lc:{{{1}}}}}}}}}}''' [[module]].}} |
− | |brcol=# | + | |bgcol=#ffe0e0 |
− | }}<includeonly> [[Category:Protocols]] </includeonly><noinclude> | + | |brcol=#e0c0c0<!-- |
+ | -->}}<includeonly>{{#ifeq:{{{nocat|n}}}|y| |[[Category:Protocols]]}}</includeonly><noinclude> | ||
==Usage== | ==Usage== | ||
− | <nowiki>{{ | + | <nowiki>{{protocol |<protocol> |info= |mod= }}</nowiki> |
+ | The purpose of the template is to visually inform readers that VLC supports the protocol and through which module.<br /> | ||
+ | The page will be added automatically to [[:Category:Protocols]]. | ||
− | + | Parameters: | |
+ | * (unnamed) (required): the text in the small box, defaults to <samp>'''??'''</samp> | ||
+ | * <code>'''<nowiki>|info=</nowiki>'''</code> (optional) extra text | ||
+ | * <code>'''<nowiki>|mod=</nowiki>'''</code> (optional) link to a particular module while displaying the {{Tag|protocol}} given | ||
− | + | Enter the protocol name as-is. If the name differs other than casing supply the module name with <code>'''<nowiki>|mod=</nowiki>'''</code> | |
==Examples== | ==Examples== | ||
− | + | For [[HTTP]] the casing difference between ''[[HTTP]]'' and ''{{docmod|http}}'' is not a problem: | |
− | <nowiki>{{ | + | <code>{{{{PAGENAME}}<nowiki>|HTTP</nowiki>}}</code> |
+ | {{{{PAGENAME}}|HTTP|nocat=y}} | ||
+ | For [[RTSP]], the protocol is handled by the {{docmod|live}} module: | ||
+ | <code>{{{{PAGENAME}}<nowiki>|RTSP</nowiki>|mod=live}}</code> | ||
+ | {{{{PAGENAME}}|RTSP|mod=live|nocat=y}} | ||
+ | To say something for [[Dummy]]: | ||
+ | <code>{{{{PAGENAME}}<nowiki>|Dummy</nowiki>|info=Fakes codec input, but is no longer used.}}</code> | ||
+ | {{{{PAGENAME}}|Dummy|info=Fakes codec input, but is no longer used.|nocat=y}} | ||
+ | |||
+ | ==See also== | ||
+ | * {{tl|Codec audio}} | ||
+ | * {{tl|Codec video}} | ||
+ | * {{tl|Mux}} | ||
+ | * {{tl|Protocol}} | ||
+ | [[Category:Templates]] | ||
</noinclude> | </noinclude> |
Latest revision as of 09:03, 19 April 2019
??
|
VLC uses this protocol (or access module) to read data from a device or network. |
Usage
{{protocol |<protocol> |info= |mod= }}
The purpose of the template is to visually inform readers that VLC supports the protocol and through which module.
The page will be added automatically to Category:Protocols.
Parameters:
- (unnamed) (required): the text in the small box, defaults to ??
|info=
(optional) extra text|mod=
(optional) link to a particular module while displaying the<protocol>
given
Enter the protocol name as-is. If the name differs other than casing supply the module name with |mod=
Examples
For HTTP the casing difference between HTTP and http is not a problem:
{{Protocol|HTTP}}
HTTP
|
VLC uses this protocol (or access module) to read data from a device or network. This protocol is handled by the http module. |
For RTSP, the protocol is handled by the live module:
{{Protocol|RTSP|mod=live}}
RTSP
|
VLC uses this protocol (or access module) to read data from a device or network. This protocol is handled by the live module. |
To say something for Dummy:
{{Protocol|Dummy|info=Fakes codec input, but is no longer used.}}
Dummy
|
VLC uses this protocol (or access module) to read data from a device or network. Additional information: Fakes codec input, but is no longer used. This protocol is handled by the dummy module. |
See also
- {{Codec audio}}
- {{Codec video}}
- {{Mux}}
- {{Protocol}}