imported>Alistair3149 小 (1 revision imported) |
imported>DuskFyre 小 (1 revision imported: Module Import) |
2021年9月1日 (三) 18:44的最新版本
这是Module:Arguments的一个文档子页面。它包含了使用信息、分类和其他不属于 原始 module 页面.的内容
Module:Arguments requires
Module:Arguments is required by
This template is imported from Module:Arguments/doc on Wikipedia.
This template is imported from the English Wikipedia. Although the visual appearance might be different, the functionality is identical. Please refer to the Module:Arguments/doc page on Wikipedia for detailed documentation.
Module:Arguments provides easy processing of arguments passed from #invoke. It is a meta-module, meant for use by other modules, and should not be called from #invoke directly. Its features include:
- Easy trimming of arguments and removal of blank arguments.
- Arguments can be passed by both the current frame and by the parent frame at the same time. (More details below.)
- Arguments can be passed in directly from another Lua module or from the debug console.
- Arguments are fetched as needed, which can help avoid (some) problems with
<ref>...</ref>
tags. - Most features can be customized.