Changes

Jump to navigation Jump to search
no edit summary
{{Documentation subpage}}
This template conditionally activate the first parameter if the current page is a translation, or the second if the current page is in the wiki language (i.e. {{#language:{{CONTENTLANGUAGE}}|en}} for this wiki).

== Usage ==

:<code><nowiki>{{ifTranslation|1|2}}</nowiki></code>
Parameters:
# any wikitext in the first parameter is used if the page is a translation (translated document)
# any wikitext in the second parameter is used if the page is not a translation (document in English)

<u>Important note:</u> this template is not exactly the opposite of {{tl|ifNotTranslation}}. This present template doesn’t consider the "/en" subpage as a translation (it is triggered by the second parameter), but {{tl|ifNotTranslation}} does consider the "/en" subpage as a translation (triggered by its second parameter).

<u>Use case:</u> To conditionally include a warning on actual translations, this present template is preferred (else the warning would also be display on the "/en" subpage).

This template is intended to be used with the pages translated with the [[Help:Extension:Translate|Translate extension]]. For translations which are not using Translate, its behavious could be misleading – e.g. if used on [[m:Pobočky Wikimedia]] (unsynchronised Czech translation of [[m:Wikimedia chapters]]) the template will behave as if it was a page in English (not a translation), and if used on a page ending with "/en" it will behave as if it was a source document even if the page is a translation into English from another language.

== Example ==

If there is the code <code>{{tlp|ifTranslation|Warning: this page is a non-authoritative translation of {{BASEPAGENAME}}.}}</code> at the beginning of the page [[m:WMF Resolutions/FDC Approval Fall 2012]], then [[m:WMF Resolutions/FDC Approval Fall 2012]] and [[m:WMF Resolutions/FDC Approval Fall 2012/en]] will not be displayed the warning, but [[m:WMF Resolutions/FDC Approval Fall 2012/fr]] will.

== See also ==
* {{tl|ifNotTranslation}}

<includeonly>
<!-- PLEASE ADD CATEGORIES AND INTERWIKIS BELOW THIS LINE, INSIDE INCLUDEONLY TAGS. -->
[[Category:Internationalization templates]]
</includeonly>
Anonymous user

Navigation menu