Это страница документации Модуль:Arguments.
Это подстраница документации для Модуль:Arguments.Он содержит информацию об использовании, категории и другой контент, который не является частью исходной страницы module.
Этот шаблон был импортирован с Модуль:Arguments/doc на Википедии.
Этот шаблон импортирован из Английской Wikipedia. Хотя внешний вид может отличаться, функциональность идентична. Подробную документацию можно найти на странице Модуль: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.