Jump to content

Do not begin to migrate content here, it may be wiped without notice. More info.

Template:ForEachLanguage

From Debian Wiki
Revision as of 14:08, 8 August 2025 by AndrewSayers (talk | contribs)

Call a template for each language supported by the wiki

Template parameters[Edit template data]

ParameterDescriptionTypeStatus
Template1

Template to call

Example
ForEachTranslation/Element
Templaterequired
22

Passed through to template

Unknownoptional
33

Passed through to template

Unknownoptional
44

Passed through to template

Unknownoptional
55

Passed through to template

Unknownoptional
66

Passed through to template

Unknownoptional
77

Passed through to template

Unknownoptional
88

Passed through to template

Unknownoptional
99

Passed through to template

Unknownoptional

<Template> will be called once for each language supported by the wiki, with the language code as the first parameter, and up to 8 further positional parameters.

To add a new language to the wiki, add a block like this to the template (make sure the list remains alphabetically sorted):

{{{{{1}}}|<language-code>|{{{2|}}}|{{{3|}}}|{{{4|}}}|{{{5|}}}|{{{6|}}}|{{{7|}}}|{{{8|}}}|{{{9|}}}}}

If you update this page, please update all other pages in Category:LanguageMachinery.