Changes

Jump to navigation Jump to search
-langcat (obsolete; unused)
{{Documentation subpage}}
This template conditionally activate the first parameter if the current page is the source document (hence not a translation), or the second if the current page is a translation subpage.

== Usage ==

:<code><nowiki>{{ifNotTranslation|1|2}}</nowiki></code>
Parameters:
# any wikitext in the second parameter is used if the page is not a translation (source document)
# any wikitext in the first parameter is used if the page is a translation (any translation: "/en", "/zh", etc.)

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

<u>Important use case:</u> To conditionally include a category only in the source document, this present template is preferred (else the category would also contain the "/en" subpage).

<u>Warning:</u> 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 the code <code>{{tlp|ifNotTranslation|Category:Wikipedia Zero}}</code> is at the end of the page [[m:Wikipedia Zero Starting Page]], then [[m:Wikipedia Zero Starting Page]] will be included in the [[m:Category:Wikipedia Zero|category Wikipedia Zero]], but nor [[m:Wikipedia Zero Starting Page/fr]] nor [[m:Wikipedia Zero Starting Page/en]] will be in the category.

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

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

Navigation menu