Template:Trimc
This template replaces multiple colons at the beginning of internal links. This patch, deployed to Commons 13 September 2017, made links starting with two colons (e.g. [[::Main Page]]) invalid, so if a template has a hard-coded colon and the parameter value too, it will break the link. This template helps fixing it.
Usage
{{Trimc |1= }}
Template parameters
- TemplateData
TemplateData is a way to store information about template parameters (the description of those and of the whole template) for both humans and machines. It is used by VisualEditor and possibly other tools like Upload Wizard.
Existing template documentation
At Wikimedia Commons, it is recommended to use {{TemplateBox}} with either useTemplateData=1
or useTemplateData=only
on the /doc
subpage and transcluding it with {{Documentation}} into the template. <nowiki>
-tags can be wrapped around the arguments, if required, to avoid templates being expanded.
Newly created template documentation and imports
Another option, especially for imported templates, or for users with JSON experience, is placing raw <templatedata>
-tags into the Wikitext of the template, as described in various Wikipediae.
Wikipedia's help about TemplateData • Commons-specific information
This template replaces multiple colons at the beginning of internal links. A patch, deployed to Commons 13 September 2017, made links starting with two colons (e.g. [[::Main Page]]) invalid, so if a template has a hard-coded colon and the parameter value too, it will break the link. This template helps fixing it.
Parameter | Description | Type | Status | |
---|---|---|---|---|
string | 1 | String probably containing non-working links | Content | required |
Additional information
The template is intended to be used in the following namespaces: the Template namespace
The template is intended to be used by the following user groups: all users
Relies on:
Module:String
Example
{{Trimc|[[::Main Page]]}}
renders as:
Localization
This template is not intended to be localized.