Template:deprecated/documentation

Hello, you have come here looking for the meaning of the word Template:deprecated/documentation. In DICTIOUS you will not only get to know all the dictionary meanings for the word Template:deprecated/documentation, but we will also tell you about its etymology, its characteristics and you will know how to say Template:deprecated/documentation in singular and plural. Everything you need to know about the word Template:deprecated/documentation you have here. The definition of the word Template:deprecated/documentation will help you to be more precise and correct when speaking or writing your texts. Knowing the definition ofTemplate:deprecated/documentation, as well as those of other words, enriches your vocabulary and provides you with more and better linguistic resources.
Documentation for Template:deprecated.
This page contains usage information, categories, interwiki links and other content describing the template.

When put into another template, {{deprecated}} generates a box warning and places them into ].

Usage

To generate the box, simply include it at the top of a template or module's documentation page:

{{documentation subpage}}
{{deprecated}}

...rest of documentation...

A link to a replacement can be included by adding its template name as a parameter. A maximum of two alternatives may be linked to in this way.

Examples

  • To simply mark {{foo}} as deprecated, use the following code in it.
    {{deprecated}}
  • To replace {{foo}} with {{bar}}, use the following code in Template:foo to include a link to Template:bar.
    {{deprecated|Template:bar}}
  • To replace {{foobar}} with {{foo}} and {{bar}}, use the following code in Template:foobar to link to both Template:foo and Template:bar.
    {{deprecated|Template:foo|Template:bar}}