Difference between revisions of "Template:History of Canadian Broadcasting/doc"

From blackwiki
Jump to navigation Jump to search
imported>JJMC89
(+TemplateData)
imported>Nihlus
(fixing)
 
Line 8: Line 8:
 
* {{tlc|{{BASEPAGENAME}}|<var>callsign</var>|<var>display</var>}}
 
* {{tlc|{{BASEPAGENAME}}|<var>callsign</var>|<var>display</var>}}
  
There are two parameters, the station callsign and how you want the link to display. Both are ''optional''.
+
There are two parameters, the station callsign and how you want the link to display. Both are ''optional''. If ''callsign'' is defined, it must have either -FM or -AM appended to it in order for the URL to work.
  
 
== Examples ==
 
== Examples ==
* {{tlc|{{BASEPAGENAME}}}} on page [[CKPC (AM)]] → {{{{BASEPAGENAME}}|CKPC|CKPC (AM)}}
+
* {{tlc|{{BASEPAGENAME}}}} on page [[CKPC (AM)]] → {{{{BASEPAGENAME}}|CKPC-AM|CKPC (AM)}}
* {{tlc|{{BASEPAGENAME}}|CKPC|CKPC (AM)}}  → {{{{BASEPAGENAME}}|CKPC|CKPC (AM)}}
+
* {{tlc|{{BASEPAGENAME}}|CKPC-AM|CKPC (AM)}}  → {{{{BASEPAGENAME}}|CKPC-AM|CKPC (AM)}}
  
 
== TemplateData ==
 
== TemplateData ==
Line 18: Line 18:
 
<templatedata>
 
<templatedata>
 
{
 
{
    "description": "A template for linking to History of Canadian Broadcasting",
+
"description": "A template for linking to History of Canadian Broadcasting",
    "format": "inline",
+
"format": "inline",
    "params": {
+
"params": {
        "callsign": {
+
"callsign": {
            "label": "Callsign",
+
"label": "Callsign",
            "description": "The radio station's callsign",
+
"description": "The radio station's callsign, must have either -FM or -AM appended to it",
            "type": "string",
+
"type": "string",
            "aliases": ["1"]
+
"aliases": [
        },
+
"1"
        "display": {
+
],
            "label": "Display",
+
"example": "CKPC-AM"
            "description": "The title of the link; will be followed by \"history\"",
+
},
            "default": "{{PAGENAME}}",
+
"display": {
            "type": "string",
+
"label": "Display",
            "aliases": ["2"]
+
"description": "The title of the link; will be followed by \"history\"",
        }
+
"default": "{{PAGENAME}}",
    }
+
"type": "string",
 +
"aliases": [
 +
"2"
 +
]
 +
}
 +
}
 
}
 
}
 
</templatedata>
 
</templatedata>

Latest revision as of 03:54, 25 October 2017

Generates an external link to History of Canadian Broadcasting.

Usage

  • {{History of Canadian Broadcasting|callsign=callsign|display=display}}
  • {{History of Canadian Broadcasting|callsign|display}}

There are two parameters, the station callsign and how you want the link to display. Both are optional. If callsign is defined, it must have either -FM or -AM appended to it in order for the URL to work.

Examples

TemplateData

This is the TemplateData documentation for this template used by VisualEditor and other tools; see the monthly parameter usage report for this template.

TemplateData for History of Canadian Broadcasting

A template for linking to History of Canadian Broadcasting

Template parameters

This template prefers inline formatting of parameters.

ParameterDescriptionTypeStatus
Callsigncallsign 1

The radio station's callsign, must have either -FM or -AM appended to it

Example
CKPC-AM
Stringoptional
Displaydisplay 2

The title of the link; will be followed by "history"

Default
{{PAGENAME}}
Stringoptional