Template:Infobox protocol/doc: Difference between revisions

Content deleted Content added
m correct radar
m Reverted 1 edit by 49.144.5.174 (talk) to last revision by WOSlinker
 
(10 intermediate revisions by 8 users not shown)
Line 1:
{{documentationDocumentation subpage}}
<!-- Please place categories where indicated at the bottom of this page and interwikis at Wikidata (see [[Wikipedia:Wikidata]]) -->
 
== Usage ==
{{Infobox protocol
| name = {{{name}}}
| image = {{{image}}}
| caption = {{{caption}}}
| standard = {{{standard}}}
| developer = {{{developer}}}
| introdate = {{{introdate}}}
| industry = {{{industry}}}
| connector = {{{connector}}}
| hardware = {{{hardware}}}
| range = {{{range}}}
}}
 
Copy and paste the template below.
<pre style="overflow:auto">
{{Infobox protocol
| name = {{{name}}}
| image = <!--without [[File:...]] syntax-->{{{image}}}
| captionalt = {{{alt}}}
| caption = {{{caption}}}
| standard = <!--international standard such as IEEE-->
| standard = {{{standard}}}
| developer = <!--organization(s) involved in development-->
| developer = {{{developer}}}
| introdate = <!--{{Start date|YYYY|MM|DD}}-->
| introdate = {{{introdate}}}
| industry = <!--industries used (such as PC/Chemical/Multimedia)-->
| industry = {{{industry}}}
| connector = <!--connector(s) usable with protocol-->
| connector = {{{connector}}}
| hardware = <!--examples of compatible hardware-->
| range hardware = <!--{{convert|X|mi|abbr=on{hardware}}}-->
| name range = {{{namerange}}}
| image newer = {{{imagenewer}}}
| hardware website = {{{hardwarewebsite}}}
}}
<syntaxhighlight lang="wikitext" style="overflow: auto;">{{Infobox protocol
</pre>
| name =
| image = <!--without [[File:...]] syntax-->
| rangealt = {{{range}}}
| caption = {{{caption|}}}
| standard = <!--international standard such as IEEE-->
| developer = <!--organization(s) involved in development-->
| introdate = <!--{{Start date|YYYY|MM|DD}}-->
| industry = <!--industries used (such as PC/Chemical/Multimedia)-->
| connector = <!--connector(s) usable with protocol-->
| hardware = <!--examples of compatible hardware-->
| range = <!--{{convert|X|mi|abbr=on}}-->
| newer = <!--superseded by which protocol-->
| website   = <!--URL to specs; OD wrap in template -->
}}</syntaxhighlight>
 
== Microformat ==
{{UF-hcal}}
 
<includeonly>{{Sandbox other||
<!-- Categories below this line, please; interwikis at Wikidata -->
</includeonly>
[[Category:Computing infobox templates|Protocol]]
 
 
 
{{Infobox
| bodyclass = vevent
 
| title = {{{name|<includeonly>{{PAGENAME}}</includeonly>}}}
| titleclass = summary
 
| image = {{#if:{{{image|}}}|[[File:{{{image}}}|250x300px|]]}}
| caption = {{{caption|}}}
 
| label1 = International standard
| data1 = {{{standard|}}}
 
| label1 = Developed by
| data1 = {{{developer|}}}
 
| label2 = Introduced
| data2 = {{{introdate|}}}
 
| label1 = Industry
| data1 = {{{industry|}}}
 
| label1 = Connector type
| data1 = {{{connector|}}}
 
| label1 = Compatible hardware
| data1 = {{{hardware|}}}
 
}}<noinclude/includeonly>
{{Documentation}}
<!----Please add interwikis to the /doc page, not here - thanks!---->
</noinclude>