Hello, you have come here looking for the meaning of the word
Module:call/documentation. In DICTIOUS you will not only get to know all the dictionary meanings for the word
Module:call/documentation, but we will also tell you about its etymology, its characteristics and you will know how to say
Module:call/documentation in singular and plural. Everything you need to know about the word
Module:call/documentation you have here. The definition of the word
Module:call/documentation will help you to be more precise and correct when speaking or writing your texts. Knowing the definition of
Module:call/documentation, as well as those of other words, enriches your vocabulary and provides you with more and better linguistic resources.
This module is for making one template pass all of its arguments to another template. This can be used, for example, to conditionally redirect one template to another. In the future, more sophisticated argument passing will be implemented. For now, the simplest use is as follows:
{{#invoke:call|call|template}}
where template
is the template you want to redirect to. For example, deprecated template {{cola}}
can redirect all its arguments (which may be arbitrarily many) to {{col}}
using:
{{#invoke:call|call|col}}
Unfortunately, due to the nature of templates, there is no way to wrap this module invocation in a {{call}}
template or similar; the redirecting template must directly invoke the module.