Difference between revisions of "Template:Infobox telecommunications network/doc"

From blackwiki
Jump to navigation Jump to search
imported>Vanisaac
m (→‎Example: clean up per WP:CAT#T and WP:AWBREQ add template:Sandbox other)
(Typo)
Line 2: Line 2:
 
<!-- PLEASE ADD CATEGORIES AT THE BOTTOM OF THIS PAGE -->
 
<!-- PLEASE ADD CATEGORIES AT THE BOTTOM OF THIS PAGE -->
 
This template is used in articles about [[telecommunications network]]s.
 
This template is used in articles about [[telecommunications network]]s.
 
== Usage ==
 
{{Infobox telecommunications network
 
| name = {{{name}}}
 
| native_name = {{{native_name}}}
 
| native_name_lang = {{{native_name_lang}}}
 
| logo = {{{logo}}}
 
| logo_size = {{{logo_size}}}
 
| logo_alt = {{{logo_alt}}}
 
| logo_caption = {{{logo_caption}}}
 
| image = {{{image}}}
 
| image_size = {{{image_size}}}
 
| image_alt = {{{image_alt}}}
 
| image_caption = {{{image_caption}}}
 
| type = {{{type}}}
 
| location = {{{location}}}
 
| frequency = {{{frequency}}}
 
| protocols = {{{protocols}}}
 
| use = {{{use}}}
 
| owner = {{{owner}}}
 
| operator = {{{operator}}}
 
| established = {{{established}}}
 
| closed = {{{closed}}}
 
| current_status = {{{current_status}}}
 
| commercial = {{{commercial}}}
 
| funding = {{{funding}}}
 
| website = {{{website}}}
 
}}
 
<pre style="overflow: auto;">
 
{{Infobox telecommunications network
 
| name          =
 
| native_name    =
 
| native_name_lang = <!-- 2- or 3-digit ISO 639 code -->
 
| logo          =
 
| logo_size      =
 
| logo_alt      =
 
| logo_caption  =
 
| image          = <!-- A network map or similar -->
 
| image_size    =
 
| image_alt      =
 
| image_caption  =
 
| type          = <!-- One of: data; mobile; voice, or a combination -->
 
| location      = <!-- Area of operation -->
 
| frequency      =
 
| protocols      = <!-- Protocols or standards used by the network -->
 
| use            = <!-- The network's users -->
 
| owner          =
 
| operator      =
 
| established    = <!-- {{Start date and age|YYYY|MM|DD|df=y}} or {{Start date|YYYY|MM|DD|df=y}} -->
 
| closed        = <!-- {{End date|YYYY|MM|DD|df=y}} -->
 
| current_status = <!-- One of: in development; operational; defunct; superseded by <network> -->
 
| commercial    = <!-- Yes/no -->
 
| funding        = <!-- Source and amount of funding -->
 
| website        = <!-- {{URL|example.com}} -->
 
}}
 
</pre>
 
  
 
==Example==
 
==Example==

Revision as of 11:18, 3 August 2020

This template is used in articles about telecommunications networks.

Example

Script error: No such module "If empty".
Network-wireless.svg
TypeData and voice
LocationUnited Kingdom
ProtocolsIP
OperatorNetops Inc.
EstablishedMay 2012 (2012-05)
Current statusIn development
Commercial?No
FundingNetops Corp.
WebsiteTemplate:URL
{{Infobox telecommunications network
| name           = Wikinet
| logo           = Network-wireless.svg
| logo_alt       = 
| logo_caption   = 
| logo_size      = 80px
| type           = Data and voice 
| location       = United Kingdom
| frequency      = 
| protocols      = [[Internet protocol|IP]]
| use            = 
| owner          = 
| operator       = [[Operator|Netops Inc.]]
| established    = {{Start date|2012|05|df=y}}
| closed         = 
| current_status = In development
| commercial     = No
| funding        = [[Crowd funding|Netops Corp.]]
| website        = {{URL|wikimedia.org}}
}}