Template:Infobox protocol/doc: Difference between revisions

Content deleted Content added
Usage: Add the pre-existing yet undocumented "alt" parameter, which is important for accessibility.
m Reverted 1 edit by 49.144.5.174 (talk) to last revision by WOSlinker
 
(3 intermediate revisions by 3 users not shown)
Line 4:
Copy and paste the template below.
{{Infobox protocol
| name = {{{name}}}
| image = {{{image}}}
| alt = {{{alt}}}
| caption = {{{caption}}}
| standard = {{{standard}}}
| developer = {{{developer}}}
| introdate = {{{introdate}}}
| industry = {{{industry}}}
| connector = {{{connector}}}
| hardware = {{{hardware}}}
| range = {{{range}}}
| newer = {{{newer}}}
| website = {{{website}}}
}}
<presyntaxhighlight lang="wikitext" style="overflow: auto;">{{Infobox protocol
| name =
| image = <!--without [[File:...]] syntax-->
| alt =
| 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 -->
}}</presyntaxhighlight>
 
== Microformat ==