| This template uses Lua: |
- 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 ConfigDocs · Source · TestsSome text Utility Docs · Source Some text Utility - See also
- Template:Module links
Creates table rows on Global Lua Modules.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Module Name | 1 | The name of the module without the "Module:" prefix. | String | required |
| Module Description | 2 | A short description of the module.
| String | suggested |
| Module Category | 3 | A category that the module belongs to.
| String | suggested |
| External Source | external | The source this module was ported from, if any. | String | optional |
| No Tests Link | notests | Whether to not link to the "/testcases" subpage. | Boolean | optional |