warframe

This is the documentation page for Module:LanguageList


Language list generator. See docs at https://dev.fandom.com/wiki/Template:Language_list for usage info

Forked from https://dev.fandom.com/wiki/Module:Language_list

Documentation

Package items

languageList.makeLanguageList(frame) (function)
For manual filling up the language list Used in Template:Language list
Parameter: frame Frame object (table)
Returns: Resultant wikitext of list (string)
languageList.makeLanguageListAuto(frame) (function)
For automatic filling up the language list with languages from I18n-js JSON data pages Used in Template:Infobox JavaScript
Parameter: frame Frame object (table)
Returns: Resultant wikitext of list (string)
languageList.listFromJson(title, settings) (function)
For automatic filling up the language list with languages from a JSON-like page
Parameters:
title Page title (string)
settings Table of optional arguments (table)
Returns: Resultant wikitext of list (string)
languageList.listFromJavascript(title, settings) (function)
For automatic filling up the language list with languages from a JavaScript code page
Parameters:
title Page title (string)
settings Table of optional arguments (table)
Returns: Resultant wikitext of list (string)
languageList.listFromLua(title, settings) (function)
For automatic filling up the language list with languages from a Lua module data page
Parameters:
title Page title (string)
settings Table of optional arguments (table)
Returns: Resultant wikitext of list (string)
languageList.keysToList(content, indent, settings) (function)
Search JSON data or JavaScript object and add language keys to list
Parameters:
content Page content (string)
indent Indentation (string)
settings Table of optional arguments (table)
Returns: Resultant wikitext of list (string)
languageList.listToWikitext(args, settings) (function)
List generator
Parameters:
args Table of required arguments (table)
settings Table of optional arguments (table)
Returns: Resultant wikitext of list (string)

Created with Docbunto

See Also


Code