dev
Description
This template is used to add table rows on Global Lua Modules.
Syntax
Type {{:Global Lua Modules/row|<Module Name>|<Description>|<Category>|external = <interwiki or external link>|notests = <boolean>}}
Sample output

The code:

{| class="article-table sortable" border="1" style="text-align: center; width: 100%;" |- ! scope="col" style="text-align: center; width: 25%;" | Module ! scope="col" style="text-align: center; width: 60%;" | Description ! scope="col" style="text-align: center; width: 15%;" | Category |- {{:Global Lua Modules/row|Config|Some text|Utility}} {{:Global Lua Modules/row|Message box|external = wikipedia:Module:Message box|notests = 1|Some text|Utility}} |}

gives...

Name Description Category
Config
Docs · Source · Tests
Some text Utility
Docs · Source Some text Utility
See also
Template:Module links

Creates table rows on Global Lua Modules.

Template parameters

This template prefers block formatting of parameters.

ParameterDescriptionTypeStatus
Module Name1

The name of the module without the "Module:" prefix.

Stringrequired
Module Description2

A short description of the module.

Default
No documentation.
Stringsuggested
Module Category3

A category that the module belongs to.

Suggested values
Converter Debug Design Documentation Infobox Navbox Parser Utility
Default
Unknown
Stringsuggested
External Sourceexternal

The source this module was ported from, if any.

Stringoptional
No Tests Linknotests

Whether to not link to the "/testcases" subpage.

Booleanoptional