Templat:Translatable template
Templat ini digunakan pada sekitar 1.300 halaman dan perubahannya kemungkinan dipantau. Uji cobalah di subhalaman /bak pasir atau /kasus uji templat, atau subhalaman pengguna Anda. Pertimbangkan untuk mendiskusikan perubahan di halaman pembicaraan sebelum mengimplementasikannya. |
Lua error in Modul:Lua_banner at line 93: attempt to index field 'edit' (a nil value).
Purpose[sunting sumber]
This template is used to show translatable templates in the language of the current page. Templates, like all other MediaWiki pages, can be translated using the Translate extension, which creates subpages with the form "pagename/language code". The template first checks if the name of the page contains a language code. If it does, it then checks if the template name given as a first parameter has a translation in that language. If the page name does not contain a language code, or if the navigation template doesn't exist in that language, it will display the English template.
This template has alias TNT which means Translatable Navigation Template.
How to use[sunting sumber]
{{Translatable template|name of template|parameters....}}
{{TNT|name of template|parameters....}}
{{tnt|name of template|parameters....}}
The above simplified syntax cannot work if the named template also needs to be transcluded in other translatable templates, because it would cause self-recursion of {{Translatable template}}. An alternative is to use {{Translatable template name}} which does not expand the template with its parameters, but only returns the resolved template name, which can then be transcluded normally:
{{ {{Translatable template name|name of template}} |parameters....}}
{{ {{TNTN|name of template}} |parameters....}}
{{ {{tntn|name of template}} |parameters....}}
Example (from
- REDIRECT Template:Localized link):
{{Translatable template|Extension-Translate}}
or{{TNT|Extension-Translate}}
which includes translated versions of {{Extension-Translate}} if it exists, or the English version if translations don't exist.
Parameters[sunting sumber]
The current version of the template may now include any kind of named or numbered parameters, whose values will be transferred into the called template (except for parameter 1 containing the basename of the translatable template to transclude). Numbered parameters will be shifted down by one position, all named parameters will be passed unchanged.
When that's problematic, you can use the special template
and noshift
parameters:
{{Translatable template|template=name of template|noshift=1|1=first parameter of called template|...}}
One named parameter is treated specially:
{{Translatable template|template=name of template|noshift=1|1=first parameter of called template|...}}
{{TNT|template=name of template|noshift=1|1=first parameter of called template|...}}
{{tnt|template=name of template|noshift=1|1=first parameter of called template|...}}
This tntns
will be used to specify another namespace from which the translatable pagename will be transcluded, instead of referencing the page name from the default :Template:
namespace. Note that this parameter is also passed (without modification) within the parameters of the transclusion.
Example with one parameters (from m:Special:MyLanguage/Global sysops):
{{TNT|Special global permissions/Seealso|Global sysops}}
where the second parameter "Global sysops" is the value of the first numbered parameter transferred into called page "Special global permissions/Seealso".
Dependency[sunting sumber]
- Module:Template translation (standard version)
- m:Module:Template translation/sandbox (used when this template is called with optional dummy parameter
sandbox=/sandbox
, for testing only
For other wikis: this revision does not require LUA and is simple.
See also[sunting sumber]
- {{Translatable template name}}, alias {{TNTN}} or {{tntn}}
- {{Localized link}}, alias {{ll}}
Translates a template.
Parameter | Keterangan | Jenis | Status | |
---|---|---|---|---|
Template name | 1 | Name of the template to be translated. | Templat | wajib diisi |
Language | uselang | Language in which the template will be translated.
| Kata | opsional |
tntns | tntns | Specify another namespace from which the translatable pagename will be transcluded, instead of referencing the page name from the default :Template: namespace. | Tak dikenal | opsional |
template | template | Name of template to find translated version of. When 'noshift=1' is also present, this parameter will be used instead of $1 to lookup the template in the user's selected language. | Nama halaman | opsional |
noshift | noshift | Disable default behavior of shifting numbered parameters down by one position. 'template' must also be used if this is enabled. | Boolean | opsional |
sandbox | sandbox | tidak ada keterangan | Tak dikenal | opsional |
Dokumentasi di atas ditransklusikan dari Templat:Translatable template/doc. (sunting | versi terdahulu) Penyunting dapat melakukan uji coba pada halaman bak pasir (buat | cermin) dan kasus uji (buat) templat ini. Mohon tambahkan kategori pada subhalaman /doc. Subhalaman templat ini. |