Difference between revisions of "Template:Localized link/en"
Jump to navigation
Jump to search
Updating to match new version of source page
>FuzzyBot (Updating to match new version of source page) |
>FuzzyBot (Updating to match new version of source page) |
||
Line 53: | Line 53: | ||
== Usage in translatable pages == | == Usage in translatable pages == | ||
On pages prepared for translation with the {{ll|Extension:Translate|nsp=0}} extension, this template may be used in three ways. | On pages prepared for translation with the {{ll|Extension:Translate|nsp=0}} extension, this template may be used in three ways. | ||
# Should better be substitute this template, and then the wikilink target embedded in a <code> | # Should better be substitute this template, and then the wikilink target embedded in a <code class="mw-highlight">{{^(}}{{#tag:span|tvar|class=nt}} {{attr|name|id}}{{)^}}...{{^(}}/{{#tag:span|tvar|class=nt}}{{)^}}</code>, separately from the translatable displayed text of the link. | ||
#: As example, instead <code><nowiki>{{ll|Communication|About communication}}</nowiki></code>, translation markup in translatable page will be <code><nowiki>[[<tvar | #: As example, instead <code><nowiki>{{ll|Communication|About communication}}</nowiki></code>, translation markup in translatable page will be <code><nowiki>[[<tvar name=1>Special:MyLanguage/Communication</tvar>|About communication]]</nowiki></code>. | ||
# Alternatively, may be exclude this code from translatable section. | # Alternatively, may be exclude this code from translatable section. | ||
#: As example, for <code>some text <nowiki>{{ll|Communication|About communication}}</nowiki> some text</code>, translation markup in translatable page will be | #: As example, for <code>some text <nowiki>{{ll|Communication|About communication}}</nowiki> some text</code>, translation markup in translatable page will be | ||
Line 62: | Line 63: | ||
#: This is useful for bulleted lists of links, e.g. in the "See also:" sections. | #: This is useful for bulleted lists of links, e.g. in the "See also:" sections. | ||
# If link text does not have to be different from the name of landing page, will be better to embed all this code into {{tag|tvar|open}}. | # If link text does not have to be different from the name of landing page, will be better to embed all this code into {{tag|tvar|open}}. | ||
#: As example, instead {{Tlx|ll|Communication}}, translation markup in translatable page will be <code><nowiki><tvar | #: As example, instead {{Tlx|ll|Communication}}, translation markup in translatable page will be <code><nowiki><tvar name=1>{{ll|Communication}}</tvar></nowiki></code>. | ||
== See also == | == See also == | ||
* [[Template:Localized link/messagedoc]] — should be used for message documentation in translatable pages that use this template. | * [[Template:Localized link/messagedoc]] — should be used for message documentation in translatable pages that use this template. | ||
* {{tl|Translatable template}} | * {{tl|Translatable template}} - alias {{tl|TNT}} or {{tl|tnt}} | ||
* {{tl|Translatable template name}} | * {{tl|Translatable template name}} - alias {{tl|TNTN}} or {{tl|tntn}} | ||
* {{tl|Page language link}} | * {{tl|Page language link}} - alias {{tl|pll}} - add a link from a translatable page to another translatable page in the same language | ||
}} | }} | ||
[[Category:Internationalization templates]] | [[Category:Internationalization templates]] | ||
</noinclude> | </noinclude> |