模組:Listen/doc
外观
这是Module:Listen的文档页面
本模块用于执行模板 {{listen}}。
从维基代码中使用
本模块不能直接从维基代码中使用,只能通过 {{listen}} 模板使用。请参阅模板页的说明。
从 Lua 模块中使用
为了从其他 Lua 模块中使用本模块,先载入本模块。
local mListen = require('Module:Listen')
您可以通过使用 _main 函数生成小框。
mListen._main(args)
The args 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 {{listen}} template documentation.