Template:Requires

From Illerai

This is an old revision of this page, as edited by illerai>Joeytje50 at 13:07, 17 February 2021. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
Template documentation
This documentation is transcluded from Template:Requires/doc. [edit] [history] [purge]

This template should be put near the beginning of a module's documentation page to link to a module that requires the module, or to link to the module required by the module.

Also See:

  • {{Data}} for modules containing/loading data for/from other modules.
  • {{Invokes}} for templates/modules invoking/invoked by modules/templates.
{{Require|ModuleName}}
or
{{Require|by=ModuleName}}

Parameters

(1)

On a module documentation page, this parameter should be supplied with the page title for a module that is required (without the "Module:" namespace prefix).
For example:

{{Require|Sandbox}}

Result:

{{#replace:Template:Requires|/doc}} requires Module:Sandbox.

by

Optional parameter for use on module documentation pages, used to link to a module requiring the module (without the "Module:" namespace prefix).
For example:

{{Require|by=Sandbox}}

Result:

{{#replace:Template:Requires|/doc}} is required by Module:Sandbox.