Template:Template other/doc: Difference between revisions

From HIBIKIFORUM
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
 
Line 68: Line 68:
<includeonly>{{sandbox other||{{testcases other||
<includeonly>{{sandbox other||{{testcases other||
<!-- Categories below this line, please -->
<!-- Categories below this line, please -->
[[Category:Templates]]
[[Category:Utility templates]]
[[Category:Utility Templates]]
}}}}</includeonly>
}}}}</includeonly>

Latest revision as of 02:49, 20 August 2023

Light bulb.png }}
It contains usage information, categories and other content that is not part of the original template page.


This is a meta-template which helps other templates detect whether they are used in the "Template:" namespace.

Usage

This template usually takes one or two parameters:

{{template other|[result/action if on a template page] (|[result/action if on another type of page])}}

For example, if {{template other|On template page|Not on template page}} were on a "Template:" page, it would return:

On template page

On any other type of page (e.g. "Wikipedia:", "User:") it would return:

Not on template page

A typical use is to manage the categorization of template pages. Adding the example below to a template, for instance, means it would only categorize a page when that page isn't a template page. (The first parameter consists of nothing, so no action taken if/when the template is on a template page.)

{{template other||[[Category:Some not template category]]}}

Demospace

The parameter |demospace= can be used to demonstrate or test this template. By default, it is undefined and has no effect on the template's action, but:

  • when set as "template" (|demospace=template), it prompts the template to return the first result/action above (i.e. to behave as if on a "Template:" page) even if the template is on a different type of page;
  • when set as "other" (|demospace=other), it prompts the template to return the second result/action above (i.e. to behave as if not on a "Template:" page) even if the template is on a "Template:" page.

For example:

{{template other
  | Template pages text
  | Other pages text
  | demospace = template
}}

No matter on what kind of page the code above is used, it returns: Template page text

You can make it so your template also understands the demospace parameter. That means you can demonstrate the different appearances of your template in the documentation for your template. Then do like this:

{{template other
  | Template pages text
  | Other pages text
  | demospace = {{{demospace|}}}
}}

Technical details

This template detects "Template talk:" pages as type other.

TemplateData

No description.

Template parameters

ParameterDescriptionTypeStatus
If template1

Content if page is located on a template page.

Contentoptional
If not template2

Content if page is not located on a template page

Contentoptional