Module:Jctint/doc: Difference between revisions
Appearance
Content deleted Content added
Removing notice of move discussion |
fixes |
||
Line 7: | Line 7: | ||
===From wikitext=== |
===From wikitext=== |
||
{{#ifeq:{{SUBPAGENAME}}|sandbox| |
{{#ifeq:{{SUBPAGENAME}}|sandbox| |
||
<nowiki>{{#invoke:Jctint |
<nowiki>{{#invoke:Jctint/sandbox|jctint}}</nowiki>| |
||
<nowiki>{{#invoke:Jctint |
<nowiki>{{#invoke:Jctint|jctint}}</nowiki> |
||
}} |
}} |
||
Line 14: | Line 14: | ||
{{#ifeq:{{SUBPAGENAME}}|sandbox| |
{{#ifeq:{{SUBPAGENAME}}|sandbox| |
||
<syntaxhighlight lang="Lua"> |
<syntaxhighlight lang="Lua"> |
||
local jctintCoreSandboxModule = require("Module:Jctint |
local jctintCoreSandboxModule = require("Module:Jctint/sandbox") |
||
jctintCoreSandboxModule._jctint(args) |
jctintCoreSandboxModule._jctint(args) |
||
</syntaxhighlight>| |
</syntaxhighlight>| |
||
<syntaxhighlight lang="Lua"> |
<syntaxhighlight lang="Lua"> |
||
local jctintCoreModule = require("Module:Jctint |
local jctintCoreModule = require("Module:Jctint") |
||
jctintCoreModule._jctint(args) |
jctintCoreModule._jctint(args) |
||
</syntaxhighlight>}} |
</syntaxhighlight>}} |
||
== Tracking |
== Tracking categories == |
||
* {{clc|Jctint template using non-numeric parameter values}} |
* {{clc|Jctint template using non-numeric parameter values}} |
||
* {{clc|Jctint template with invalid type}} |
* {{clc|Jctint template with invalid type}} |
Latest revision as of 11:08, 29 September 2024
![]() | This Lua module is used on 15,000+ pages and changes may be widely noticed. Test changes in the module's /sandbox or /testcases subpages, or in your own module sandbox. Consider discussing changes on the talk page before implementing them. |
This module implements the {{jctint/core}} template. Please see the template page for usage instructions.
Usage
[edit]From wikitext
[edit]{{#invoke:Jctint|jctint}}
From Lua
[edit]local jctintCoreModule = require("Module:Jctint")
jctintCoreModule._jctint(args)