Jump to content

Module:Jctint/doc: Difference between revisions

From Wikipedia, the free encyclopedia
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|11100+}}
{{High use|12500+}}


This module implements the {{tl|Jctint/core}} template. Please see the template page for usage instructions.
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 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