« Modèle:Localized link » : différence entre les versions
move doc here to make translatable |
prepare for translation |
||
Ligne 1 : | Ligne 1 : | ||
{{#ifeq:{{FULLPAGENAME:{{{1}}}}}|{{FULLPAGENAME:{{translatable}}}}<!--self link (including translation pages)--> | <noinclude> | ||
<languages/> | |||
</noinclude><!-- | |||
-->{{#ifeq:{{FULLPAGENAME:{{{1}}}}}|{{FULLPAGENAME:{{translatable}}}}<!--self link (including translation pages)--> | |||
|<b> | |<b> | ||
}}[[Special:MyLanguage/{{{1}}}|{{#if:{{{2|}}}|{{{2}}}|{{{2|{{#ifexist:Translations:{{#if:{{NAMESPACE:{{{1}}}}}|{{NAMESPACE:{{{1}}}}}:}}{{PAGENAME:{{{1}}}}}/Page display title/{{pagelang2}}<!--if the source page, pagelang2 returns en--> | }}[[Special:MyLanguage/{{{1}}}|{{#if:{{{2|}}}|{{{2}}}|{{{2|{{#ifexist:Translations:{{#if:{{NAMESPACE:{{{1}}}}}|{{NAMESPACE:{{{1}}}}}:}}{{PAGENAME:{{{1}}}}}/Page display title/{{pagelang2}}<!--if the source page, pagelang2 returns en--> | ||
Ligne 19 : | Ligne 22 : | ||
{{High-use|35000}} | {{High-use|35000}} | ||
<translate> | |||
== Purpose == | == Purpose == | ||
</translate> | |||
This helper template can be used to link to [[Special:LanguageStats|translatable pages]] in the user's language. It uses the special page prefix <code>Special:MyLanguage/</code>, which checks if there is a translated version of a page in the user's language, and links to it if there is one, and links to a fallback language where available, or the default wiki language version (English in MediaWiki) if there isn't. | This helper template can be used to link to [[Special:LanguageStats|translatable pages]] in the user's language. | ||
It uses the special page prefix <code>Special:MyLanguage/</code>, which checks if there is a translated version of a page in the user's language, and links to it if there is one, and links to a fallback language where available, or the default wiki language version (English in MediaWiki) if there isn't. | |||
It should be used in translated pages, so that they link to the right page even if there is no translated page in that language. | It should be used in translated pages, so that they link to the right page even if there is no translated page in that language. | ||
<translate> | |||
== Usage == | == Usage == | ||
</translate> | |||
{{Localized link/doc}} | {{Localized link/doc}} | ||
If "<code>nsp</code>" parameter is not defined, as link text displays the full pagename (including namespace); otherwise — if "<code>nsp</code>" parameter is defined by any value — link text displays the short pagename, without namespace. | If "<code>nsp</code>" parameter is not defined, as link text displays the full pagename (including namespace); otherwise — if "<code>nsp</code>" parameter is defined by any value — link text displays the short pagename, without namespace. | ||
<translate> | |||
=== Examples of simple usage === | === Examples of simple usage === | ||
</translate> | |||
{{(}}{{!}} class="wikitable" | {{(}}{{!}} class="wikitable" | ||
{{!}}- | {{!}}- | ||
! Use | ! <translate>Use</translate> | ||
! Becomes | ! <translate>Becomes</translate> | ||
{{!}}- | {{!}}- | ||
{{!}} {{Tlx{{!}}ll{{!}}Communication}} | {{!}} {{Tlx{{!}}ll{{!}}Communication}} | ||
Ligne 51 : | Ligne 58 : | ||
{{!}}{{)}} | {{!}}{{)}} | ||
<translate> | |||
== Usage in translatable pages == | == Usage in translatable pages == | ||
</translate> | |||
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><nowiki><tvar|id>...</></nowiki></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|1>Special:MyLanguage/Communication</>|About communication]]</nowiki></code>. | |||
# Should better be substitute this template, and then the wikilink target embedded in a <code><nowiki><tvar|id>...</></nowiki></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|1>Special:MyLanguage/Communication</>|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 | ||
Ligne 64 : | Ligne 72 : | ||
#: As example, instead {{Tlx|ll|Communication}}, translation markup in translatable page will be <code><nowiki><tvar|1>{{ll|Communication}}</></nowiki></code>. | #: As example, instead {{Tlx|ll|Communication}}, translation markup in translatable page will be <code><nowiki><tvar|1>{{ll|Communication}}</></nowiki></code>. | ||
<translate> | |||
== See also == | == See also == | ||
</translate> | |||
* [[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}}, alias {{tl|TNT}} or {{tl|tnt}} | * {{tl|Translatable template}}, alias {{tl|TNT}} or {{tl|tnt}} |
Version du 5 juin 2021 à 09:37
<languages/> {{#ifeq:|
|
}}[[Special:MyLanguage/{{{1}}}|{{#if:|{{{2}}}|{{#ifexist:Translations:{{#if:|:}}/Page display title/Modèle:Pagelang2
|{{#if: | |{{ Modèle:TNTN }} }} |{{#if: | |{{{1}}} }}
}}}}]]{{#ifeq:|
|
}}
<translate>
Purpose
</translate>
This helper template can be used to link to translatable pages in the user's language.
It uses the special page prefix Special:MyLanguage/
, which checks if there is a translated version of a page in the user's language, and links to it if there is one, and links to a fallback language where available, or the default wiki language version (English in MediaWiki) if there isn't.
It should be used in translated pages, so that they link to the right page even if there is no translated page in that language.
<translate>
Usage
</translate> Modèle:Localized link/doc
If "nsp
" parameter is not defined, as link text displays the full pagename (including namespace); otherwise — if "nsp
" parameter is defined by any value — link text displays the short pagename, without namespace.
<translate>
Examples of simple usage
</translate> Modèle:(| class="wikitable" |- ! <translate>Use</translate> ! <translate>Becomes</translate> |- | {{Tlx|ll|Communication}} | {{ll|Communication}} |- | {{Tlx|ll|Communication|コミュニケーション}} | {{ll|Communication|コミュニケーション}} |- | {{Tlx|ll|Project:About}} | {{ll|Project:About}} |- | {{Tlx|ll|Project:About|nsp=0}} | {{ll|Project:About|nsp=0}} |Modèle:)
<translate>
Usage in translatable pages
</translate> On pages prepared for translation with the {{#ifeq:Extension:Translate|
|
}}[[Special:MyLanguage/Extension:Translate|{{#if:|{{{2}}}|{{#ifexist:Translations:{{#if:|:}}Extension:Translate/Page display title/Modèle:Pagelang2
|{{#if:0 | |{{ Modèle:TNTN }} }} |{{#if:0 |Extension:Translate |Extension:Translate }}
}}}}]]{{#ifeq:Extension:Translate|
|
}}
extension, this template may be used in three ways.- Should better be substitute this template, and then the wikilink target embedded in a
<tvar|id>...</>
, separately from the translatable displayed text of the link.- As example, instead
{{ll|Communication|About communication}}
, translation markup in translatable page will be[[<tvar|1>Special:MyLanguage/Communication</>|About communication]]
.
- As example, instead
- Alternatively, may be exclude this code from translatable section.
- As example, for
some text {{ll|Communication|About communication}} some text
, translation markup in translatable page will be <translate>some text</translate> {{ll|Communication|<translate>About communication</translate>}} <translate>some text</translate>
.- This is useful for bulleted lists of links, e.g. in the "See also:" sections.
- As example, for
- If link text does not have to be different from the name of landing page, will be better to embed all this code into Modèle:Tag.
- As example, instead Modèle:Tlx, translation markup in translatable page will be
<tvar|1>{{ll|Communication}}</>
.
- As example, instead Modèle:Tlx, translation markup in translatable page will be
<translate>
See also
</translate>
- Template:Localized link/messagedoc — should be used for message documentation in translatable pages that use this template.
- {{{{#ifeq:Modèle:Translatable template|
|
}}[[Special:MyLanguage/Template:Translatable template|{{#if:|{{{2}}}|{{#ifexist:Translations:{{#if:Modèle|Modèle:}}Translatable template/Page display title/Modèle:Pagelang2
|{{#if:0 | |{{ Modèle:TNTN }} }} |{{#if:0 |Translatable template |Template:Translatable template }}
}}}}]]{{#ifeq:Modèle:Translatable template|
|
}}
}}, alias {{{{#ifeq:Modèle:TNT||
}}[[Special:MyLanguage/Template:TNT|{{#if:|{{{2}}}|{{#ifexist:Translations:{{#if:Modèle|Modèle:}}TNT/Page display title/Modèle:Pagelang2
|{{#if:0 | |{{ Modèle:TNTN }} }} |{{#if:0 |TNT |Template:TNT }}
}}}}]]{{#ifeq:Modèle:TNT|
|
}}
}} or {{{{#ifeq:Modèle:Tnt||
}}[[Special:MyLanguage/Template:tnt|{{#if:|{{{2}}}|{{#ifexist:Translations:{{#if:Modèle|Modèle:}}Tnt/Page display title/Modèle:Pagelang2
|{{#if:0 | |{{ Modèle:TNTN }} }} |{{#if:0 |Tnt |Template:tnt }}
}}}}]]{{#ifeq:Modèle:Tnt|
|
}}
}}- {{{{#ifeq:Modèle:Translatable template name|
|
}}[[Special:MyLanguage/Template:Translatable template name|{{#if:|{{{2}}}|{{#ifexist:Translations:{{#if:Modèle|Modèle:}}Translatable template name/Page display title/Modèle:Pagelang2
|{{#if:0 | |{{ Modèle:TNTN }} }} |{{#if:0 |Translatable template name |Template:Translatable template name }}
}}}}]]{{#ifeq:Modèle:Translatable template name|
|
}}
}}, alias {{{{#ifeq:Modèle:TNTN||
}}[[Special:MyLanguage/Template:TNTN|{{#if:|{{{2}}}|{{#ifexist:Translations:{{#if:Modèle|Modèle:}}TNTN/Page display title/Modèle:Pagelang2
|{{#if:0 | |{{ Modèle:TNTN }} }} |{{#if:0 |TNTN |Template:TNTN }}
}}}}]]{{#ifeq:Modèle:TNTN|
|
}}
}} or {{{{#ifeq:Modèle:Tntn||
}}[[Special:MyLanguage/Template:tntn|{{#if:|{{{2}}}|{{#ifexist:Translations:{{#if:Modèle|Modèle:}}Tntn/Page display title/Modèle:Pagelang2
|{{#if:0 | |{{ Modèle:TNTN }} }} |{{#if:0 |Tntn |Template:tntn }}
}}}}]]{{#ifeq:Modèle:Tntn|
|
}}
}}- {{{{#ifeq:Modèle:Page language link|
|
}}[[Special:MyLanguage/Template:Page language link|{{#if:|{{{2}}}|{{#ifexist:Translations:{{#if:Modèle|Modèle:}}Page language link/Page display title/Modèle:Pagelang2
|{{#if:0 | |{{ Modèle:TNTN }} }} |{{#if:0 |Page language link |Template:Page language link }}
}}}}]]{{#ifeq:Modèle:Page language link|
|
}}
}}, alias {{{{#ifeq:Modèle:Pll||
}}[[Special:MyLanguage/Template:pll|{{#if:|{{{2}}}|{{#ifexist:Translations:{{#if:Modèle|Modèle:}}Pll/Page display title/Modèle:Pagelang2
|{{#if:0 | |{{ Modèle:TNTN }} }} |{{#if:0 |Pll |Template:pll }}
}}}}]]{{#ifeq:Modèle:Pll|
|
}}
}}: add a link from a translatable page to another translatable page in the same language{{#if:Modèle:Tsh
<translate>
Purpose
</translate>
This helper template can be used to link to translatable pages in the user's language.
It uses the special page prefix Special:MyLanguage/
, which checks if there is a translated version of a page in the user's language, and links to it if there is one, and links to a fallback language where available, or the default wiki language version (English in MediaWiki) if there isn't.
It should be used in translated pages, so that they link to the right page even if there is no translated page in that language.
<translate>
Usage
</translate> Modèle:Localized link/doc
If "nsp
" parameter is not defined, as link text displays the full pagename (including namespace); otherwise — if "nsp
" parameter is defined by any value — link text displays the short pagename, without namespace.
<translate>
Examples of simple usage
</translate> Modèle:(| class="wikitable" |- ! <translate>Use</translate> ! <translate>Becomes</translate> |- | {{Tlx|ll|Communication}} | {{ll|Communication}} |- | {{Tlx|ll|Communication|コミュニケーション}} | {{ll|Communication|コミュニケーション}} |- | {{Tlx|ll|Project:About}} | {{ll|Project:About}} |- | {{Tlx|ll|Project:About|nsp=0}} | {{ll|Project:About|nsp=0}} |Modèle:)
<translate>
Usage in translatable pages
</translate> On pages prepared for translation with the {{#ifeq:Extension:Translate|
|
}}[[Special:MyLanguage/Extension:Translate|{{#if:|{{{2}}}|{{#ifexist:Translations:{{#if:|:}}Extension:Translate/Page display title/Modèle:Pagelang2
|{{#if:0 | |{{ Modèle:TNTN }} }} |{{#if:0 |Extension:Translate |Extension:Translate }}
}}}}]]{{#ifeq:Extension:Translate|
|
}}
extension, this template may be used in three ways.- Should better be substitute this template, and then the wikilink target embedded in a
<tvar|id>...</>
, separately from the translatable displayed text of the link.- As example, instead
{{ll|Communication|About communication}}
, translation markup in translatable page will be[[<tvar|1>Special:MyLanguage/Communication</>|About communication]]
.
- As example, instead
- Alternatively, may be exclude this code from translatable section.
- As example, for
some text {{ll|Communication|About communication}} some text
, translation markup in translatable page will be <translate>some text</translate> {{ll|Communication|<translate>About communication</translate>}} <translate>some text</translate>
.- This is useful for bulleted lists of links, e.g. in the "See also:" sections.
- As example, for
- If link text does not have to be different from the name of landing page, will be better to embed all this code into Modèle:Tag.
- As example, instead Modèle:Tlx, translation markup in translatable page will be
<tvar|1>{{ll|Communication}}</>
.
- As example, instead Modèle:Tlx, translation markup in translatable page will be
<translate>
See also
</translate>
- Template:Localized link/messagedoc — should be used for message documentation in translatable pages that use this template.
- {{{{#ifeq:Modèle:Translatable template|
|
}}[[Special:MyLanguage/Template:Translatable template|{{#if:|{{{2}}}|{{#ifexist:Translations:{{#if:Modèle|Modèle:}}Translatable template/Page display title/Modèle:Pagelang2
|{{#if:0 | |{{ Modèle:TNTN }} }} |{{#if:0 |Translatable template |Template:Translatable template }}
}}}}]]{{#ifeq:Modèle:Translatable template|
|
}}
}}, alias {{{{#ifeq:Modèle:TNT||
}}[[Special:MyLanguage/Template:TNT|{{#if:|{{{2}}}|{{#ifexist:Translations:{{#if:Modèle|Modèle:}}TNT/Page display title/Modèle:Pagelang2
|{{#if:0 | |{{ Modèle:TNTN }} }} |{{#if:0 |TNT |Template:TNT }}
}}}}]]{{#ifeq:Modèle:TNT|
|
}}
}} or {{{{#ifeq:Modèle:Tnt||
}}[[Special:MyLanguage/Template:tnt|{{#if:|{{{2}}}|{{#ifexist:Translations:{{#if:Modèle|Modèle:}}Tnt/Page display title/Modèle:Pagelang2
|{{#if:0 | |{{ Modèle:TNTN }} }} |{{#if:0 |Tnt |Template:tnt }}
}}}}]]{{#ifeq:Modèle:Tnt|
|
}}
}}- {{{{#ifeq:Modèle:Translatable template name|
|
}}[[Special:MyLanguage/Template:Translatable template name|{{#if:|{{{2}}}|{{#ifexist:Translations:{{#if:Modèle|Modèle:}}Translatable template name/Page display title/Modèle:Pagelang2
|{{#if:0 | |{{ Modèle:TNTN }} }} |{{#if:0 |Translatable template name |Template:Translatable template name }}
}}}}]]{{#ifeq:Modèle:Translatable template name|
|
}}
}}, alias {{{{#ifeq:Modèle:TNTN||
}}[[Special:MyLanguage/Template:TNTN|{{#if:|{{{2}}}|{{#ifexist:Translations:{{#if:Modèle|Modèle:}}TNTN/Page display title/Modèle:Pagelang2
|{{#if:0 | |{{ Modèle:TNTN }} }} |{{#if:0 |TNTN |Template:TNTN }}
}}}}]]{{#ifeq:Modèle:TNTN|
|
}}
}} or {{{{#ifeq:Modèle:Tntn||
}}[[Special:MyLanguage/Template:tntn|{{#if:|{{{2}}}|{{#ifexist:Translations:{{#if:Modèle|Modèle:}}Tntn/Page display title/Modèle:Pagelang2
|{{#if:0 | |{{ Modèle:TNTN }} }} |{{#if:0 |Tntn |Template:tntn }}
}}}}]]{{#ifeq:Modèle:Tntn|
|
}}
}}- {{{{#ifeq:Modèle:Page language link|
|
}}[[Special:MyLanguage/Template:Page language link|{{#if:|{{{2}}}|{{#ifexist:Translations:{{#if:Modèle|Modèle:}}Page language link/Page display title/Modèle:Pagelang2
|{{#if:0 | |{{ Modèle:TNTN }} }} |{{#if:0 |Page language link |Template:Page language link }}
}}}}]]{{#ifeq:Modèle:Page language link|
|
}}
}}, alias {{{{#ifeq:Modèle:Pll||
}}[[Special:MyLanguage/Template:pll|{{#if:|{{{2}}}|{{#ifexist:Translations:{{#if:Modèle|Modèle:}}Pll/Page display title/Modèle:Pagelang2
|{{#if:0 | |{{ Modèle:TNTN }} }} |{{#if:0 |Pll |Template:pll }}
}}}}]]{{#ifeq:Modèle:Pll|
|
}}
}}: add a link from a translatable page to another translatable page in the same language| [[Category:Template documentation pages{{#translation:}}]] }}