Template:Link to Cargo table/doc
Appearance
Template documentation
This template creates a link to a Cargo table's page using the Special:CargoTables interface.
Usage
{{Link to Cargo table
| cargo_table_name = table_name
| link_text = Displayed link text
}}
Parameters
cargo_table_name(required)- The exact name of the Cargo table as declared with
#cargo_declare. link_text(required)- The text that will be shown as the clickable link.
Example
{{Link to Cargo table
| cargo_table_name = characters
| link_text = View character table
}}
This will produce:
Technical notes
- The template uses
<includeonly>tags so it only functions when transcluded. - It does not produce output when viewed directly.