Difference between revisions of "Template:Infobox Internet exchange point/doc"

From blackwiki
Jump to navigation Jump to search
imported>Huggi
imported>Vanisaac
m (→‎See also: clean up per WP:CAT#T and WP:AWBREQ add template:Sandbox other)
 
(3 intermediate revisions by 2 users not shown)
Line 4: Line 4:
 
== Usage ==
 
== Usage ==
 
{{-}}
 
{{-}}
Usage:
+
Usage: Mainly for [[Internet exchange point]].
 +
 
 
<pre>{{Infobox Internet exchange point
 
<pre>{{Infobox Internet exchange point
 
| name        =  
 
| name        =  
| image        =  
+
| image        = <!-- filename only (no wikilink, no Image:/File:) -->
 
| image_size  =  
 
| image_size  =  
 
| full_name    =  
 
| full_name    =  
Line 16: Line 17:
 
| ports        =  
 
| ports        =  
 
| peers        =  
 
| peers        =  
| website      =  
+
| website      = {{URL|example.org}}
 
| peak        = <!-- use only when peak_in and peak_out are not available -->
 
| peak        = <!-- use only when peak_in and peak_out are not available -->
 
| peak_in      =  
 
| peak_in      =  
Line 24: Line 25:
 
| daily_out    =  
 
| daily_out    =  
 
}}</pre>
 
}}</pre>
 +
 
== See also ==
 
== See also ==
  
<includeonly>
+
<includeonly>{{Sandbox other||
 
<!-- Categories go here, and interwikis go in Wikidata -->
 
<!-- Categories go here, and interwikis go in Wikidata -->
 
[[Category:Computing infobox templates|Internet exchange point]]
 
[[Category:Computing infobox templates|Internet exchange point]]
</includeonly>
+
}}</includeonly>

Latest revision as of 19:44, 25 April 2020

Usage

Usage: Mainly for Internet exchange point.

{{Infobox Internet exchange point
| name         = 
| image        = <!-- filename only (no wikilink, no Image:/File:) -->
| image_size   = 
| full_name    = 
| abbreviation = 
| founded      = <!-- use the format YYYY -->
| location     = <!-- please use [[ISO_3166-1_alpha-3]] in the {{xyz}} format -->
| members      = 
| ports        = 
| peers        = 
| website      = {{URL|example.org}}
| peak         = <!-- use only when peak_in and peak_out are not available -->
| peak_in      = 
| peak_out     = 
| daily        = <!-- use only when daily_in and daily_out are not available -->
| daily_in     = 
| daily_out    = 
}}

See also