Template:Infobox protocol/doc: Difference between revisions

Content deleted Content added
initial documentation page for protocol infobox
 
m Reverted 1 edit by 49.144.5.174 (talk) to last revision by WOSlinker
 
(11 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 ==
Copy and paste the template below.
{{Infobox protocol
| name = {{{name}}}
| image = {{{image}}}
| captionalt = {{{captionalt}}}
| standard caption = {{{standardcaption}}}
| developer standard = {{{developerstandard}}}
| introdate developer = {{{introdatedeveloper}}}
| industry introdate = {{{industryintrodate}}}
| connector industry = {{{connectorindustry}}}
| hardware connector = {{{hardwareconnector}}}
| range hardware = {{{rangehardware}}}
| data1range = {{{standard|range}}}
| data1newer = {{{industry|newer}}}
| data1website = {{{hardware|website}}}
}}
<syntaxhighlight lang="wikitext" style="overflow: auto;">{{Infobox protocol
 
| captionname =
Copy and paste the template below.
| image = <!--without [[File:...]] syntax-->
<pre style="overflow:auto">
| alt =
{{Infobox radar
| name caption =
| image standard = <!--withoutinternational standard such [[File:...]]as syntaxIEEE-->
| developer = <!--organization(s) involved in development-->
| caption =
| introdate = <!--{{Start date|YYYY|MM|DD}}-->
| standard = <!--international standard such as IEEE-->
| industry = <!--industries used (such as PC/Chemical/Multimedia)-->
| developer = <!--organization(s) involved in development-->
| connector = <!--connector(s) usable with protocol-->
| introdate = <!--{{Start date|YYYY|MM|DD}}-->
| industry hardware = <!--industries usedexamples (suchof ascompatible PC/Chemical/Multimedia)hardware-->
| connectorrange = <!--connector(s) usable with protocol{{convert|X|mi|abbr=on}}-->
| hardwarenewer = <!--examplessuperseded ofby compatiblewhich hardwareprotocol-->
| range website   = <!--{{convert|X|mi|abbr=on}}URL to specs; OD wrap in template -->
}}</syntaxhighlight>
}}
</pre>
 
== 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>