વિભાગ:Documentation/doc: આવૃત્તિઓ વચ્ચેનો તફાવત

Content deleted Content added
નાનું en:Module:Documentation/doc માંથી આયાત કરેલ ૮ પુનરાવર્તનો
નાનું Bot: Replace deprecated <source> tag and "enclose" parameter [https://lists.wikimedia.org/pipermail/wikitech-ambassadors/2020-April/002284.html]
લીટી ૧૧:
To use this module from another Lua module, first load it with <code>require</code>:
 
<sourcesyntaxhighlight lang="lua">
local documentation = require('Module:Documentation').main
</syntaxhighlight>
</source>
 
Then you can simply call it using a table of arguments.
<sourcesyntaxhighlight lang="lua">
documentation{content = 'Some documentation', ['link box'] = 'My custom link box'}
</syntaxhighlight>
</source>
 
Please refer to the [[Template:Documentation/doc|template documentation]] for usage instructions and a list of parameters.