Template:LangList

From ARK Wiki
Jump to navigation Jump to search
Template-info.png Documentation

This template stores two lists of language codes: One with all language projects that are ongoing, i.e. still on this wiki, and one with all completed language projects, i.e. languages with an own subdomain.

Usage

{{langList| <function> | <target lang> }}

First unnamed parameter

One of the following functions:

isOnWiki Returns yes if the <target lang> is the language code of an ongoing project.
isOffWiki Returns yes if the <target lang> is the language code of a completed project.
isEn Returns yes if the <target lang> is neither on-wiki nor off-wiki, i.e. English.
onWiki Lists all languages for which isOnWiki is true.
offWiki Lists all languages for which isOffWiki is true.
Second unnamed parameter

Language to operate on; is usually set to {{lang}}. Has no effect if the first unnamed parameter is set to onWiki or offWiki, and can be omitted in those cases.

Examples

Code Result
{{langList|isOffWiki|ko}}
{{langList|isOffWiki|fr}} yes
{{langList|isOffWiki|en}}
{{langList|isOnWiki|ko}} yes
{{langList|isOnWiki|fr}}
{{langList|isOnWiki|en}}
{{langList|isEn|en}} yes
{{langList|isEn|sv}}
{{langList|isEn|fr}}