Template:Toronto Stock Exchange/doc

< Template:Toronto Stock Exchange

Usage

This template is used to link to a stock traded on the Toronto Stock Exchange (TSX). Type the following, replacing XXXX with the company's stock symbol:

{{TSX|XXXX}}

For example:

{{TSX|RY}} --> TSXRY

Multiple classes of stock

This template can show upto 3 different classes of stock at once. Type the following, replacing ABC.X, ABC.Y, and ABC.Z with the company's stock symbols:

{{TSX|ABC.X|ABC.Y|ABC.Z}}

For example:

{{TSX|CTC|CTC.A}} --> TSXBBD.ABBD.B

TemplateData

<templatedata> { "params": { "1": { "label": "Stock symbol 1", "description": "The ticker/stock symbol of the company or first class of stock", "example": "CTC", "type": "string", "required": true }, "2": { "label": "Stock symbol 2", "description": "The ticker/stock symbol of the second class of stock", "example": "CTC.A", "type": "string" }, "3": { "label": "Stock symbol 3", "description": "The ticker/stock symbol of the third class of stock",

           "type": "string"

} }, "description": "Used to link to a stock traded on the Toronto Stock Exchange (TSX)", "format": "inline" } </templatedata>