这是Module:Arguments的文档页面
这是 Module:Arguments 的说明文档子页面其包含了使用信息、分类及其他不属于原页面的内容。
本模块尚未被使用本模块尚未被其他模板或模块导入或加载。若被判定错误,请确定模板或模块的说明文档中是否添加
{{Documentation}}
/{{No documentation}}
。
本模板导入自从维基百科上的 Module:Arguments/doc
本模板导入自 英语维基百科。即便两者视觉上存有差异,但功能完全相同。详情请参考维基百科上的 Module:Arguments/doc。
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.