Difference between revisions of "Template:Translate-link"
From Dragon Age Toolset Wiki
| Line 2: | Line 2: | ||
<!-- If the language of the current page could not be extracted --> | <!-- If the language of the current page could not be extracted --> | ||
| | | | ||
| − | {{#if: {{{3}}} | + | {{#if: {{{3|}}} |
<!-- If 3rd param is defined --> | <!-- If 3rd param is defined --> | ||
| | | | ||
Revision as of 22:03, 7 November 2010
Description
Template allows you to quickly create links to translated page DA Builder Wiki using the language of the current page:
| Source code | Condition | Output |
|---|---|---|
{{Translate-link|Main Page}}
|
If the language of the current page could not be extracted | Translate-link: GETTING_LANGUAGE_ERROR |
| If the page translated into current language exists (i.e. this page in Russian) | Main Page | |
| If the page translated into current language does not exist (i.e. this page in Russian) | Main Page (en) | |
{{Translate-link|Main Page|New page name}}
|
If the language of the current page could not be extracted | Translate-link: GETTING_LANGUAGE_ERROR |
| If the page translated into current language exists (i.e. this page in Russian) | New page name | |
| If the page translated into current language does not exist (i.e. this page in Russian) | New page name (en) |