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

From blackwiki
Jump to navigation Jump to search
imported>Funandtrvl
(add cat)
imported>Zackmann08
(Invoking InfoboxImage module)
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
 
{{Infobox
 
{{Infobox
 
| title    = {{{name|}}}
 
| title    = {{{name|}}}
| image   = {{{image|}}}
+
| image     = {{#invoke:InfoboxImage|InfoboxImage|image={{{image|}}}|size={{{imagesize|}}}|alt={{{alt|}}}}}  
 
| label1  = Full name
 
| label1  = Full name
 
| data1  = {{{full_name|{{{name|}}}}}}
 
| data1  = {{{full_name|{{{name|}}}}}}
Line 31: Line 31:
 
| label27 = Daily out (avg.)
 
| label27 = Daily out (avg.)
 
| data27  = {{{daily_out|}}}
 
| data27  = {{{daily_out|}}}
}}<noinclude>
+
}}<noinclude>{{Documentation}}</noinclude>
{{-}}
 
Usage:
 
<pre>{{Infobox Internet exchange point
 
| name        =
 
| image        =
 
| image_width  =
 
| full_name    =
 
| abbreviation =
 
| founded      =
 
| location    =
 
| members      =
 
| ports        =
 
| peers        =
 
| website      =
 
| 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    =
 
}}</pre>
 
[[Category:Computing infobox templates|Internet exchange point]]
 
</noinclude>
 

Latest revision as of 02:43, 31 October 2016

[[Category:Infobox templates|Template:Remove first word]]

50px Template documentation[view] [edit] [history] [purge]

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