Jump to content

Module:Example/doc

From Wikipedia, the free encyclopedia
This is the current revision of this page, as edited by Awesome Aasim (talk | contribs) at 22:16, 9 March 2025 (add autodoc to example module). The present address (URL) is a permanent link to this version.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)
Example
DescriptionModule.
Code sourceExample
StatusUnknown

Example module.

This is example documentation for the module, used for demonstrations and the like.

Documentation

Package items

example.hello(frame) (function)
Hello world function
Parameter: frame current frame (table)
Returns: Hello world
example.hello_to(frame) (function)
Hello world function
Parameters:
frame current frame (table)
frame.args[1] name (string)
Returns: Hello world
example.count_fruit(frame) (function)
Counts fruit
Parameters:
frame current frame (table)
frame.args.bananas number of bananas (string)
frame.args.apples number of apples (string)
Returns: Number of apples and bananas
example.Name2(frame) (function)
Name2
Parameter: frame current frame (table)
Returns: Some output

See also