Template:Lang

This template is an improved version of Template:Otherlang2. It retains all the functionality, adds Hebrew properly, and automatically detects which languages a page has been translated into. It works on English and non-English pages, with or without namespaces. Otherlang2 may still be used, in the rare case that a translated page does not follow the wiki's standard method for translated page titles.
Unlike otherlang2, this template requires an unnamed parameter to be defined to work. The contents of it should be the full name of the page the template is being applied on, including namespaces such as Help:. It should not include any language suffixes, however, such as :ru. Capitalization matters, even on the first letter of the page name! Underscores must be replaced with spaces. ai_changehintgroup
must be written as Ai changehintgroup
.
- The
title
parameter can be used to change the text of the page titlebar (logically, into the text that should be displayed for the language of the page).
- The
$title
parameter can be used to change the text of the page titlebar and place the title under the <code> tag - {{lang|Template:Lang|$title=$model}}.
- There is also a
notitle
parameter which can be set to1
so that the page title is not displayed - {{lang|Template:Lang|notitle=1}}.


title
and notitle
together, otherwise you will have exactly the same error as the previous one.- The
noborder
parameter can be set to1
to hide the border around icons. If you don't plan on using it, don't bother defining it.
- The
noline
parameter can be set to1
to hide the line under the title. If you don't plan on using it, don't bother defining it.
Here's an example for a hypothetical Spanish page called Category:Hello:es:
{{lang|Category:Hello|title=Categoría:Hola|noborder=1}}
This will add icons for all the versions of this page in different languages. It will also change the displayed title to a Spanish version of the name, and hide the icon borders.
Currently supported languages:
- Also, this template automatically adds a page language category at the bottom of the page.
[Todo] simplify code for <mark> tags
For information on how the template detects other languages, view this page's source code.