Template:Talk other/doc

From Wikipedia, the free encyclopedia

This is a documentation subpage for Template:Talk other (see that page for the template itself).
It contains usage information, categories and other content that is not part of the original template page.

This is the {{talk other}} meta-template.

It helps other templates detect what type of page they are on.

[edit] Basic usage

This template usually takes two parameters, like this:

{{talk other | Talk pages text | Other pages text }}

If the template is on any talk page, it will return this:

Talk pages text

If the template is on any other page, it will return this:

Other pages text

A typical usage case could be to make it so that a template only adds a category when on a talk page. Thus not adding other pages that just show the template to the category. Like this:

{{talk other | [[Category:Some talk page category]] }}

Or to warn that a template should not be used on other pages:

{{talk other | | This template should only be used on talk pages. }}

Note that in the first case above the "other" parameter was not used, and in the second example the "talk" parameter was left empty.

[edit] Advanced usage

This template works like {{main talk other}}, see full documentation there. It detects pages like "Talk:", "User talk:", "Wikipedia talk:" and so on as type talk. The test parameter demospace for this template understands the values talk and other.

[edit] See also