Template:Infobox broadcasting network/doc: Difference between revisions

Content deleted Content added
Sardanaphalus (talk | contribs)
adding module to template documentation
 
(38 intermediate revisions by 18 users not shown)
Line 1:
{{Documentation subpage}}
<!-- Please place categories where indicated at the bottom of this page and interwikis at Wikidata (see [[</nowiki>[[Wikipedia:Wikidata]]<nowiki>]]) -->
{{Update}}
{{Lua|Module:Infobox|Module:InfoboxImage|Module:Check for unknown parameters}}
{{Incomplete}}
{{Parameter names example |name |logo |logo_size |logo_alt |logo_caption <!-- |collapsible --> |image |image_size |image_alt |caption |type |branding |country |airdate |available |founded |founder |motto |tvstations |tvtransmitters |radiostations |radiotransmitters |market_share |endowment |revenue |net_income |licence_area |headquarters |broadcast_area |area |nation |regions |erp |owner |parent |key_people |established |test_card |test_of_transmission |launch_date |dissolved |former_names |digital |virtual channel |analog |analog channel |picture format |servicename1 |service1 |servicename2=...... |service2=...... |servicename7 |service7 |callsigns |callsign_meaning |former_callsigns |affiliation |affiliates |groups |former_affiliations |webcast |website |language |replaced |replaced_by |subsidiary |module |footnotes}}
<includeonly>{{Intricate template}}</includeonly>
{{Generic template demo |name |image |logo |type |branding |established |test card |test of transmission |airdate |country |available |founded |founder |slogan |motto |market_share |license_area |headquarters |broadcast_area |area |erp |owner |parent |key_people |foundation |launch_date |dissolved |former_names |digital |analog |servicename1 |service1 |servicename2 |service2 |servicename3=...... |service3=...... |servicename7 |service7 |callsigns |callsign_meaning |former_callsigns |affiliation |affiliates |groups |former_affiliations |webcast |website |footnotes}}
<!-- EDIT TEMPLATE DOCUMENTATION BELOW THIS LINE -->
 
This infobox is for articles about [[broadcast network]]s. It should not be used for television stations. or radio stations. Use [[:Template:Infobox broadcasttelevision station]] or [[:Template:Infobox radio station]], instead.
 
== Usage ==
<presyntaxhighlight lang="wikitext" style="overflow: auto;">
{{Infobox broadcasting network
| name =
| logo =
| image =
| logo_size =
| logo =
| logo_alt =
| type =
| logo_caption =
| branding =
| collapsible =
| established =
| testimage card =
| image_size =
| test of transmission =
| image_alt =
| airdate =
| caption =
| country =
| type =
| available =
| branding =
| founded =
| country =
| founder =
| sloganairdate =
| available =
| motto =
| founded =
| market_share =
| founder =
| license_area =
| motto =
| headquarters =
| tvstations =
| broadcast_area =
| tvtransmitters =
| area =
| radiostations =
| erp =
| radiotransmitters =
| owner =
| market_share =
| parent =
| endowment =
| key_people =
| revenue =
| foundation =
| net_income =
| launch_date =
| licence_area = <!-- or | license_area = -->
| dissolved =
| headquarters =
| former_names =
| broadcast_area =
| digital =
| analogarea =
| nation =
| servicename1 =
| regions =
| service1 =
| erp =
| servicename2 =
| owner =
| service2 =
| parent =
<!--......-->
| key_people =
| servicename7 =
| established =
| service7 =
| test_card =
| callsigns =
| test_of_transmission =
| callsign_meaning =
| launch_date = <!-- {{Start date|YYYY|MM|DD|df=y}} -->
| former_callsigns =
| dissolved = <!-- {{End date|YYYY|MM|DD|df=y}} -->
| affiliation =
| former_names =
| affiliates =
| digital =
| groups =
| virtual channel =
| former_affiliations =
| analog =
| webcast =
| analog channel =
| website =
| picture format =
| footnotes =
| servicename1 =
| service1 =
| servicename2 =
| service2 =
| servicename3 =
| service3 =
| servicename4 =
| service4 =
| servicename5 =
| service5 =
| servicename6 =
| service6 =
| servicename7 =
| service7 =
| callsigns = <!-- or | callsign = -->
| callsign_meaning =
| former_callsigns =
| affiliation = <!-- or | affiliations = -->
| affiliates =
| groups =
| former_affiliations =
| webcast =
| website = <!-- {{URL|example.com}} -->
| language =
| replaced =
| replaced_by =
| subsidiary =
| module = <!-- Other templates can be embedded here -->
| footnotes =
}}
</syntaxhighlight>
</pre>
 
