Module:Sandbox/Luis150902/Test/doc

From English Wikipedia @ Freddythechick

This is the current revision of this page, as edited by imported>Qwerfjkl (bot) at 21:25, 7 May 2022 (Replaced deprecated <source> tags with <syntaxhighlight> (via WP:JWB)). The present address (URL) is a permanent link to this version.

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Usage

This Lua module is a metamodule: it is not designed to be invoked directly from wikitext: it is to be imported by other Lua modules.

First, import the module as follows:

<syntaxhighlight lang="lua"> local treeView = require('Module:Sandbox/Luis150902/Test') </syntaxhighlight>

Second, invoke the treeView function of the module with the object to render and (optionally) an option table as the second argument. Wikitext of the table will be returned.