Module:Jctint/doc: Difference between revisions
Appearance
Content deleted Content added
update category links |
Adding Lua usage instructions and updating transclusion count |
||
Line 1: | Line 1: | ||
<!-- Please place categories where indicated at the bottom of this page and interwikis at Wikidata (see [[Wikipedia:Wikidata]]) --> |
<!-- Please place categories where indicated at the bottom of this page and interwikis at Wikidata (see [[Wikipedia:Wikidata]]) --> |
||
{{High use| |
{{High use|12500+}} |
||
This module implements the {{tl| |
This module implements the {{tl|jctint/core}} template. Please see the template page for usage instructions. |
||
== Usage == |
== Usage == |
||
===From wikitext=== |
|||
<nowiki>{{</nowiki>#invoke:{{BASEPAGENAME}}|jctint}} |
<nowiki>{{</nowiki>#invoke:{{BASEPAGENAME}}|jctint}} |
||
===From Lua=== |
|||
{{#ifeq:{{SUBPAGENAME}}|sandbox| |
|||
<syntaxhighlight lang="Lua"> |
|||
local jctintCoreSandboxModule = require("Module:Jctint/core/sandbox") |
|||
jctintCoreModule._jctint(args) |
|||
</syntaxhighlight>| |
|||
<syntaxhighlight lang="Lua"> |
|||
local jctintCoreModule = require("Module:Jctint/core") |
|||
jctintCoreModule._jctint(args) |
|||
</syntaxhighlight>}} |
|||
== Tracking/maintenance categories == |
== Tracking/maintenance categories == |
Revision as of 10:23, 31 August 2018
![]() | 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
From wikitext
{{#invoke:Jctint|jctint}}
From Lua
local jctintCoreModule = require("Module:Jctint/core")
jctintCoreModule._jctint(args)
Tracking/maintenance categories
- Category:Jctint template using non-numeric parameter values (0)
- Category:Jctint template with invalid type (5)