Jump to content

Module:Jctint/doc: Difference between revisions

From Wikipedia, the free encyclopedia
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/core/sandbox|jctint}}</nowiki>|
<nowiki>{{#invoke:Jctint/sandbox|jctint}}</nowiki>|
<nowiki>{{#invoke:Jctint/core|jctint}}</nowiki>
<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/core/sandbox")
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/core")
local jctintCoreModule = require("Module:Jctint")
jctintCoreModule._jctint(args)
jctintCoreModule._jctint(args)
</syntaxhighlight>}}
</syntaxhighlight>}}


== Tracking/maintenance categories ==
== 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 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)

Tracking categories

[edit]