"विभाग:Clickable button 2/doc" च्या विविध आवृत्यांमधील फरक

Content deleted Content added
नवीन पान: This module implements the {{tl|clickable button 2}} template. == Usage from wikitext == To use this template from wikitext, you should normally use the {{tl|clickable b...
 
छो Bot: Replace deprecated <source> tag and "enclose" parameter [https://lists.wikimedia.org/pipermail/wikitech-ambassadors/2020-April/002284.html]
 
ओळ ९:
To use this module from other Lua modules, first load the module.
 
<sourcesyntaxhighlight lang="lua">
local mClickableButton2 = require('Module:Clickable button 2')
</syntaxhighlight>
</source>
 
You can then generate a button using the luaMain function.
 
<sourcesyntaxhighlight lang="lua">
mClickableButton2.luaMain(args)
</syntaxhighlight>
</source>
 
The <var>args</var> variable should be a table containing the arguments to pass to the module. To see the different arguments that can be specified and how they affect the module output, please refer to the {{tl|clickable button 2}} template documentation.