Difference between revisions of "Module:Jctint/core/doc"

From blackwiki
Jump to navigation Jump to search
blackwiki>Happy5214
(Created page with 'This module will implement {{tl|jctint/core}}.')
 
m (7 revisions imported)
 
(6 intermediate revisions by 3 users not shown)
Line 1: Line 1:
This module will implement {{tl|jctint/core}}.
+
<!-- Please place categories where indicated at the bottom of this page and interwikis at Wikidata (see [[Wikipedia:Wikidata]]) -->
 +
{{High use|12500+}}
 +
 
 +
This module implements the {{tl|jctint/core}} template. Please see the template page for usage instructions.
 +
 
 +
== Usage ==
 +
===From wikitext===
 +
{{#ifeq:{{SUBPAGENAME}}|sandbox|
 +
<nowiki>{{#invoke:Jctint/core/sandbox|jctint}}</nowiki>|
 +
<nowiki>{{#invoke:Jctint/core|jctint}}</nowiki>
 +
}}
 +
 
 +
===From Lua===
 +
{{#ifeq:{{SUBPAGENAME}}|sandbox|
 +
<syntaxhighlight lang="Lua">
 +
local jctintCoreSandboxModule = require("Module:Jctint/core/sandbox")
 +
jctintCoreSandboxModule._jctint(args)
 +
</syntaxhighlight>|
 +
<syntaxhighlight lang="Lua">
 +
local jctintCoreModule = require("Module:Jctint/core")
 +
jctintCoreModule._jctint(args)
 +
</syntaxhighlight>}}
 +
 
 +
== Tracking/maintenance categories ==
 +
* {{clc|Jctint template using non-numeric parameter values}}
 +
* {{clc|Jctint template with invalid type}}
 +
 
 +
<includeonly>{{#ifeq:{{SUBPAGENAME}}|sandbox | |
 +
<!-- Categories below this line, please; interwikis at Wikidata -->
 +
[[Category:Modules that add a tracking category]]
 +
}}</includeonly>

Latest revision as of 05:49, 27 September 2020

  1. Redirect Template:High-use

This module implements the {{jctint/core}} template. Please see the template page for usage instructions.

Usage

From wikitext

{{#invoke:Jctint/core|jctint}}

From Lua

local jctintCoreModule = require("Module:Jctint/core")
jctintCoreModule._jctint(args)

Tracking/maintenance categories