Use <nowiki>{{Start date|YYYY|MM|DD}}</nowiki> (with {{Para|df|y}} if applicable) for one of {{para|airdate}}, {{para|founded}}, {{para|foundation}} or {{para|launch_date}}.
 
== Microformat ==
{{UF-hcard-org}}
 
==TemplateData==
<includeonly>
{{TemplateData header}}
[[Category:Radio infobox templates|Network]]
<templatedata>
{
"params": {
"name": {
"type": "string",
"suggested": true,
"aliases": [
"network_name"
],
"label": "Name",
"description": "Name of the broadcasting network.",
"example": "BBC"
},
"logo": {
"type": "wiki-file-name",
"suggested": true,
"aliases": [
"network_logo"
],
"label": "Logo",
"description": "The network's logo."
},
"logo_caption": {
"type": "content",
"aliases": [
"network_logo caption",
"logo caption"
],
"label": "Logo's caption",
"description": "The logo's caption.",
"suggested": true
},
"logo_size": {
"type": "number",
"aliases": [
"network_logo_size",
"logosize"
],
"label": "Logo size",
"description": "Size of the image, in pixels.",
"example": "250"
},
"logo_alt": {
"type": "content",
"aliases": [
"network_logo_alt"
],
"label": "Logo caption alt text",
"description": "Alt text of the logo. Alt text will be read out by screen readers and is not visible."
},
"collapsible": {
"label": "Collapsible?",
"description": "Set image to be collapsible.",
"type": "boolean"
},
"image": {
"type": "wiki-file-name",
"aliases": [
"screenshot"
],
"label": "Screenshot",
"description": "Screenshot of the network's website."
},
"image_size": {
"aliases": [
"screenshot_size"
],
"label": "Screenshot size",
"description": "Size of the screenshot, in pixels.",
"type": "number"
},
"image_alt": {
"aliases": [
"screenshot_alt"
],
"label": "Screenshot alt text",
"description": "Alt text of the screenshot. Alt text will be read out by screen readers and is not visible.",
"type": "content"
},
"caption": {
"type": "content",
"label": "Screenshot's caption",
"description": "The screenshot's caption."
},
"type": {
"type": "content",
"aliases": [
"network_type"
],
"label": "Type",
"description": "Type of broadcasting network.",
"example": "Radio, terrestrial television and satellite television broadcaster",
"suggested": true
},
"branding": {
"type": "string",
"label": "Branding",
"description": "What the network brands itself as.",
"example": "NHK"
},
"country": {
"type": "string",
"label": "Country",
"description": "Country where the network is headquarted.",
"suggested": true
},
"airdate": {
"type": "string",
"label": "First air date",
"description": "Date which the network first aired, in the format {{Start date|YYYY|MM|DD|df=y}}.",
"example": "{{Start date|1970|2|26}}",
"suggested": true
},
"available": {
"type": "string",
"label": "Availability",
"description": "Regions where the network is available.",
"example": "Global",
"suggested": true
},
"founded": {
"type": "string",
"aliases": [
"foundation"
],
"label": "Founded",
"description": "Where the network was founded.",
"suggested": true
},
"founder": {
"type": "string",
"label": "Founder",
"description": "Who founded the network."
},
"motto": {
"type": "content",
"label": "Motto"
},
"tvstations": {
"type": "string",
"label": "TV stations"
},
"tvtransmitters": {
"type": "string",
"label": "TV transmitters"
},
"radiostations": {
"type": "string",
"label": "Radio stations"
},
"radiotransmitters": {
"type": "string",
"label": "Radio transmitters"
},
"market_share": {
"type": "string",
"label": "Market share"
},
"endowment": {
"type": "string",
"label": "Endowment",
"description": "Financial endowment. Use {{increase}} or {{decrease}} at the beginning, and then state the endowment and year.",
"example": "{{increase}} $100.0 million (2000)"
},
"revenue": {
"type": "string",
"label": "Revenue",
"description": "Use {{increase}} or {{decrease}} at the beginning, and then state the revenue and year.",
"example": "{{increase}} $100.0 million (2000)"
},
"net_income": {
"label": "Net income",
"description": "Use {{increase}} or {{decrease}} at the beginning, and then state the net income and year.",
"example": "{{increase}} $100.0 million (2000)",
"type": "string"
},
"license_area": {
"type": "string",
"aliases": [
"licence_area"
],
"label": "License area",
"description": "Area which the network is licensed to broadcast in."
},
"headquarters": {
"type": "string",
"label": "Headquarters",
"description": "Location of network's headquarters."
},
"broadcast_area": {
"label": "Broadcast area",
"description": "Area(s) which the network broadcasts in.",
"type": "string"
},
"area": {
"label": "Area",
"type": "content"
},
"nation": {
"label": "Nation",
"type": "string"
},
"regions": {
"type": "string",
"label": "Regions"
},
"erp": {
"type": "string",
"label": "Effective radiated power"
},
"owner": {
"type": "string",
"label": "Owner"
},
"parent": {
"label": "Parent",
"type": "string"
},
"key_people": {
"aliases": [
"keypeople"
],
"type": "content",
"label": "Key people",
"description": "People key to the network, for example the CEO.",
"example": "[[Katherine Maher]] (CEO)"
},
"established": {
"label": "Established",
"description": "When the network was established. Use {{Start date|YYYY|MM|DD|df=y}}.",
"example": "{{Start date|2016|df=y}}",
"type": "string"
},
"test_card": {
"label": "Test card",
"type": "string"
},
"test_of_transmission": {
"aliases": [
"test of transmission"
],
"label": "Transmission test",
"type": "content"
},
"launch_date": {
"aliases": [
"launched"
],
"label": "Launch date",
"description": "Date when the network was launched. Use {{Start date|YYYY|MM|DD|df=y}}.",
"type": "string"
},
"dissolved": {
"type": "string",
"aliases": [
"closure_date",
"closed"
],
"label": "Dissolved",
"description": "Date when the network was dissolved. Use {{End date|YYYY|MM|DD|df=y}}."
},
"former_names": {
"type": "content",
"aliases": [
"past_names"
],
"label": "Former names",
"description": "Former names of the network."
},
"digital": {
"type": "content",
"label": "Digital channel(s)",
"description": "List of digital channels the network owns."
},
"virtual channel": {
"type": "content",
"label": "Virtual channel(s)",
"description": "List of digital channels the network owns."
},
"analog": {
"type": "content",
"aliases": [
"Analog channel"
],
"label": "Analogue channel(s)",
"description": "List of analogue channels the network owns."
},
"Picture format": {
"aliases": [
"picture_format",
"picture format"
],
"type": "content",
"label": "Picture format",
"description": "What formats the network broadcasts in.",
"example": "[[1080i]] ([[HDTV]])"
},
"servicename1": {
"type": "string",
"label": "Service name 1",
"description": "Name of the service that the network operates. Continues until 7.",
"example": "[[Free-to-air|Free channels]]"
},
"service1": {
"type": "number",
"label": "Service 1",
"description": "Number of channels the network broadcasts of service name 1. Continues until 7."
},
"servicename2": {
"type": "string",
"label": "Service name 2"
},
"service2": {
"type": "string",
"label": "Service 2"
},
"servicename3": {
"type": "string",
"label": "Service name 3"
},
"service3": {
"type": "string",
"label": "Service 3"
},
"servicename4": {
"type": "string",
"label": "Service name 4"
},
"service4": {
"type": "string",
"label": "Service 4"
},
"servicename5": {
"type": "string",
"label": "Service name 5"
},
"service5": {
"type": "string",
"label": "Service 5"
},
"servicename6": {
"type": "string",
"label": "Service name 6"
},
"service6": {
"type": "string",
"label": "Service 6"
},
"servicename7": {
"type": "string",
"label": "Service name 7"
},
"service7": {
"type": "string",
"label": "Service 7"
},
"callsigns": {
"type": "string",
"aliases": [
"callsign"
],
"label": "Callsign(s)",
"description": "Callsign of the network."
},
"callsign_meaning": {
"type": "string",
"label": "Callsign meaning",
"description": "Meaning of the callsign."
},
"former_callsigns": {
"type": "string",
"label": "Former callsigns"
},
"affiliation": {
"type": "string",
"aliases": [
"affiliations",
"affiliates"
],
"label": "Network affiliation(s)",
"description": "List of network affiliate(s)."
},
"groups": {
"type": "string",
"label": "Group(s)"
},
"former_affiliations": {
"type": "string",
"label": "Former affiliation(s)",
"description": "List of former network affiliate(s)."
},
"webcast": {
"label": "Webcast",
"description": "Link to a webcast of the broadcast network.",
"type": "string"
},
"website": {
"type": "string",
"label": "Official website",
"description": "Use {{URL}}.",
"suggested": true
},
"language": {
"type": "content",
"label": "Language(s)",
"description": "Language(s) the network broadcasts in."
},
"replaced": {
"type": "content",
"label": "Replaced",
"description": "If this network replaced another network, list the replaced network here."
},
"replaced_by": {
"type": "content",
"label": "Replaced by",
"description": "If this network has been replaced, list here what networks it has been replaced by."
},
"subsidiary": {
"type": "content",
"label": "Subsidiary of?"
},
"module": {
"type": "content",
"label": "Module",
"description": "Other templates can be embedded here."
},
"footnotes": {
"type": "content",
"label": "Notes",
"description": "Footnotes which will be at the bottom of the infobox."
}
},
"description": "This infobox is for articles about broadcast networks. It should not be used for television stations or radio stations. Use {{Infobox television station}} or {{Infobox radio station}}, instead.",
"paramOrder": [
"name",
"logo",
"logo_caption",
"logo_size",
"logo_alt",
"collapsible",
"image",
"image_size",
"image_alt",
"caption",
"type",
"branding",
"country",
"airdate",
"available",
"founded",
"founder",
"motto",
"tvstations",
"tvtransmitters",
"radiostations",
"radiotransmitters",
"market_share",
"endowment",
"revenue",
"net_income",
"license_area",
"headquarters",
"broadcast_area",
"area",
"nation",
"regions",
"erp",
"owner",
"parent",
"key_people",
"established",
"test_card",
"test_of_transmission",
"launch_date",
"dissolved",
"former_names",
"digital",
"virtual channel",
"analog",
"Picture format",
"servicename1",
"service1",
"servicename2",
"service2",
"servicename3",
"service3",
"servicename4",
"service4",
"servicename5",
"service5",
"servicename6",
"service6",
"servicename7",
"service7",
"callsigns",
"callsign_meaning",
"former_callsigns",
"affiliation",
"groups",
"former_affiliations",
"webcast",
"website",
"language",
"replaced",
"replaced_by",
"subsidiary",
"module",
"footnotes"
],
"format": "block"
}
</templatedata>
 
== Tracking category ==
<!--[[:en:Template:Infobox Broadcasting network]]-->
* {{clc|Pages using Infobox broadcasting network with unknown parameters}}
<!--[[pt:Template:Infobox Rede de -----televisão-----]]-->
 
</includeonly>
==See also==
{{Film- and television-related infobox templates}}
 
<includeonly>{{Sandbox other||
<!-- Categories below this line, please; interwikis at Wikidata -->
[[Category:Radio infobox templates|Network]]
[[Category:Television infobox templates|Broadcasting network]]
[[Category:Templates that add a tracking category]]
}}</includeonly>