WARFRAME Wiki
WARFRAME Wiki
WARFRAME Wiki
Official wiki
9,067
pages

This is the documentation page for Module:Common


Common logic shared between w:c:dev Lua modules. Unused on the WARFRAME Wiki except for storing shared localization messages on Module:Common/i18n subpage.

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

Documentation

Package items

common.title(frame, frame, frame) (function)
This function is used to strip language subpages from the title, and/or fetch title override arguments if necessary.
Parameters:
frame Scribunto frame object. (table)
frame.args Invocation arguments table. (table)
frame.args.Override List of title override arguments delimited by ',%s+'. (string; optional)
frame Scribunto frame object. (table)
frame.args Invocation arguments table. (table)
frame.args.Override List of title override arguments delimited by ',%s+'. (string; optional)
frame Frame invocation object. (table)
Returns:
Title of article for infobox/installation template use. (string)
Title of article for infobox/installation template use. (string)
Package function output. (string|nil)
Usage:
{{common|<"title">|<Override = Code,code>}}
{{common|<"title">|<Override = Code,code>}}
{{common|<main>}}

See also


Created with Docbunto

See Also


Code