Template:Information page/doc: Difference between revisions

From Zoophilia Wiki
Jump to navigationJump to search
meta>Enterprisey
→‎Usage: fix redlinks in shortcut box, which were populating a cleanup cat
meta>Vikashvishwakarma
I am vikash vishwakarma.I lives in raghormpatti in rampur jaunpur in up
Line 49: Line 49:
* {{para|interprets}} or {{para|page}} – Specify name of page (policy, process, etc.) that this essay provides advice about. Don't include <code><nowiki>[[...]]</nowiki></code> linking brackets. This will replace the wording "{{#if:{{{howto|}}}|some aspect or aspects of Wikipedia's norms and practices|Wikipedia's norms and practices}}". <small>[The deprecated old parameter name {{para|pages}} also works, but this feature only supports a single page reference, so the plural makes no sense here.]</small>
* {{para|interprets}} or {{para|page}} – Specify name of page (policy, process, etc.) that this essay provides advice about. Don't include <code><nowiki>[[...]]</nowiki></code> linking brackets. This will replace the wording "{{#if:{{{howto|}}}|some aspect or aspects of Wikipedia's norms and practices|Wikipedia's norms and practices}}". <small>[The deprecated old parameter name {{para|pages}} also works, but this feature only supports a single page reference, so the plural makes no sense here.]</small>
* {{para|sort-by}} – Specify a [[WP:Categorization#Sort keys|sort key]] for the category. For example, if the how-to page is [[Wikipedia:Producing maps with xplanet]] and you want it category-sorted to appear under "X", use {{para|sort-by|Xplanet, Producing maps with}}. This has no effect on the user essays category.
* {{para|sort-by}} – Specify a [[WP:Categorization#Sort keys|sort key]] for the category. For example, if the how-to page is [[Wikipedia:Producing maps with xplanet]] and you want it category-sorted to appear under "X", use {{para|sort-by|Xplanet, Producing maps with}}. This has no effect on the user essays category.
* {{para|category}} – Specify a complete wikilink (i.e, {{em|do}} include the <code><nowiki>[[...]]</nowiki></code> linking brackets) to one or more categories to override the default [[:Category:Wikipedia {{#if:{{{howto|}}}|how-to|information pages}}]]. May include a category sort; example: <code><nowiki>[[Category:WikiProject Underwater Basketweaving|Article structure advice]]</nowiki></code> This parameter does not replace the [[:Category:User essays]] categorization for pages in the "User:" namespace, but can be used to add them manually to [[:Category:Wikipedia {{#if:{{{howto|}}}|how-to|information pages}}]], in addition to the automatic user category.
* {{para|category}} – Specify a complete wikilink (i.e, {{em|do}} include the <code><nowiki>[[...]]</nowiki></code> linking brackets) to one or more categories to override the default ys that are more directly instructional than just informational
* {{para|nocat|y}} or {{para|demo|y}} – Bypass all categorization, when the template is used for demo purposes, e.g. in template documentation, on talk pages, etc.
* {{para|style}} – Pass arbitrary CSS to the [[Template:Ombox]] metatemplate that this template uses (this should never be necessary except in complicated [[WP:WikiProject|wikiproject]] layouts).
 
== TemplateData ==
{{collapse top}}
<templatedata>
{
"description": "",
        "params": {
            "page": {"type": "wiki-page-name","description": "Guideline or other page being interpreted",},
            "shortcut1" : {"type": "wiki-page-name","description": "Shortcut to this page",},
            "shortcut2" : {"type": "wiki-page-name","description": "Shortcut to this page",},
            "shortcut3" : {"type": "wiki-page-name","description": "Shortcut to this page",},
            "nocat" : {"type": "string","description": "Any value prevents addition of project category",}
        }
}
</templatedata>
{{collapse bottom}}
 
== See also ==
 
{{#if:{{{howto|}}}|
* {{tl|Howto}} – the cleanup/dispute tag for articles writen in a "how-to" style.
* {{tl|Information page}} – the banner template for essays that are more just informational than directly instructional
|
* {{tl|Wikipedia how-to}} – the banner template for essays that are more directly instructional than just informational
}}
}}
* [[Wikipedia:Template messages/Project namespace]] – For other "Wikipedia:"-namespace banner templates.
* [[Wikipedia:Template messages/Project namespace]] – For other "Wikipedia:"-namespace banner templates.
Line 81: Line 55:
<includeonly>{{sandbox other||
<includeonly>{{sandbox other||
<!-- Categories below this line, please; interwikis at Wikidata -->
<!-- Categories below this line, please; interwikis at Wikidata -->
[[Category:Wikipedia header templates]]
[[Category:Wikipedia header
}}</includeonly>

Revision as of 15:02, 24 August 2016


This is the page banner template for Wikipedia information page essays.

It can be placed on top of (non-article) pages when appropriate. This usually means pages in the "Wikipedia:" and "Help:" namespaces, but sometimes information pages also exist as user subpages.

Categorization

If a page that uses this template is in the "Wikipedia:" or "Help:" namespace, then this template adds Category:Wikipedia information pages to the page.

If the page is in the "User:" namespace, it will be put into Category:User essays. If your page is just a draft, please use the |nocat= parameter to prevent categorization, until it is finished.

If it is in some other namespace, it will not be auto-categorized, and it may be in the wrong place.

Usage

This template can be used as is, like this:

{{Information page}}

But it can also take up to three shortcuts as parameters. It then displays a small shortcut box inside it. Like this:

{{Information page|WP:SHORT|WP:LONG}}

Then it looks like this:

If you want to feed more than one or two shortcuts then the shortcut box becomes too high, which doesn't look good. In such a case it is better to use a {{shortcut}} box directly below this template, like this:

Template:Blockindent

Optional parameters

  • |1= or |sc1=, |shortcut1=, |shortcut=, or first unnamed parameter – First shortcut. Don't include [[...]] linking brackets in this or other shortcut parameters.
  • |2= or |sc2=, |shortcut2=, or first unnamed parameter – Second shortcut
  • |3= or |sc3=, |shortcut3=, or first unnamed parameter – Third shortcut (deprecated; please use separate Template:Shortcut for three or more)
  • |interprets= or |page= – Specify name of page (policy, process, etc.) that this essay provides advice about. Don't include [[...]] linking brackets. This will replace the wording "Wikipedia's norms and practices". [The deprecated old parameter name |pages= also works, but this feature only supports a single page reference, so the plural makes no sense here.]
  • |sort-by= – Specify a sort key for the category. For example, if the how-to page is Wikipedia:Producing maps with xplanet and you want it category-sorted to appear under "X", use |sort-by=Xplanet, Producing maps with. This has no effect on the user essays category.
  • |category= – Specify a complete wikilink (i.e, do include the [[...]] linking brackets) to one or more categories to override the default ys that are more directly instructional than just informational

}}