Jump to content

This is a message from MediaWiki:Sitenotice.

User:CX Zoom/TestPage36

From Wikipedia, the free encyclopedia

For WikiProject banners using quality or importance scales, if the parameter ASSESSMENT_LINK is defined, then the words "quality scale" and "importance scale" will be linked to that page. This allows a project to use its own custom scales if they wish and provides a convenient link to them from the banner.

If ASSESSMENT_LINK is not defined, then the banner will check to see if either of the following pages exist:

  • PROJECT_LINK/Assessment
  • or (if PROJECT_LINK is not defined), Wikipedia:WikiProject PROJECT/Assessment

If they do then the banner will guess that this is where the WikiProject's quality and importance scales are kept and will link to this page.

  • If this behaviour is not desired (for example, the page PROJECT_LINK/Assessment does not contain anything useful, then you can set ASSESSMENT_LINK=no. This will link to the generic scales at the Wikipedia:Version 1.0 Editorial Team/Assessment instead.
  • If the banner has guessed correctly, then it is advisable to set ASSESSMENT_LINK to point to this page. This will remove the warning box from the template page.

For any queries or help with this, please ask at Template talk:WPBannerMeta.

A page to record the progress in converting WikiProject banners to {{WPBannerMeta}}.

[edit]

Pending

[edit]
Template Project
consulted
Sandbox
version
Implemented Notes
Template:WikiProject Military history (edit|talk|history|links|watch|logs|sandbox) Very well maintained by parent project; conversion would probably be opposed, although we could probably match functionality.
Template:WikiProject U.S. Roads (edit|talk|history|links|watch|logs|sandbox) checkY checkY partially Not much enthusiasm on talk page. Tried moving existing banner code to using DEFAULTSORT option but didn't quite workout.

Lua error in Module:WikiProject at line 276: PROJECT must be defined. Work in progress Lua version of Template:WPBannerMeta. Template:Navbar

Wikitext test page

[edit]

Todo

[edit]

Done

[edit]

¬ This template subpage contains a mask which normalises the input passed to |class=. This can be thought of as the 'default' mask, but it is possible for banners to define their own individual masks with wider or fewer choices of acceptable inputs.

If the page corresponding to {{{BANNER_NAME}}}/class exists and QUALITY_SCALE=subpage is set in the banner, then control is passed to the code on that page to normalise the input, and no modification is performed by the WPBannerMeta itself. The following parameters are available to be used:

  • |class=
  • |b1= through |b6=

Some caveats:

Any alternative mask needs to be carefully designed to handle all inputs correctly, with care given to case-insentivity, etc.

Examples

[edit]

The following code accepts only the standard 1.0 assessment scale with a few extras:

{{#switch:{{lc:{{{class|}}}}}
 |fa       = FA
 |fl       = FL
 |a        = A
 |ga       = GA
 |b        = B
 |c        = C
 |start    = Start
 |stub     = Stub
 |list     = List
 |template = Template
 |file     = File
}}

This code imitates the MilHist scale: no C-Class and a B-Class checklist:

{{#switch:{{lc:{{{class|}}}}}
 |fa   = FA
 |fl   = FL
 |a    = A
 |ga   = GA
 |b={{#ifexpr:
      {{#switch:{{lc:{{{b1|}}}}}|y|yes|1=1|0}}*
      {{#switch:{{lc:{{{b2|}}}}}|y|yes|1=1|0}}*
      {{#switch:{{lc:{{{b3|}}}}}|y|yes|1=1|0}}*
      {{#switch:{{lc:{{{b4|}}}}}|y|yes|1=1|0}}*
      {{#switch:{{lc:{{{b5|}}}}}|y|yes|1=1|0}}
     |B
     |Start
    }}
 |start= Start
 |stub = Stub
}}

This code imitates the WPMaths scale, which also incorporates a "B+" class:

{{#switch:{{lc:{{{class|}}}}}
 |fa       = FA
 |fl       = FL
 |a        = A
 |ga       = GA
 |bplus|b+ = Bplus
 |b        = B
 |start    = Start
 |stub     = Stub
 |list     = List
}}

An example with Merge, Needed, Future & Current classes:

{{#switch: {{lc:{{{class}}}}}
 |fa   = FA
 |fl   = FL
 |a    = A
 |ga   = GA
 |b    = B
 |c    = C
 |start= Start
 |stub = Stub
 |list = List
 |na                  = NA
 |image|file          = File
 |category|cat|categ  = Category
 |disambig|disamb|dab = Disambig
 |portal              = Portal
 |redirect|red|redir  = Redirect
 |template|temp|templ = Template
 |project             = Project
 |current             = Current
 |future              = Future
 |needed              = Needed
 |merge               = Merge
 |#default={{#switch:{{lc:{{NAMESPACE}}}}
  |file talk      = File
  |category talk  = Category
  |portal talk    = Portal
  |template talk  = Template
  |wikipedia talk = Project
 }}
}}

Generic self-documentation

[edit]

A minor problem with the examples above is that someone clicking the link from the banner template to see the custom mask will be presented with a blank page (you have to edit the page to see there's actually code). A simple solution is to add a local wrapper to your code, replacing the basic structure:

{{#switch: {{lc:{{{class}}}}}

...

}}

with this one:

<noinclude>:''[[Template:WPBannerMeta#Custom masks|Custom mask]]
used by {{tl|{{BASEPAGENAME}}}}:''
<pre></noinclude>{{#switch: {{lc:{{{class}}}}}
...

}}<noinclude></pre></noinclude>

For a visual example, you can go to Template:WikiProject Academic Journals and click the "custom class" link in the warning box: instead of a blank page you will be presented with Template:WikiProject Academic Journals/class that explains what it is and shows the full code of the mask. (Do not pay attention to the "noinclude" showing up around the code, it's a local side-effect of the Pre tag that doesn't affect the banner or the mask at all once transcluded.) ¬ NA

QUALITY_SCALE=extended, class=template

[edit]
  • Live: Template
  • Sandbox: Template

QUALITY_SCALE=inline, class=cheesecake

[edit]
  • Live: cheesecake
  • Sandbox: cheesecake

QUALITY_SCALE=standard, class=¬

[edit]
  • Live: ¬
  • Sandbox: ¬
[[Wikipedia:WikiProject {{{PROJECT}}}|WikiProject {{{PROJECT}}}]]  
This page is within the scope of [[Wikipedia:WikiProject {{{PROJECT}}}|WikiProject {{{PROJECT}}}]], a collaborative effort to improve the coverage of articles on Wikipedia. If you would like to participate, please visit the project page, where you can join [[|the discussion]] and see a list of open tasks.
 
[[Wikipedia:WikiProject {{{PROJECT}}}|WikiProject {{{PROJECT}}}]]  
This page is within the scope of [[Wikipedia:WikiProject {{{PROJECT}}}|WikiProject {{{PROJECT}}}]], a collaborative effort to improve the coverage of articles on Wikipedia. If you would like to participate, please visit the project page, where you can join [[|the discussion]] and see a list of open tasks.
 
[[Wikipedia:WikiProject {{{PROJECT}}}|WikiProject {{{PROJECT}}}]]  
This page is within the scope of [[Wikipedia:WikiProject {{{PROJECT}}}|WikiProject {{{PROJECT}}}]], a collaborative effort to improve the coverage of articles on Wikipedia. If you would like to participate, please visit the project page, where you can join [[|the discussion]] and see a list of open tasks.
 
[[Wikipedia:WikiProject {{{PROJECT}}}|WikiProject {{{PROJECT}}}]]  
This page is within the scope of [[Wikipedia:WikiProject {{{PROJECT}}}|WikiProject {{{PROJECT}}}]], a collaborative effort to improve the coverage of articles on Wikipedia. If you would like to participate, please visit the project page, where you can join [[|the discussion]] and see a list of open tasks.
 
[[{{{PROJECT_LINK}}}|{{{PROJECT_NAME}}}]]  
This article is within the scope of [[|{{{PROJECT_NAME}}}]], a collaborative effort to improve the coverage of {{{PROJECT}}} articles on Wikipedia. If you would like to participate, please visit the project page, where you can join [[|the discussion]] and see a list of open tasks.
 
[[{{{PROJECT_LINK}}}|{{{PROJECT_NAME}}}]]  
This article is within the scope of [[|{{{PROJECT_NAME}}}]], a collaborative effort to improve the coverage of {{{PROJECT}}} articles on Wikipedia. If you would like to participate, please visit the project page, where you can join [[|the discussion]] and see a list of open tasks.
??? This article has not yet received a rating on the quality scale.
 
  • Live meta
[[Wikipedia:WikiProject {{{PROJECT}}}|WikiProject {{{PROJECT}}}]] (Rated Stub-class)
This article is within the scope of [[Wikipedia:WikiProject {{{PROJECT}}}|WikiProject {{{PROJECT}}}]], a collaborative effort to improve the coverage of articles on Wikipedia. If you would like to participate, please visit the project page, where you can join [[|the discussion]] and see a list of open tasks.
[[:Category:Stub-Class {{{PROJECT}}} articles|Stub]] This article has been rated as Stub-Class on the quality scale.
 
  • Sandboxed meta
WikiProject Bananas (Rated Stub-class)
WikiProject iconThis article is within the scope of WikiProject Bananas, a collaborative effort to improve the coverage of bananas on Wikipedia. If you would like to participate, please visit the project page, where you can join the discussion and see a list of open tasks.
Stub This article has been rated as Stub-Class on the quality scale.
 
Note icon
This article has been automatically rated by a bot or other tool as Stub-Class because it uses a stub template. Please ensure the assessment is correct before removing the |auto= parameter.
Note icon
This article has been marked as needing immediate attention.
Note icon
This article has been marked as needing an infobox.
  • Live meta with |NOTE_SIZE=50


  • Sandboxed meta with |NOTE_SIZE=50
WikiProject Bananas (Rated Stub-class)
WikiProject iconThis article is within the scope of WikiProject Bananas, a collaborative effort to improve the coverage of bananas on Wikipedia. If you would like to participate, please visit the project page, where you can join the discussion and see a list of open tasks.
Stub This article has been rated as Stub-Class on the quality scale.
 
Note icon
This article has been automatically rated by a bot or other tool as Stub-Class because it uses a stub template. Please ensure the assessment is correct before removing the |auto= parameter.
Note icon
This article has been marked as needing immediate attention.
Note icon
This article has been marked as needing an infobox.
  • Live
  • Sandbox

WPBannerMeta is a meta-template, which can be used to create WikiProject banners, enabling new projects to easily create a banner to place on article talk pages, ensuring standardisation between projects. A list of all WikiProject banners using this meta-template can be found at What links here: WPBannerMeta

This is a meta template. It is used to build other templates. Do not transclude this template directly on to talk pages when you want to tag a page. Instead, use the template provided by the WikiProject.

Syntax

[edit]

WPBannerMeta can be used at varying levels of complexity, from the very simple to the extremely complicated. Simple options are listed here first, with complexity increasing down the page.

WPBannerMeta takes two different types of parameters: formatting and display. The formatting parameters customise the meta-template for a particular project, defining link targets, categories, images, and text. All formatting parameters use UPPERCASE and underscores (_), instead of spaces (e.g. |PROJECT= and |NOTE_1_CAT= ). Display parameters customise the template output for each individual article that the banner is displayed on. These are the parameters which are entered on the talk page (|class=, |importance=, etc.) and they must be 'passed through' the project banner to the meta-template underneath. To 'pass' the parameter foo, you need to include the code foo={{{foo|}}}.

Parameters

[edit]
Common parameters
{{WPBannerMeta
|PROJECT           = 
 |substcheck=<includeonly>{{subst:</includeonly><includeonly>substcheck}}</includeonly>
 |category={{{category|}}}
 |listas={{{listas|}}}
|DOC               = auto
|IMAGE_LEFT        = 
 |IMAGE_LEFT_SIZE  = 
 <!--|class={{{class|}}}-->
 <!--|auto={{{auto|}}}-->
 <!--|importance={{{importance|}}}-->
|ASSESSMENT_CAT    = 
|ASSESSMENT_LINK   = 
|MAIN_TEXT         = 
|MAIN_ARTICLE      = 
|PORTAL            = 
|MAIN_CAT          = 
<!--|attention={{{attention|}}}-->
 |ATTENTION_CAT    = 
<!--|infobox={{{needs-infobox|}}}-->
 |INFOBOX_CAT      = 
}}
Full parameters
{{WPBannerMeta
|PROJECT             = 
 |BANNER_NAME        = {{subst:FULLPAGENAME}}
 |substcheck=<includeonly>{{subst:</includeonly><includeonly>substcheck}}</includeonly>
 |category={{{category|}}}
 |listas={{{listas|}}}
|PROJECT_LINK        = 
|DOC                 = 
|IMAGE_LEFT          = 
 |IMAGE_LEFT_SIZE    = 
|IMAGE_RIGHT         = 
 |IMAGE_RIGHT_SIZE   = 
|QUALITY_SCALE       = 
 <!--|class={{{class|}}}-->
 <!--|auto={{{auto|}}}-->
  |AUTO_ASSESS_CAT   = 
 |b1={{{**PARAMETER**|{{{b1|}}}}}}
 |b2={{{**PARAMETER**|{{{b2|}}}}}}
 |b3={{{**PARAMETER**|{{{b3|}}}}}}
 |b4={{{**PARAMETER**|{{{b4|}}}}}}
 |b5={{{**PARAMETER**|{{{b5|}}}}}}
 |b6={{{**PARAMETER**|{{{b6|}}}}}}
|IMPORTANCE_SCALE    = 
 <!--|importance={{{importance|}}}-->
|ASSESSMENT_CAT      = 
|ASSESSMENT_LINK     = 
|MAIN_TEXT           = 
|MAIN_ARTICLE        = 
|PORTAL              = 
|MAIN_CAT            = 
<!--|attention={{{**PARAMETER**|}}}-->
 |ATTENTION_CAT      = 
<!--|infobox={{{**PARAMETER**|}}}-->
 |INFOBOX_CAT        = 
|note 1={{{**PARAMETER**|}}}
 |NOTE_1_TEXT        = 
 |NOTE_1_IMAGE       = 
 |NOTE_1_CAT         = 
|note 2={{{**PARAMETER**|}}}
 |NOTE_2_TEXT        = 
 |NOTE_2_IMAGE       = 
 |NOTE_2_CAT         = 
|note 3={{{**PARAMETER**|}}}
 |NOTE_3_TEXT        = 
 |NOTE_3_IMAGE       = 
 |NOTE_3_CAT         = 
|note 4={{{**PARAMETER**|}}}
 |NOTE_4_TEXT        = 
 |NOTE_4_IMAGE       = 
 |NOTE_4_CAT         = 
|note 5={{{**PARAMETER**|}}}
 |NOTE_5_TEXT        = 
 |NOTE_5_IMAGE       = 
 |NOTE_5_CAT         = 
|NOTE_SIZE           = 
|COLLAPSED           = 
|COLLAPSED_HEAD      = 
|BOTTOM_TEXT         =
|tf 1={{{**PARAMETER**|}}}
 |TF_1_LINK          = 
 |TF_1_NAME          = 
 |TF_1_NESTED        = 
 |TF_1_IMAGE         = 
 |TF_1_TEXT          = 
 |TF_1_QUALITY       = 
 |tf 1 importance={{{**PARAMETER**|}}}
 |TF_1_ASSESSMENT_CAT= 
 |TF_1_MAIN_CAT      = 
|tf 2={{{**PARAMETER**|}}}
 |TF_2_LINK          = 
 |TF_2_NAME          = 
 |TF_2_NESTED        = 
 |TF_2_IMAGE         = 
 |TF_2_TEXT          = 
 |TF_2_QUALITY       = 
 |tf 2 importance={{{**PARAMETER**|}}}
 |TF_2_ASSESSMENT_CAT= 
 |TF_2_MAIN_CAT      = 
|tf 3={{{**PARAMETER**|}}}
 |TF_3_LINK          = 
 |TF_3_NAME          = 
 |TF_3_NESTED        = 
 |TF_3_IMAGE         = 
 |TF_3_TEXT          = 
 |TF_3_QUALITY       = 
 |tf 3 importance={{{**PARAMETER**|}}}
 |TF_3_ASSESSMENT_CAT= 
 |TF_3_MAIN_CAT      = 
|tf 4={{{**PARAMETER**|}}}
 |TF_4_LINK          = 
 |TF_4_NAME          = 
 |TF_4_NESTED        = 
 |TF_4_IMAGE         = 
 |TF_4_TEXT          = 
 |TF_4_QUALITY       = 
 |tf 4 importance={{{**PARAMETER**|}}}
 |TF_4_ASSESSMENT_CAT= 
 |TF_4_MAIN_CAT      = 
|tf 5={{{**PARAMETER**|}}}
 |TF_5_LINK          = 
 |TF_5_NAME          = 
 |TF_5_NESTED        = 
 |TF_5_IMAGE         = 
 |TF_5_TEXT          = 
 |TF_5_QUALITY       = 
 |tf 5 importance={{{**PARAMETER**|}}}
 |TF_5_ASSESSMENT_CAT= 
 |TF_5_MAIN_CAT      = 
|TF_SIZE             = 
|HOOK_NESTED         = 
|HOOK_ASSESS         = 
|HOOK_TF             = 
|HOOK_NOTE           = 
|HOOK_BOTTOM         = 
|HOOK_COLLAPSED      = 
|HOOK_IMPORTANCE     = 
}}

In the examples below, a WikiProject banner will be constructed for the (currently) nonexistent WikiProject Tulips.

Simple options

[edit]
  • PROJECT (Required) – the name of the project without the word "WikiProject", used in a variety of contexts; first letter should usually be capitalised. Eg: Tulips
    • BANNER_NAME={{subst:FULLPAGENAME}} – it is assumed that page name of the banner template is "Template:WikiProject <PROJECT>". If this is not the case then define the page name in this parameter. Eg: Template:Tulips project
    • PROJECT_LINK – it is assumed that the project is located at "Wikipedia:WikiProject <PROJECT>". If this is not the case, then define the full link to the project page in this parameter. Eg: Wikipedia:WikiProject Tulips
    • PROJECT_NAME – if your project is not called "WikiProject <PROJECT>" then define the exact name of the project with this parameter.
  • DOC – if |DOC=auto is set then automatically generated documentation will be added to the template page. Other options are:
    • |DOC=custom – this will transclude the /doc page to allow custom (not automatic) documentation to be displayed. This can be used instead of the customary <noinclude>{{Documentation}}</noinclude> at the bottom of the template.
    • |DOC=auto+custom – this will include the automatic documentation and additionally transclude the /doc page. This allows extra instructions and categories to be included.
    • |DOC=none – (or left blank) will not include any documentation.
  • substcheck – this allows the template to detect if it has been substituted instead of transcluded and give an error message. substcheck=<includeonly>{{subst:</includeonly><includeonly>substcheck}}</includeonly>
  • category (Required) – the 'category' parameter must be passed through the template to enable category optout. E.g.: category={{{category|}}}.
  • listas (Required) – the 'listas' parameter must be passed through the template. Eg: listas={{{listas|}}}
  • IMAGE_LEFT – the location of an image to use in the top-left corner of the banner. Do not include the "File:" prefix. Images used on WikiProject banners must be free images – fair use images are not permitted. Eg: Tulipa suaveolens floriade to Canberra.jpg
    • IMAGE_LEFT_SIZE – the size of IMAGE_LEFT. Default is 80px. Eg: 50px
  • IMAGE_RIGHT – the location of an image to use in the top-right corner of the banner. Do not include the "File:" prefix. Images used on WikiProject banners must be free images – fair use images are not permitted. Eg: Tulipa suaveolens floriade to Canberra.jpg
    • IMAGE_RIGHT_SIZE – the size of IMAGE_RIGHT. Default is 80px. Eg: 50px
  • MAIN_TEXT – the default text is "This article is within the scope of [[WikiProject {{{PROJECT_LINK}}}]], a collaborative effort to improve the coverage of {{{PROJECT or MAIN_ARTICLE}}} articles on Wikipedia. If you would like to participate, please visit the project page, where you can join the [[Talk:{{{PROJECT_LINK}}}]] discussion and see a list of open tasks." If defined, the alternate message will be displayed.
    • MAIN_ARTICLE – the default article is PROJECT; alternatively, the linked article can be changed to either a raw article title or more complicated text. Eg: (default) tulips"...the coverage of tulips on Wikipedia..." or (alternate) [[tulip]]s, [[liliaceae]] and related articles"...the coverage of tulips, liliaceae and related articles on Wikipedia..."
  • PORTAL – if the WikiProject maintains a portal, define this parameter with the portal name. The associated image is held centrally at Module:Portal/images. Eg: Tulips
  • MAIN_CAT – the default is no main category created; if defined, all pages displaying the template will be sorted into Category:MAIN_CAT. Eg: WikiProject Tulips articlesCategory:WikiProject Tulips articles
  • BOTTOM_TEXT – if defined, contains text that will appear across the bottom of the banner and above the collapsed section (if one is present). Please do not use this parameter to 'hook' extra code to the bottom of the template – see the hooks section below for a better solution.


Example:

{{WPBannerMeta
|PROJECT          = Tulips
 |BANNER_NAME     = Template:WikiProject Tulips
 |substcheck=<includeonly>{{subst:</includeonly><includeonly>substcheck}}</includeonly>
 |category={{{category|}}}
 |listas={{{listas|}}}
|PROJECT_LINK     = Wikipedia:Somewhere about tulips
|IMAGE_LEFT       = Tulipa suaveolens floriade to Canberra.jpg
|IMAGE_LEFT_SIZE = 50px
|MAIN_ARTICLE     = [[tulip]]s, [[liliaceae]] and related articles
}}
Produces:
WikiProject Tulips  
WikiProject iconThis article is within the scope of WikiProject Tulips, a collaborative effort to improve the coverage of tulips, liliaceae and related articles on Wikipedia. If you would like to participate, please visit the project page, where you can join the discussion and see a list of open tasks.
 

Assessment

[edit]

Many projects use the Version 1.0 Assessment schema to grade their articles by quality and the corresponding importance scale to place their articles in order of priority. In order to implement WP:1.0, which uses a bot to automatically compile its statistics tables, you will need to follow the instructions at /Using the bot, as well as those outlined here.

  • class (Required)– the class parameter must be passed through, if the quality scale is used. Eg: class={{{class|}}}
    • QUALITY_SCALE – configures the quality scale; possible options are:
      • standard – enables the 'standard' quality scale (FA, A, GA, B, C, Start, Stub, FL, List, NA). (This is the default behaviour, if the class parameter is used.)
      • extended – enables the 'standard' quality scale plus some additional values (Category, Disambig, Draft, File, Portal, Project and Template).
      • inline – allows for a simple custom quality scale to be used, generally used with {{Class mask}}.
      • subpage – allows for a more complex custom quality scale to be used using a subpage called /class. See custom masks below for further details.
    • auto the auto parameter must be passed through, if the auto assess option is needed. Eg: auto={{{auto|}}} Projects which use bots to automatically categorise articles can have the bot add the following parameter to the project banner, which triggers the display of a small notice that the article was tagged by a bot rather than a human:
      |auto=stub, for an article which includes a stub template, to indicate that it has automatically been rated Stub-class;
      |auto=inherit, to show that the class has automatically been inherited from other WikiProject's assessments on the same page;
      |auto=length, to show that the class has automatically been deduced from the length of the article.
    • b1, b2, b3, b4, b5, b6 – the six B-class criteria parameters should only be passed through if the B-class checklist hook is used.
  • importance– if defined, enables the standard importance scale (Top, High, Mid, Low, NA, Unknown). Eg: importance={{{importance|}}}
    • IMPORTANCE_SCALE – configures the importance scale, if used. The possible options are:
      • standard – enables the 'standard' importance scale (Top, High, Mid, Low, NA and Unknown). (This is the default behaviour.)
      • inline – allows for a simple custom importance scale to be defined, generally with {{Importance mask}}.
      • subpage – allows for a more complex custom importance scale to be used using a subpage called /importance.
  • ASSESSMENT_LINK – the link to a WikiProject-specific quality (and/or importance) scale. If there is a page at "Wikipedia:WikiProject <PROJECTLINK>/Assessment" then this will be used by default. To override this, you can set this parameter to no. For more details, see here.
  • ASSESSMENT_CAT – articles are sorted into categories based on their quality; so "Featured Articles" on Tulips would be categorised by default into Category:FA-Class Tulips articles. To change the default, define this parameter so that featured articles are instead categorised into Category:FA-Class ASSESSMENT_CAT. Eg: |ASSESSMENT_CAT=Liliaceae articlesCategory:FA-Class Liliaceae articles

Example:

{{WPBannerMeta
|PROJECT             = Tulips
 |BANNER_NAME        = Template:WikiProject Tulips
 |substcheck=<includeonly>{{subst:</includeonly><includeonly>substcheck}}</includeonly>
 |category={{{category|}}}
 |listas={{{listas|}}}
|IMAGE_LEFT          = Tulipa suaveolens floriade to Canberra.jpg
|QUALITY_SCALE       = extended
 |class={{{class|}}}
 |auto={{{auto|}}}
 |importance={{{importance|}}}
|ASSESSMENT_LINK     = Wikipedia:WikiProject Tulips/Article grading
}}
Produces:
WikiProject Tulips (Rated GA-class, Top-importance)
WikiProject iconThis article is within the scope of WikiProject Tulips, a collaborative effort to improve the coverage of Tulips articles on Wikipedia. If you would like to participate, please visit the project page, where you can join the discussion and see a list of open tasks.
 GA This article has been rated as GA-Class on the project's quality scale.
 Top  This article has been rated as Top-importance on the project's importance scale.
 

Alerts and notes

[edit]

Built into WPBannerMeta is the ability to display a number of other fields that contain useful information about the article. There are also three predefined fields for:

  1. articles which have been automatically assessed by a bot (see above);
  2. articles in need of immediate attention;
  3. articles in need of an infobox.

The parameters are:

  • attention – pass this parameter through to enable the use of the attention note. Eg: attention={{{attention|}}}, then by including |attention=yes on the talk page.
  • infobox – pass this parameter through to enable the use of the needs-infobox note. Eg: infobox={{{needs-infobox|}}}, then by including |needs-infobox=yes on the talk page.
  • note 1– pass this parameter through to trigger any defined note. Eg: note 1={{{needs-photo|}}}, then by including |needs-photo=yes on the talk page. Up to five notes can be specified in the core banner.
    • NOTE_1_TEXT – the text of note 1. E.g.: This page has been marked as needing a photograph. If this is left blank there is no visual output.
    • NOTE_1_IMAGE – an image can be defined for each note. Remember that all images must be free, not fair-use. Eg: Gnome-dev-camera.svg
    • NOTE_1_CAT – if defined, all articles displaying note 1 will be categorised into Category:NOTE_1_CAT. Eg: Wikipedia requested photographs of FloridiaeCategory:Wikipedia requested photographs of Floridiae
  • COLLAPSED – when more than a threshold number of notes and alerts are triggered on a page, they are automagically collapsed into a show/hide box. The threshold number can be customised by setting this parameter to the maximum number of notes on a page that will not trigger the collapse. The default is 3, so if three notes are triggered on a page, they will not be collapsed, but if a fourth is also triggered, the collapse box appears. So setting |COLLAPSED=0 will always create a collapse box (if there are any notes to fill it), while |COLLAPSED=999 will never trigger a collapse box. See also the /notecounter hook. Eg: 6
    • COLLAPSED_HEAD – the heading for the collapsed section; the default is More information: Eg: Additional information:
  • NOTE_SIZE – the size of the image used for the icons. (It is recommended to precede the size with "x" as this specifies the height of the image instead of the width, which results in a neater banner because all rows have equal height.) The default is a height of 25px. Eg: x30px

Example:

{{WPBannerMeta
|PROJECT            = Tulips
 |BANNER_NAME       = Template:WikiProject Tulips
 |substcheck=<includeonly>{{subst:</includeonly><includeonly>substcheck}}</includeonly>
 |category={{{category|}}}
 |listas={{{listas|}}}
|IMAGE_LEFT         = Tulipa suaveolens floriade to Canberra.jpg
|QUALITY_SCALE      = extended
 |class={{{class|}}}
|ASSESSMENT_LINK    = Wikipedia:WikiProject Tulips/Article grading
|auto={{{auto|}}}
 |AUTO_ASSESS_CAT   =
|attention={{{attention|}}}
 |ATTENTION_CAT     = 
|infobox={{{needs-infobox|}}}
 |INFOBOX_CAT       = 
|note 1={{{needs-photo|}}}
 |NOTE_1_TEXT       = This page has been marked as needing a [[photograph]].
 |NOTE_1_IMAGE      = Gnome-dev-camera.svg
 |NOTE_1_CAT        = Wikipedia requested photographs of Floridiae
|note 2 = {{{audio-file|}}}
 |NOTE_2_TEXT       = An [[audio file format|audio file]] has been created of this article.
 |NOTE_2_IMAGE      = Nuvola apps arts.svg
 |NOTE_2_CAT        = Tulips articles with audio files
}}
Produces:
WikiProject Tulips (Rated Stub-class)
WikiProject iconThis article is within the scope of WikiProject Tulips, a collaborative effort to improve the coverage of Tulips articles on Wikipedia. If you would like to participate, please visit the project page, where you can join the discussion and see a list of open tasks.
Stub This article has been rated as Stub-Class on the project's quality scale.
More information:
 
Note icon
This article has been automatically rated by a bot or other tool as Stub-Class because it uses a stub template. Please ensure the assessment is correct before removing the |auto= parameter.
Note icon
This article has been marked as needing immediate attention.
Note icon
This article has been marked as needing an infobox.
Note icon
This page has been marked as needing a photograph.
Note icon
An audio file has been created of this article.

Task forces

[edit]

WPBannerMeta can accommodate up to five task forces, each with its own image, links and importance scale, if desired. (More than five task forces can be supported through the use of hooks.) The following parameters are available:

  • tf 1 – this parameter must be passed through to enable and trigger the display of the task force section. Eg: tf 1={{{floridiae|}}}
    • TF_1_LINK – the full page name of the task force's project page. Eg: Wikipedia:WikiProject Tulips/Task forces/Floridiae
    • TF_1_NAME – the name of the task force. This is used as the label for the task force link (unless |TF_1_TEXT= is used instead). Eg: the Floridiae task force
    • TF_1_NESTED – if defined, a link of the form "/ [[{{{TF_1_LINK}}}|{{{TF_1_NESTED}}}]]" is added after the main project's name when the banner is collapsed inside a {{WikiProject banner shell}}. Eg: Floridiae
    • TF_1_TEXT – if defined, replaces the default "This page is supported by..." text. E.g.: This page is within the scope of the [[Wikipedia:WikiProject Tulips/Task forces/Floridiae|Floridiae task force]]. New members are always welcome! If defined to be "none", then no output will be displayed, although appropriate categories will still be added.
    • TF_1_IMAGE – an image can be defined for each task force. Remember that all images must be free, not fair-use. Eg: Tulipa florenskyi 4.jpg
    • TF_1_QUALITY – if defined, enables the quality categorisations for the main project (e.g.: Category:FA-Class Tulips articles) to be duplicated for the task force. The class arising from |class= and |QUALITY_SCALE= will be used; Eg: yes
    • tf 1 importance– if defined, enables the use of a separate importance (or priority, if used) scale for the task force.Eg: tf 1 importance={{{floridiae-importance|}}}
    • TF_1_ASSESSMENT_CAT (Required if quality or importance assessments are used) – the assessment category to be used for the task force-specific quality and importance assessments. Identical in syntax to |ASSESSMENT_CAT=. Eg: Floridiae articlesCategory:FA-Class Floridiae articles
    • TF_1_MAIN_CAT – if defined, all pages displaying "tf 1" will be categorised into Category:TF_1_MAIN_CAT. Eg: Floridiae articlesCategory:Floridiae articles
  • TF_SIZE – the size of the taskforce icons. (It is recommended to precede the size with "x" as this specifies the height of the image instead of the width, which results in a neater banner because all rows have equal height.) The default is a height of 25px. Eg: x30px

Example:

{{WPBannerMeta
|PROJECT              = Tulips
 |BANNER_NAME         = Template:WikiProject Tulips
 |substcheck=<includeonly>{{subst:</includeonly><includeonly>substcheck}}</includeonly>
 |category={{{category|}}}
 |listas={{{listas|}}}
|IMAGE_LEFT           = Tulipa suaveolens floriade to Canberra.jpg
|QUALITY_SCALE        = standard
 |class={{{class|}}}
|tf 1={{{floridiae|}}}
 |TF_1_LINK           = Wikipedia:Wikiproject Tulips/Task forces/Floridiae
 |TF_1_NAME           = the Floridiae task force
 |TF_1_NESTED         = Floridiae
 |TF_1_TEXT           = 
 |TF_1_IMAGE          = Tulipa florenskyi 4.jpg
 |tf 1 importance={{{floridiae-importance}}}
 |TF_1_ASSESSMENT_CAT = Floridiae articles
 |TF_1_MAIN_CAT       = Floridiae articles
}}
Produces:
WikiProject Tulips / Floridiae  (Rated FA-class)
WikiProject iconThis article is within the scope of WikiProject Tulips, a collaborative effort to improve the coverage of Tulips articles on Wikipedia. If you would like to participate, please visit the project page, where you can join the discussion and see a list of open tasks.
 FA This article has been rated as FA-Class on the quality scale.
Taskforce icon
This article is supported by the Floridiae task force (marked as Top-importance).
 

Advanced features

[edit]

Hooks

[edit]

WPBannerMeta incorporates a number of 'hooks' where advanced or customised features can be added. These should take the form of a subtemplate passed to the relevant hook parameter. Any relevant parameters should then be passed to the hook template – it may be necessary to repeat parameters that are already passed to the main template (|category={{{category|}}} and |class={{{class|}}} are commonly used). If you write a hook that you think other projects could use, please copy or move it to a subpage of Template:WPBannerMeta/hooks and add it to the list on that page.

Custom masks

[edit]

WPBannerMeta uses a mask to normalise the values given to the |class= parameter, to ensure that invalid inputs are discarded (e.g. |class=cheesecake) and that equivalent inputs appear the same (e.g. |class=FA and |class=fA). This mask effectively controls which extended assessment scale values are accepted by the template (e.g. "Template-Class", "Redirect-Class", etc.). Projects which want to use more obscure assessment classes (e.g. "Future-Class", "Bplus-Class", etc.) or to not use all of the standard classes (e.g. not using "C-Class") can define their own custom mask, which will override WPBannerMeta's default.

Other details

[edit]

This meta-template automatically categorises all instances (i.e. specific project banners) into a subcategory of Category:WikiProject banner templates. It is not necessary to include a category link in the documentation for each project banner. Any project banners with errors are automatically added to Category:WikiProject banners with formatting errors.

The core WPBannerMeta template:

To reduce the byte-count of banners that do not make full use of WPBannerMeta's features, most of the optional features are broken out into subpages:

  • /doc – the documentation you are now reading.
  • /importancescale – the importance classification system.
  • /istemplate – tests the type of the current page (i.e. article talk page, templatepage, or demonstration).
  • /locwarning – warns when the banner template is used on a non-talk page.
  • /note – an individual note.
  • /taskforce – the code for each task force display.
  • /templatepage – the categories and notes that only appear on the template page.
  • /qualityscale – the quality classification system.
    • /class – used in conjunction with Template:Class mask to normalise the |class= input and account for B-Class checklist status, if enabled.

See also

[edit]
[[Wikipedia:WikiProject {{{PROJECT}}}|WikiProject {{{PROJECT}}}]]  
This page is within the scope of [[Wikipedia:WikiProject {{{PROJECT}}}|WikiProject {{{PROJECT}}}]], a collaborative effort to improve the coverage of articles on Wikipedia. If you would like to participate, please visit the project page, where you can join [[|the discussion]] and see a list of open tasks.
 


Syntax
{{WPBannerMeta
|PROJECT               = 
 |BANNER_NAME          = {{subst:FULLPAGENAME}}
 |category={{{category|}}}
 |listas = {{{listas|}}}

...

|HOOK_NOTE              = <!--
-->{{WPBannerMeta/hooks/aclass
 |BANNER_NAME           = {{subst:FULLPAGENAME}}
 |a class={{{**PARAMETER**|}}}
 |category={{{category|}}}
 |SUBPAGE_LINK          = 
 |REVIEW_LINK           = 
 |PASS_CAT              = 
 |FAIL_CAT              = 
 |CURRENT_CAT           = 
}}

...

}}

This hook enables an A-Class review process to be integrated into a project banner. It should be attached to the |HOOK_NOTE= hook. The following parameters are used:

  • a class (Required) – the parameter that will trigger the note. Accepted values are "pass", "fail", "current" (any capitalisation); everything else is treated as null. Eg: a class={{{A-Class|}}}
  • category (Required) – the 'category' parameter must be passed through the template to enable category optout. Eg: category={{{category|}}}
  • SUBPAGE_LINK (Required) – the full link to where the review for this particular article is held. Eg: Wikipedia:WikiProject Tulips/Assessment/{{SUBJECTPAGENAME}}
  • REVIEW_LINK (Required) – the full link to the main A-Class review page (where instructions etc. are held). Eg: Wikipedia:WikiProject Tulips/Review#A-Class review
  • PASS_CAT – if defined, pages using |a class=pass will be categorised into this category. Eg: Successful requests for Tulips A-Class reviewCategory:Successful requests for Tulips A-Class review
  • FAIL_CAT – if defined, pages using |a class=fail will be categorised into this category. Eg: Failed requests for Tulips A-Class reviewCategory:Failed requests for Tulips A-Class review
  • CURRENT_CAT – if defined, pages using |a class=current will be categorised into this category. Eg: Current requests for Tulips A-Class reviewCategory:Current requests for Tulips A-Class review
  • IMAGE – a custom image can be set, using the same syntax as for other note images. Eg: Exquisite-kfind.png
  • SIZE – a custom image size can be set, using the usual note syntax. Eg: 20x20px
  • FORMAT – custom formatting can be set, using the usual syntax. Note that the default blue background will be overridden by anything you put in here. Eg: style="background:transparent;"
  • INVALID_CAT – if defined, pages specifying the A Class parameter without a valid SUBPAGE_LINK page existing be categorised into this category.
To-do list for User:CX Zoom/TestPage36:

No to-do list assigned.

Usage

[edit]
|HOOK_BOTTOM           = {{WPBannerMeta/hooks/article todolist
 |BANNER_NAME          = {{subst:FULLPAGENAME}}
 |category={{{category|}}}
 |no-todolist={{{no-todolist|}}}
}}

See also

[edit]


B checklist
B checklist
  • {{{2}}}: not checked
  • This is the bchecklist hook which enables a B-class checklist to be incorporated into a banner template. There are six official criteria (although some projects use five) that an article needs to satisfy in order to be classified as B-class. A checklist can provide a helpful aid for editors to show where an article needs improvement.

    When used in conjunction with a custom class mask, articles can be automatically demoted to C-class if they don't satisfy all of the criteria.

    Syntax
    {{WPBannerMeta
    |PROJECT               = 
     |BANNER_NAME          = {{subst:FULLPAGENAME}}
     |category={{{category|}}}
     |listas = {{{listas|}}}
    
    ...
    
    |HOOK_ASSESS = {{WPBannerMeta/hooks/bchecklist
     |BANNER_NAME={{subst:FULLPAGENAME}}
     |category={{{category|}}}
     |class={{{class|}}}
     |b1={{{b1|}}}
     |b2={{{b2|}}}
     |b3={{{b3|}}}
     |b4={{{b4|}}}
     |b5={{{b5|}}}
     |b6={{{b6|}}}
     |ASSESSMENT_LINK     = 
    }}
    

    Required parameters

    [edit]
    • BANNER_NAME – needs to be passed, so that all the checklist will display on the template itself.
    • category – needs to be passed through.
    • class – needs to be passed so that the checklist is only displayed when it is appropriate;
    • The six B-Class criteria: b1, b2, b3, b4, b5, b6

    Optional parameters

    [edit]
    • ASSESSMENT_LINK – specifies a link to a custom assessment scale. If this is not specified, then the standard scale Wikipedia:Version 1.0 Editorial Team/Assessment/B-Class criteria will be used.
    • DISPLAY_ON_START – if set to "yes", the checklist will be displayed on every Start-class article. The default behaviour is to only display on Start-class when one or more of the parameters b1-b6 have been filled in.

    Category parameters

    [edit]
    • MAIN_CAT – specifies a category to use when any of the checklist parameters are blank.
    • B1_CAT to B6_CAT – specifies individual categories to use when the individual checklist parameters are blank or set to no.

    Custom parameter names

    [edit]

    The standard parameter names (i.e. b1, b2, etc.) should be passed as an alternative to any custom parameters (e.g. B-Class-1, B-Class-2, etc.).

    This is achieved by replacing **PARAMETER** with the name of the parameter. For example:

    b1={{{B-Class-1|{{{b1|}}}}}}

    If only the standard parameters are used, then eg: b1={{{b1|}}}, etc. is fine.

    Subtemplates

    [edit]

    These are listed for technical background only.

    • /core - the code which actually produces the checklist
    • /criterion - code for each criterion
    • /syntax - for separate lines of the copy/paste code


    | b{{{2}}} <!--{{{3}}}--> = <yes/no>

    Testing sandbox version

    [edit]

    Blank parameters

    [edit]
    WikiProject Sausages  
    WikiProject iconThis article is within the scope of WikiProject Sausages, a collaborative effort to improve the coverage of Sausages articles on Wikipedia. If you would like to participate, please visit the project page, where you can join the discussion and see a list of open tasks.
    B checklist
     

    Blank parameters, DISPLAY_ON_START=yes

    [edit]
    WikiProject Sausages  
    WikiProject iconThis article is within the scope of WikiProject Sausages, a collaborative effort to improve the coverage of Sausages articles on Wikipedia. If you would like to participate, please visit the project page, where you can join the discussion and see a list of open tasks.
    B checklist
     

    Completed parameters

    [edit]
    WikiProject Sausages  
    WikiProject iconThis article is within the scope of WikiProject Sausages, a collaborative effort to improve the coverage of Sausages articles on Wikipedia. If you would like to participate, please visit the project page, where you can join the discussion and see a list of open tasks.
    B checklist
     

    Testing main template

    [edit]

    Blank parameters

    [edit]
    WikiProject Sausages  
    WikiProject iconThis article is within the scope of WikiProject Sausages, a collaborative effort to improve the coverage of Sausages articles on Wikipedia. If you would like to participate, please visit the project page, where you can join the discussion and see a list of open tasks.
    B checklist
     

    Blank parameters, DISPLAY_ON_START=yes

    [edit]
    WikiProject Sausages  
    WikiProject iconThis article is within the scope of WikiProject Sausages, a collaborative effort to improve the coverage of Sausages articles on Wikipedia. If you would like to participate, please visit the project page, where you can join the discussion and see a list of open tasks.
    B checklist
     

    Completed parameters

    [edit]
    WikiProject Sausages  
    WikiProject iconThis article is within the scope of WikiProject Sausages, a collaborative effort to improve the coverage of Sausages articles on Wikipedia. If you would like to participate, please visit the project page, where you can join the discussion and see a list of open tasks.
    B checklist
     


    Syntax
    {{WPBannerMeta
    |PROJECT               = 
     |BANNER_NAME          = {{subst:FULLPAGENAME}}
     |category={{{category|}}}
     |listas = {{{listas|}}}
    
    ...
    
    }} <!--
    -->{{WPBannerMeta/hooks/cats
     |category={{{category|}}}
     |BANNER_NAME = {{subst:FULLPAGENAME}}
     |cat 1={{{**PARAMETER**|}}}
      |CAT_1      = 
     |cat 2={{{**PARAMETER**|}}}
      |CAT_2      =   
     |cat 3={{{**PARAMETER**|}}}
      |CAT_3      =   
     |cat 4={{{**PARAMETER**|}}}
      |CAT_4      =   
     |cat 5={{{**PARAMETER**|}}}
      |CAT_5      =   
     |cat 6={{{**PARAMETER**|}}}
      |CAT_6      =   
     |cat 7={{{**PARAMETER**|}}}
      |CAT_7      =   
     |cat 8={{{**PARAMETER**|}}}
      |CAT_8      =   
     |cat 9={{{**PARAMETER**|}}}
      |CAT_9      =   
     |cat 10={{{**PARAMETER**|}}}
      |CAT_10     =   
    }}
    
    ...
    
    }}
    

    This hook allows you to add up to ten optional categories, that will be added to a page if a particular parameter is defined. Each category will be added if the corresponding parameter is non-empty. This template displays no visible output, so it can be put anywhere in the template code; common practice is to put it attached to a task force hook, such as |TF_n_HOOK=.


    Syntax
    {{WPBannerMeta
    |PROJECT               = 
     |BANNER_NAME          = {{subst:FULLPAGENAME}}
     |category={{{category|}}}
     |listas = {{{listas|}}}
    
    ...
    
    |HOOK_NOTE             = {{WPBannerMeta/hooks/collaboration
     |BANNER_NAME        = {{subst:FULLPAGENAME}}
     |category={{{category|}}}
     |candidate          = {{{**PARAMETER**|}}}
     |current            = {{{**PARAMETER**|}}}
     |past               = {{{**PARAMETER**|}}}
     |LINK               = 
     |TEXT               =
     |IMAGE              = 
     |CANDIDATE_CAT      = 
     |CURRENT_CAT        = 
     |PAST_CAT           = 
    }}
    
    ...
    
    }}
    

    This hook enables a project collaboration system to be integrated into a project banner. It should be attached to the |HOOK_NOTE= hook. The following parameters are used:

    • category (Required) – the 'category' parameter must be passed through the template to enable category optout. Eg: category={{{category|}}}
    • candidate – the parameter that will trigger the collaboration candidate note, if used. Eg: candidate={{{collaboration-candidate|}}}
    • current – the parameter that will trigger the current collaboration note, if used. Eg: current={{{collaboration|}}}
    • past – the parameter that will trigger the past collaboration note, if used. Eg: past={{{past-collaboration|}}}
    • LINK (Required) – the full link to where the review for this particular article is held. Eg: Wikipedia:WikiProject Tulips/Assessment/{{SUBJECTPAGENAME}}
    • TEXT – the text to display in place of the default "project collaboration". Eg: Collaboration of the Month
    • IMAGE – the name of the image to use. If not specified then is used.
    • CANDIDATE_CAT – if defined, pages using |candidate=yes will be categorised into this category. Eg: Tulip collaboration candidatesCategory:Tulip collaboration candidates
    • CURRENT_CAT – if defined, pages using |current=yes will be categorised into this category. Eg: Current Tulip collaborationsCategory:Current Tulip collaborations
    • PAST_CAT – if defined, pages using |past=yes will be categorised into this category. Eg: Past Tulip collaborationsCategory:Past Tulip collaborations


     



    Syntax
    {{WPBannerMeta
    |PROJECT       = 
     |BANNER_NAME  = {{subst:FULLPAGENAME}}
     |category={{{category|}}}
     |listas = {{{listas|}}}
    ...
    |HOOK_BOTTOM       = {{WPBannerMeta/hooks/collapsed
     |COLLAPSED_HEAD   = Title
     |CONTENT          = Content to show
     |COLLAPSED        = Threshold for collapsing
     |IMAGE_LEFT_SIZE  = Size of left image
     |counter = number of rows of content
    }}
    ...
    }}
    
    Syntax with notecounter
    {{WPBannerMeta
    |PROJECT       = 
     |BANNER_NAME  = {{subst:FULLPAGENAME}}
     |category={{{category|}}}
     |listas = {{{listas|}}}
    ...
    |HOOK_BOTTOM       = {{WPBannerMeta/hooks/collapsed
     |COLLAPSED_HEAD   = Title
     |CONTENT          = Content to show
     |COLLAPSED        = Threshold for collapsing
     |IMAGE_LEFT_SIZE  = Size of left image
     |counter = {{WPBannerMeta/hooks/notecounter
      |category = {{{category|}}}
      |BANNER_NAME={{subst:FULLPAGENAME}}
      |note 1  = {{{**PARAMETER**|}}}
      |note 2  = {{{**PARAMETER**|}}}
      |note 3  = {{{**PARAMETER**|}}}
      |note 4  = {{{**PARAMETER**|}}}
      |note 5  = {{{**PARAMETER**|}}}
      |note 6  = {{{**PARAMETER**|}}}
      |note 7  = {{{**PARAMETER**|}}}
      |note 8  = {{{**PARAMETER**|}}}
      |note 9  = {{{**PARAMETER**|}}}
      |note 10 = {{{**PARAMETER**|}}}
     }}
    }}
    ...
    }}
    

    This hook enables adding another collapsed section into a project banner. It should be attached to the |HOOK_BOTTOM= hook. The following parameters are used:

    • COLLAPSED_HEAD – the title of the collapsed section. If not defined, "Additional information:" will be used. parameter that will trigger the note. Eg: COLLAPSED_HEAD = Associated taskforces
    • CONTENT – the content of the collapsed section. This could be another hook such as /notes or /taskforces.
    • COLLAPSED – the threshold of the number of rows for the banner to collapse. If {{{counter}}} is more than this number then the section will collapse; otherwise it will display without collapsing. If not defined, a default value of zero is used. Eg: COLLAPSED = 4
    • IMAGE_LEFT_SIZE – this is the size of the left image and should equal the value of this parameter in the main template code. Eg: IMAGE_LEFT_SIZE = 90px
    • counter – can be used to pass the number of rows of content in the section. The /notecounter hook may be used to count several triggers. The default value is 0 if the content is empty or 1 otherwise.

     



    This hook allows a note to be displayed which alerts editors that an image is needed. It will also populate one or more relevant categories depending on the options which have been set.

    Syntax
    {{WPBannerMeta
    |PROJECT =
     |category={{{category|}}}
     |listas={{{listas|}}}
    
    ...
    
    |HOOK_NOTE = {{WPBannerMeta/hooks/image needed
     |BANNER_NAME = {{subst:FULLPAGENAME}}
     |category={{{category|}}}
     |needs-image={{{needs-image|}}}
     |IMAGE =
     |SIZE =
     |details={{{details|}}}
     |location={{{location|}}}
     |LOCATION_CATEGORY =
     |topic={{{topic|}}}
     |TOPIC_CATEGORY =
     |type={{{type|}}}
    }}
    
    ...
    
    }}

    Basic parameters

    [edit]
    • needs-image={{{needs-image|}}} (Required) - the parameter to trigger this note.
    • category={{{category|}}} (Required) - the 'category' parameter must be passed through the template to enable category optout.
    • location={{{location|}}} - allows the editor to specify the location of the requested image.
    • LOCATION_CATEGORY - a default category when the location is not specified or leads to a non-existent category.

    Advanced parameters

    [edit]
    • SIZE (Optional) - specifies the size of the icon; the default is 20px.
    • IMAGE (Optional) - specifies the icon to be used (without the File namespace prefix); the default is .
    • details={{{details|}}} - allows an editor to specify more details about the required image.
    • type={{{type|}}} - allows the editor to specify the type of image required, e.g. map, photograph, diagram, etc.
    • topic={{{topic|}}} - allows an editor to specify a topic area that the photograph relates to.
    • TOPIC_CATEGORY - a default category in case the topic is not specified or leads to a non-existent category.

    0

    Syntax
    {{WPBannerMeta
    |PROJECT               = 
     |BANNER_NAME          = {{subst:FULLPAGENAME}}
     |category={{{category|}}}
     |listas = {{{listas|}}}
    
    ...
    
    |HOOK_COLLAPSED        = {{WPBannerMeta/hooks/notecounter
     |category = {{{category|}}}
     |BANNER_NAME={{subst:FULLPAGENAME}}
     |note 1  = {{{**PARAMETER**|}}}
     |note 2  = {{{**PARAMETER**|}}}
     |note 3  = {{{**PARAMETER**|}}}
     |note 4  = {{{**PARAMETER**|}}}
     |note 5  = {{{**PARAMETER**|}}}
     |note 6  = {{{**PARAMETER**|}}}
     |note 7  = {{{**PARAMETER**|}}}
     |note 8  = {{{**PARAMETER**|}}}
     |note 9  = {{{**PARAMETER**|}}}
     |note 10 = {{{**PARAMETER**|}}}
    }}
    
    ...
    
    }}
    

    This hook allows notes added in other hooks (/notes, etc.) to contribute towards the counter that triggers the notes being collapsed into a show/hide box when they become too numerous. Each parameter should be set to one of the trigger parameters for a hooked note.

    This hook cannot be 'stacked' in the usual way. Normally, you can 'stack' hook templates:

    |HOOK_NOTE              = <!--
    -->{{WPBannerMeta/hooks/notes
     |category = {{{category|}}}
     |BANNER_NAME={{subst:FULLPAGENAME}}
    ...
    }}{{WPBannerMeta/hooks/notes
     |category = {{{category|}}}
     |BANNER_NAME={{subst:FULLPAGENAME}}
    ...
    }}{{WPBannerMeta/hooks/notes
     |category = {{{category|}}}
     |BANNER_NAME={{subst:FULLPAGENAME}}
    ...
    }}
    

    This does not work with this particular hook. You need to concatenate the hook templates with an addition sign +:

    |HOOK_COLLAPSED         = {{WPBannerMeta/hooks/notecounter
     |category = {{{category|}}}
     |BANNER_NAME={{subst:FULLPAGENAME}}
    ...
    }} + {{WPBannerMeta/hooks/notecounter
     |category = {{{category|}}}
     |BANNER_NAME={{subst:FULLPAGENAME}}
    ...
    }} + {{WPBannerMeta/hooks/notecounter
     |category = {{{category|}}}
     |BANNER_NAME={{subst:FULLPAGENAME}}
    ...
    }}
    

    0


    Syntax
    {{WPBannerMeta
    |HOOK_NOTE           = {{WPBannerMeta/hooks/notes
    |category={{{category|}}}
    |BANNER_NAME={{subst:FULLPAGENAME}}
    |NOTE_SIZE             =
    |note 1={{{**PARAMETER**|}}}
     |NOTE_1_TEXT          = 
     |NOTE_1_IMAGE         = 
      |NOTE_1_SIZE         = 
     |NOTE_1_CAT           = 
     |NOTE_1_FORMAT        = 
    |note 2={{{**PARAMETER**|}}}
     |NOTE_2_TEXT          = 
     |NOTE_2_IMAGE         = 
      |NOTE_2_SIZE         = 
     |NOTE_2_CAT           = 
     |NOTE_2_FORMAT        = 
    |note 3={{{**PARAMETER**|}}}
     |NOTE_3_TEXT          = 
     |NOTE_3_IMAGE         = 
      |NOTE_3_SIZE         = 
     |NOTE_3_CAT           = 
     |NOTE_3_FORMAT        = 
    |note 4={{{**PARAMETER**|}}}
     |NOTE_4_TEXT          = 
     |NOTE_4_IMAGE         = 
      |NOTE_4_SIZE         = 
     |NOTE_4_CAT           = 
     |NOTE_4_FORMAT        = 
    |note 5={{{**PARAMETER**|}}}
     |NOTE_5_TEXT          = 
     |NOTE_5_IMAGE         = 
      |NOTE_5_SIZE         = 
     |NOTE_5_CAT           = 
     |NOTE_5_FORMAT        = 
    |note 6={{{**PARAMETER**|}}}
     |NOTE_6_TEXT          = 
     |NOTE_6_IMAGE         = 
      |NOTE_6_SIZE         = 
     |NOTE_6_CAT           = 
     |NOTE_6_FORMAT        = 
    |note 7={{{**PARAMETER**|}}}
     |NOTE_7_TEXT          = 
     |NOTE_7_IMAGE         = 
      |NOTE_7_SIZE         = 
     |NOTE_7_CAT           = 
     |NOTE_7_FORMAT        = 
    |note 8={{{**PARAMETER**|}}}
     |NOTE_8_TEXT          = 
     |NOTE_8_IMAGE         = 
      |NOTE_8_SIZE         = 
     |NOTE_8_CAT           = 
     |NOTE_8_FORMAT        = 
    |note 9={{{**PARAMETER**|}}}
     |NOTE_9_TEXT          = 
     |NOTE_9_IMAGE         = 
      |NOTE_9_SIZE         = 
     |NOTE_9_CAT           = 
     |NOTE_9_FORMAT        = 
    |note 10={{{**PARAMETER**|}}}
     |NOTE_10_TEXT          = 
     |NOTE_10_IMAGE         = 
      |NOTE_10_SIZE         = 
     |NOTE_10_CAT           = 
     |NOTE_10_FORMAT        = 
    }}
    

    This hook will add up 10 additional notes. It should be attached to the |HOOK_NOTE= parameter in conjunction with the /notecounter hook. The syntax is:

    • note 1– pass this parameter through to trigger any defined note. Eg: note 1={{{needs-photo|}}}, then by including |needs-photo=yes on the talk page. Up to ten notes can be specified in the hook.
      • NOTE_1_TEXT – the text of note 1. E.g.: This page has been marked as needing a photograph. If this is left blank there is no visual output.
      • NOTE_1_IMAGE – an image can be defined for each note. Remember that all images must be free, not fair-use. Eg: Gnome-dev-camera.svg
      • NOTE_1_SIZE – the size of the image
      • NOTE_1_FORMAT – optional formatting (colour, etc.) for the table cell which contains the image, if any, for the note. Eg: style="background:blue"
      • NOTE_1_CAT – if defined, all articles displaying note 1 will be categorised into Category:NOTE_1_CAT. Eg: Wikipedia requested photographs of FloridiaeCategory:Wikipedia requested photographs of Floridiae
    • NOTE_SIZE – a default size to use for all 10 notes (unless individually specified). If this is not specified then x25px is used.



    Syntax
    {{WPBannerMeta
    |PROJECT               = 
     |BANNER_NAME          = {{subst:FULLPAGENAME}}
     |category={{{category|}}}
     |listas = {{{listas|}}}
    
    ...
    
    |HOOK_NOTE             = <!--
    -->{{WPBannerMeta/hooks/peerreview
     |BANNER_NAME       = {{subst:FULLPAGENAME}}
     |category={{{category|}}}
     |peer review       = {{{**PARAMETER**|}}}
     |old peer review   = {{{**PARAMETER**|}}}
     |LINK              = 
     |IMAGE             = 
     |CAT               = 
     |OLD_CAT           = 
     |title             = {{{**PARAMETER**|}}}
    }}
    
    ...
    
    }}
    

    This hook enables a peer review process to be integrated into a project banner. It should be attached to the |HOOK_NOTE= hook. The following parameters are used:

    • category (Required) – the 'category' parameter must be passed through the template to enable category optout. Eg: category={{{category|}}}
    • peer review (Required) – the parameter that will trigger the active peer review note; should be passed through. Eg: peer review={{{peer-review|}}}
    • old peer review (Required) – the parameter that will trigger the old peer review note; should be passed through. Eg: old peer review={{{old-peer-review|}}}
    • LINK (Required) – the full link to where the review for this particular article is held. Eg: Wikipedia:WikiProject Tulips/Assessment
    • IMAGE – the name of the image to use. If not specified then is used.
    • CAT – if defined, pages using |peer review=yes will be categorised into this category. Eg: Requests for Tulips peer reviewCategory:Requests for Tulips peer review
    • OLD_CAT – if defined, pages using |old peer review=yes will be categorised into this category. Eg: Old requests for Tulips peer reviewCategory:Old requests for Tulips peer review
    • title → If the page has been moved since it was reviewed, specify the old page title (the one the review was archived under) to make the link point correctly to the review.
    • INVALID_CAT – if defined, pages using |peer review=yes without a valid peer review page existing be categorised into this category.

    [[Category:NA-Class {{{ASSESSMENT_CAT}}} of NA-importance]] [[Category:{{{class}}} {{{ASSESSMENT_CAT}}} of {{{importance}}}-{{{IMPN}}}]] [[Category:{{{class}}} {{{ASSESSMENT_CAT}}} of {{{importance}}}-{{{IMPN}}}]]

    Syntax
    |HOOK_ASSESS = {{WPBannerMeta/hooks/qualimpintersect
     |class={{{class|}}}
     |importance={{{importance|}}}
     |category={{{category|}}}
     |ASSESSMENT_CAT      = 
     |QUALITY_SCALE       = 
     |IMPORTANCE_SCALE    = 
     |B_CHECKLIST         =
      |b1=
      |b2=
      |b3=
      |b4=
      |b5=
      |b6=
     |BANNER_NAME         = {{subst:FULLPAGENAME}}
     |FORMAT              =
     |UNASSESSED_APPENDIX =
     |SUPPRESS_NA_CLASS   = 
    }}
    

    Usage

    [edit]

    This hook has no visible output, so you can hook it anywhere. It takes the following parameters:

    Example

    [edit]
    |HOOK_ASSESS = {{WPBannerMeta/hooks/qualimpintersect
     |QUALITY_SCALE  = standard
     |class          = {{{class|}}}
     |importance     = {{{importance|}}}
     |category       = {{{category|}}}
     |ASSESSMENT_CAT = Dungeons & Dragons articles
     |BANNER_NAME    = Template:D&D
    }}

    [[Category:NA-Class {{{ASSESSMENT_CAT}}} of NA-importance]]

    {{WPBannerMeta/hooks/qualimpintersect/sandbox|importance=low|ASSESSMENT_CAT=Andhra Pradesh articles|FORMAT=CTofI|UNASSESSED_APPENDIX=-Class}}

    {{WPBannerMeta/hooks/qualimpintersect/sandbox}}

    {{WPBannerMeta/hooks/qualimpintersect/sandbox|importance=mid|ASSESSMENT_CAT=China-related articles|FORMAT=CTofI}}

    {{WPBannerMeta/hooks/qualimpintersect/sandbox}}

    {{WPBannerMeta/hooks/qualimpintersect/sandbox|class=start|importance=high|ASSESSMENT_CAT=Kent-related articles|FORMAT=CIT}}

    {{WPBannerMeta/hooks/qualimpintersect/sandbox}}

    {{WPBannerMeta/hooks/qualimpintersect/sandbox}}

    {{WPBannerMeta/hooks/qualimpintersect/sandbox|class=stub|importance=top|IMPN=priority|ASSESSMENT_CAT=Economics articles|FORMAT=C,IT}}
    {{WPBannerMeta/hooks/qualimpintersect/sandbox|class=b|importance=mid|ASSESSMENT_CAT=Geology articles|FORMAT=ICT}}

    {{WPBannerMeta/hooks/qualimpintersect/sandbox}}

    Syntax
    {{WPBannerMeta/hooks/qualitycats
      |class={{{class|}}}
      |BANNER_NAME={{subst:FULLPAGENAME}}
      |category={{{category|}}}
     |QUALITY_SCALE      = 
     |ASSESSMENT_CAT     = 
     |MAIN_CAT           = 
    }}
    

    Hooks wherever (no visible output). |MAIN_CAT= is optional, the others are compulsory.




    Syntax
    {{WPBannerMeta
    |PROJECT                = 
     |BANNER_NAME           = {{subst:FULLPAGENAME}}
     |category={{{category|}}}
     |listas={{{listas|}}}
    
    ...
    
    |HOOK_TF = {{WPBannerMeta/hooks/taskforces
     |category={{{category|}}}
     |PROJECT               =
     |QUALITY_SCALE         = 
     |class={{{class|}}}
     |IMPORTANCE_SCALE      = 
     |TF_SIZE               = <!--remove TF_n_SIZE, if using-->
     |tf 1={{{**PARAMETER**|}}}
      |TF_1_LINK            = 
      |TF_1_NAME            = 
      |TF_1_IMAGE           = 
       |TF_1_SIZE           = 
      |TF_1_TEXT            = 
      |TF_1_QUALITY         = 
      |tf 1 importance={{{**PARAMETER**|}}}
      |TF_1_ASSESSMENT_CAT  = 
      |TF_1_MAIN_CAT        = 
      |TF_1_PORTAL          = 
     |tf 2={{{**PARAMETER**|}}}
      |TF_2_LINK            = 
      |TF_2_NAME            = 
      |TF_2_IMAGE           = 
       |TF_2_SIZE           = 
      |TF_2_TEXT            = 
      |TF_2_QUALITY         = 
      |tf 2 importance={{{**PARAMETER**|}}}
      |TF_2_ASSESSMENT_CAT  = 
      |TF_2_MAIN_CAT        =
      |TF_2_PORTAL          =  
     |tf 3={{{**PARAMETER**|}}}
      |TF_3_LINK            = 
      |TF_3_NAME            = 
      |TF_3_IMAGE           = 
       |TF_3_SIZE           = 
      |TF_3_TEXT            = 
      |TF_3_QUALITY         = 
      |tf 3 importance={{{**PARAMETER**|}}}
      |TF_3_ASSESSMENT_CAT  = 
      |TF_3_MAIN_CAT        = 
      |TF_3_PORTAL          = 
     |tf 4={{{**PARAMETER**|}}}
      |TF_4_LINK            = 
      |TF_4_NAME            = 
      |TF_4_IMAGE           = 
       |TF_4_SIZE           = 
      |TF_4_TEXT            = 
      |TF_4_QUALITY         = 
      |tf 4 importance={{{**PARAMETER**|}}}
      |TF_4_ASSESSMENT_CAT  = 
      |TF_4_MAIN_CAT        = 
      |TF_4_PORTAL          = 
     |tf 5={{{**PARAMETER**|}}}
      |TF_5_LINK            = 
      |TF_5_NAME            = 
      |TF_5_IMAGE           = 
       |TF_5_SIZE           = 
      |TF_5_TEXT            = 
      |TF_5_QUALITY         = 
      |tf 5 importance={{{**PARAMETER**|}}}
      |TF_5_ASSESSMENT_CAT  = 
      |TF_5_MAIN_CAT        = 
      |TF_5_PORTAL          = 
     |tf 6={{{**PARAMETER**|}}}
      |TF_6_LINK            = 
      |TF_6_NAME            = 
      |TF_6_IMAGE           = 
       |TF_6_SIZE           = 
      |TF_6_TEXT            = 
      |TF_6_QUALITY         = 
      |tf 6 importance={{{**PARAMETER**|}}}
      |TF_6_ASSESSMENT_CAT  = 
      |TF_6_MAIN_CAT        = 
      |TF_6_PORTAL          = 
     |tf 7={{{**PARAMETER**|}}}
      |TF_7_LINK            = 
      |TF_7_NAME            = 
      |TF_7_IMAGE           = 
       |TF_7_SIZE           = 
      |TF_7_TEXT            = 
      |TF_7_QUALITY         = 
      |tf 7 importance={{{**PARAMETER**|}}}
      |TF_7_ASSESSMENT_CAT  = 
      |TF_7_MAIN_CAT        = 
      |TF_7_PORTAL          = 
     |tf 8={{{**PARAMETER**|}}}
      |TF_8_LINK            = 
      |TF_8_NAME            = 
      |TF_8_IMAGE           = 
       |TF_8_SIZE           = 
      |TF_8_TEXT            = 
      |TF_8_QUALITY         = 
      |tf 8 importance={{{**PARAMETER**|}}}
      |TF_8_ASSESSMENT_CAT  = 
      |TF_8_MAIN_CAT        = 
      |TF_8_PORTAL          = 
     |tf 9={{{**PARAMETER**|}}}
      |TF_9_LINK            = 
      |TF_9_NAME            = 
      |TF_9_IMAGE           = 
       |TF_9_SIZE           = 
      |TF_9_TEXT            = 
      |TF_9_QUALITY         = 
      |tf 9 importance={{{**PARAMETER**|}}}
      |TF_9_ASSESSMENT_CAT  = 
      |TF_9_MAIN_CAT        = 
      |TF_9_PORTAL          = 
     |tf 10={{{**PARAMETER**|}}}
      |TF_10_LINK           = 
      |TF_10_NAME           = 
      |TF_10_IMAGE          = 
       |TF_10_SIZE          = 
      |TF_10_TEXT           = 
      |TF_10_QUALITY        = 
      |tf 10 importance={{{**PARAMETER**|}}}
      |TF_10_ASSESSMENT_CAT = 
      |TF_10_MAIN_CAT       = 
      |TF_10_PORTAL         = 
    }}
    
    ...
    
    }}
    

    This hook allows the use of up to ten additional taskforces, over the five already supported in the main banner code. It should be hung on |HOOK_TF=. The parameters have the same names and functions as in the standard implementation, but in parameters beginning tf n or TF_n_, the value of n is an integer between 1 and 10, instead of 1 and 5. A few additional features of available with this hook. They are:

    • PROJECT (Required) – the name of the parent project without the word "WikiProject", used in a variety of contexts; first letter should usually be capitalised. Eg: Tulips
      • BANNER_NAME={{subst:FULLPAGENAME}} – it is assumed that the page name of the banner template is "Template:WikiProject <PROJECT>". If this is not the case then this parameter should be passed to the taskforce hook. Eg: Template:Tulips project
    • TASKFORCE_TEMPLATE – The default value for the taskforce template is WPBannerMeta/hooks/taskforces/taskforce. Setting this to a custom template allows for having a different layout for taskforces. An example can be seen on {{WikiProject Canada Roads}} where it is set to WikiProject Canada Roads/taskforce.
    • category – needs to be passed, i.e. |category={{{category|}}}
    • QUALITY_SCALE – note that it is necessary to re-specify |QUALITY_SCALE= as it is used by the subtemplates involved.
      • class – needs to be passed, i.e. |class={{{class|}}}
      • b1, b2, b3, b4, b5, b6 – need to be passed if the B-class checklist is used, i.e. |b1={{{b1|}}}
    • IMPORTANCE_SCALE – needs to be respecified.
      • IMPORTANCE_SCALE_NAME – defines a replacement name for importance, e.g. |IMPORTANCE_SCALE_NAME=priority. If not specified, then it will default to "importance".
      • inherit importance – if any of the taskforces are missing their own specific importance then this importance will be inherited, i.e. |inherit importance={{{importance|}}}
    • TF_SIZE – the default size of the taskforce icons. (It is recommended to precede the size with "x" as this specifies the height of the image instead of the width, which results in a neater banner because all rows have equal width.) The default is a height of 25px. Eg: x30px
    • tf n – this parameter must be passed through to enable and trigger the display of the task force section. Eg: tf 1={{{floridiae|}}}
      • TF_n_LINK – the full page name of the task force's project page. Eg: Wikipedia:WikiProject Tulips/Task forces/Floridiae
      • TF_n_NAME – the way the task force's name will appear in its piped link; redundant when |TF_1_TEXT= is used. Eg: the Floridiae task force
      • TF_n_TEXT – if defined, replaces the default "This page is supported by..." text. E.g.: This page is within the scope of the [[Wikipedia:WikiProject Tulips/Task forces/Floridiae|Floridiae task force]]. New members are always welcome! If defined to be "none", then no output will be displayed, although appropriate categories will still be added.
      • TF_n_IMAGE – an image can be defined for each task force. Remember that all images must be free, not fair-use. Eg: Tulipa florenskyi 4.jpg
      • TF_n_SIZE – the size of the taskforce icon, which will override the TF_SIZE parameter, if set. (Again, it is recommended to precede the size with "x" as this specifies the height of the image instead of the width.) Eg: x30px
      • TF_n_QUALITY – if defined, enables the quality categorisations for the main project (e.g.: Category:FA-Class Tulips articles) to be duplicated for the task force. The class arising from |class= and |QUALITY_SCALE= will be used; Eg: yes
      • tf n importance– if defined, enables the use of a separate importance (or priority, if used) scale for the task force.Eg: tf 1 importance={{{floridiae-importance|}}}
      • TF_n_ASSESSMENT_CAT (Required if quality or importance assessments are used) – the assessment category to be used for the task force-specific quality and importance assessments. Identical in syntax to |ASSESSMENT_CAT=. Eg: Floridiae articlesCategory:FA-Class Floridiae articles
      • TF_n_MAIN_CAT – if defined, all pages displaying "tf 1" will be categorised into Category:TF_1_MAIN_CAT. Eg: Floridiae articlesCategory:Floridiae articles
      • TF_n_PORTAL – may be used to include links to portals which are specific to particular taskforces.
      • TF_n_HOOK – enables extra code to be triggered by each taskforce parameter (for example, additional categories, with the use of the /cats hook);

    It will also be necessary to use Template:WPBannerMeta/hooks/tfnested if you want to display the "/ project" for each taskforce when the banner is nested.

    This article is supported by [[{{{LINK}}}|{{{NAME}}}]]. This article is supported by [[{{{LINK}}}|{{{NAME}}}]]. This article is supported by [[|]] (marked as Top-importance). This article is supported by [[|]] (marked as Top-importance). This article is supported by [[|]] (marked as Top-importance). This article is supported by [[|]] (marked as Top-importance). This article is supported by [[|]] (marked as Top-importance). This article is supported by [[|]] (marked as Top-importance). This article is supported by [[|]] (marked as Top-importance). This article is supported by [[|]] (marked as Top-importance). This article is supported by [[|]] (marked as Top-importance). This article is supported by [[|]] (marked as Top-importance). This article is supported by [[|]] (marked as Top-importance). This article is supported by [[|]] (marked as Top-importance). This article is supported by [[|]] (marked as Top-importance). This article is supported by [[|]] (marked as Top-importance). This article is supported by [[|]] (marked as Top-importance). This article is supported by [[|]] (marked as Top-importance). This article is supported by [[|]] (marked as Top-importance). This article is supported by [[|]] (marked as Top-importance). This article is supported by [[|]] (marked as Top-importance). This article is supported by [[|]] (marked as Top-importance).

    Default text

    [edit]

    Taskforce importance specified

    [edit]
    WikiProject Australia / South Australia (Rated B-class, High-importance)
    WikiProject icon
    • [[Archivo:
    1. REDIRECCIÓN Plantilla:Iconos|20px|Ver el portal sobre Australia]] Portal:Australia. Contenido relacionado con Australia.CX Zoom/TestPage36 is within the scope of WikiProject Australia, which aims to improve Wikipedia's coverage of Australia and Australia-related topics. If you would like to participate, visit the project page.
    B This page does not require a rating on the project's quality scale.
     High  This page has been rated as High-importance on the project's importance scale.
    Taskforce icon
    This page is supported by WikiProject South Australia (marked as Low-importance).
     

    Template:^

    Taskforce importance not specified

    [edit]
    WikiProject Australia / South Australia (Rated B-class, High-importance)
    WikiProject icon
    • [[Archivo:
    1. REDIRECCIÓN Plantilla:Iconos|20px|Ver el portal sobre Australia]] Portal:Australia. Contenido relacionado con Australia.CX Zoom/TestPage36 is within the scope of WikiProject Australia, which aims to improve Wikipedia's coverage of Australia and Australia-related topics. If you would like to participate, visit the project page.
    B This page does not require a rating on the project's quality scale.
     High  This page has been rated as High-importance on the project's importance scale.
    Taskforce icon
    This page is supported by WikiProject South Australia.
     

    Template:^

    Taskforce importance garbage

    [edit]
    WikiProject Australia / South Australia (Rated B-class, High-importance)
    WikiProject icon
    • [[Archivo:
    1. REDIRECCIÓN Plantilla:Iconos|20px|Ver el portal sobre Australia]] Portal:Australia. Contenido relacionado con Australia.CX Zoom/TestPage36 is within the scope of WikiProject Australia, which aims to improve Wikipedia's coverage of Australia and Australia-related topics. If you would like to participate, visit the project page.
    B This page does not require a rating on the project's quality scale.
     High  This page has been rated as High-importance on the project's importance scale.
    Taskforce icon
    This page is supported by WikiProject South Australia.
     

    Template:^

    Custom text

    [edit]

    Taskforce importance specified

    [edit]
    WikiProject Australia / Riverina (Rated B-class, High-importance)
    WikiProject icon
    • [[Archivo:
    1. REDIRECCIÓN Plantilla:Iconos|20px|Ver el portal sobre Australia]] Portal:Australia. Contenido relacionado con Australia.CX Zoom/TestPage36 is within the scope of WikiProject Australia, which aims to improve Wikipedia's coverage of Australia and Australia-related topics. If you would like to participate, visit the project page.
    B This page does not require a rating on the project's quality scale.
     High  This page has been rated as High-importance on the project's importance scale.
    Taskforce icon
    This page is supported by WikiProject Riverina (marked as Mid-importance).
     

    Template:^

    Taskforce importance not specified

    [edit]
    WikiProject Australia / Riverina (Rated B-class, High-importance)
    WikiProject icon
    • [[Archivo:
    1. REDIRECCIÓN Plantilla:Iconos|20px|Ver el portal sobre Australia]] Portal:Australia. Contenido relacionado con Australia.CX Zoom/TestPage36 is within the scope of WikiProject Australia, which aims to improve Wikipedia's coverage of Australia and Australia-related topics. If you would like to participate, visit the project page.
    B This page does not require a rating on the project's quality scale.
     High  This page has been rated as High-importance on the project's importance scale.
    Taskforce icon
    This page is supported by WikiProject Riverina (marked as High-importance).
     

    Template:^

    Taskforce importance garbage

    [edit]
    WikiProject Australia / Riverina (Rated B-class, High-importance)
    WikiProject icon
    • [[Archivo:
    1. REDIRECCIÓN Plantilla:Iconos|20px|Ver el portal sobre Australia]] Portal:Australia. Contenido relacionado con Australia.CX Zoom/TestPage36 is within the scope of WikiProject Australia, which aims to improve Wikipedia's coverage of Australia and Australia-related topics. If you would like to participate, visit the project page.
    B This page does not require a rating on the project's quality scale.
     High  This page has been rated as High-importance on the project's importance scale.
    Taskforce icon
    This page is supported by WikiProject Riverina.
     

    Template:^


    This template produces the label which appears when the banner is collapsed inside a banner shell.

    Syntax
    {{WPBannerMeta
    |PROJECT               = 
     |BANNER_NAME          = {{subst:FULLPAGENAME}}
     |category={{{category|}}}
     |listas = {{{listas|}}}
    
    ...
    
    |HOOK_NESTED           = <!--
    -->{{WPBannerMeta/hooks/tfnested
      |tf 1={{{**PARAMETER**|}}}
      |TF_1_LINK           = 
      |TF_1_NESTED         =   
      |tf 2={{{**PARAMETER**|}}}
      |TF_2_LINK           = 
      |TF_2_NESTED         =  
      |tf 3={{{**PARAMETER**|}}}
      |TF_3_LINK           = 
      |TF_3_NESTED         =  
      |tf 4={{{**PARAMETER**|}}}
      |TF_4_LINK           = 
      |TF_4_NESTED         =  
      |tf 5={{{**PARAMETER**|}}}
      |TF_5_LINK           = 
      |TF_5_NESTED         =  
      |tf 6={{{**PARAMETER**|}}}
      |TF_6_LINK           = 
      |TF_6_NESTED         =  
      |tf 7={{{**PARAMETER**|}}}
      |TF_7_LINK           = 
      |TF_7_NESTED         =  
      |tf 8={{{**PARAMETER**|}}}
      |TF_8_LINK           = 
      |TF_8_NESTED         =  
      |tf 9={{{**PARAMETER**|}}}
      |TF_9_LINK           = 
      |TF_9_NESTED         =  
      |tf 10={{{**PARAMETER**|}}}
      |TF_10_LINK          = 
      |TF_10_NESTED        = 
    }}
    
    ...
    
    }}
    

    This hook allows the display of up to ten extra "/ link" tags for taskforces. It is commonly used with {{WPBannerMeta/hooks/taskforces}}. It should be attached to the |HOOK_NESTED= hook. The parameters and their definitions are the same as in the standard implementation: see the documentation for more details.

    To-do list:
    Syntax
    {{WPBannerMeta
    |PROJECT       = 
     |BANNER_NAME  = {{subst:FULLPAGENAME}}
     |category={{{category|}}}
     |listas = {{{listas|}}}
    ...
    |HOOK_BOTTOM      = <!--
    -->{{WPBannerMeta/hooks/todolist
     |TODO_TITLE = Title of To do list
     |TODO_LINK  = Location of todo list
     |TODO_TEXT  = Text to show
     |TODO_STYLE = additional CSS style params
     |TODO_TITLE_STYLE = additional CSS style params
     |TODO_EDITLINKS = 
               (set to no to hide edit links)
    }}
    ...
    }}
    

    This hook enables a project to-do list or other similar list to be easily integrated into a project banner. It should be attached to the |HOOK_BOTTOM= hook.

    There are two main parameters, |TODO_LINK= and |TODO_TEXT=. Only one should be used at any time. If the todo list is located on a different page then TODO_LINK should be used. However, if you've just got some text to include then you can use the TODO_TEXT option instead.

    Styling can be adjusted using the TODO_STYLE & TODO_TITLE_STYLE parameters.

    If you are using TODO_LINK and don't want to see the edit links at the top of the textbox, set TODO_EDITLINKS=no.

    Example
    {{WPBannerMeta
    |PROJECT          = Tulips
     |category={{{category|}}}
     |listas = {{{listas|}}}
    |NAME             = The Tulip taskforce
    |IMAGE_LEFT       = Tulipa suaveolens floriade to Canberra.jpg
    |HOOK_BOTTOM      = {{WPBannerMeta/hooks/todolist
      |TODO_TITLE = WikiProject Tulips To-do
      |TODO_LINK  = Template:To do/to do
     }}
    }}
    Produces:
    WikiProject Tulips  
    WikiProject iconThis article is within the scope of WikiProject Tulips, a collaborative effort to improve the coverage of Tulips articles on Wikipedia. If you would like to participate, please visit the project page, where you can join the discussion and see a list of open tasks.
     
    WikiProject Tulips To-do:
    • This is just a test to-do list to help editors make sure that the text
    • shows
      1. up
      2. correctly
    • Normally, the "/to do" subpage should only be created under the article's Talk page, unless it is a notice board or project page.
    • To use this template for an article, insert {{to do}} at the top of that article's Talk discussion page. To use it for a project or as your own personal list, add it to the project page or your user page, respectively.
    Example
    {{WPBannerMeta
    |PROJECT          = Tulips
     |category={{{category|}}}
     |listas = {{{listas|}}}
    |NAME             = The Tulip taskforce
    |IMAGE_LEFT       = Tulipa suaveolens floriade to Canberra.jpg
    |HOOK_BOTTOM      = {{WPBannerMeta/hooks/todolist
      |TODO_TITLE = Suggested article edit guidelines
      |TODO_TEXT  = <div>
    [[File:WP1 0 Icon.svg|right|50px]]
    * To help us prioritise our workload, and in readiness for [[Wikipedia:1.0]], ...
    * After assessing this article's quality, please make sure it to ...
    </div>
     }}
    }}
    Produces:
    WikiProject Tulips  
    WikiProject iconThis article is within the scope of WikiProject Tulips, a collaborative effort to improve the coverage of Tulips articles on Wikipedia. If you would like to participate, please visit the project page, where you can join the discussion and see a list of open tasks.
     
    Suggested article edit guidelines:
    • To help us prioritise our workload, and in readiness for Wikipedia:1.0, we need to assess our articles for Quality. If this article is Unassessed, please assess it. See the Article Classification for instructions. If you disagree with a rating, you can change it or discuss it at Article Classification.
    • After assessing this article's quality, please make sure it to add it to the Lists at Article Article Classification, following the grading scheme detailed there.
    Example (currently in development in sandbox version)
    {{WPBannerMeta
    |PROJECT          = Tulips
     |category={{{category|}}}
     |listas = {{{listas|}}}
    |NAME             = The Tulip taskforce
    |IMAGE_LEFT       = Tulipa suaveolens floriade to Canberra.jpg
    |HOOK_BOTTOM      = {{WPBannerMeta/hooks/todolist/sandbox
      |TODO_TITLE = WikiProject Tulips To-do
     }}
    }}
    Produces:
    WikiProject Tulips  
    WikiProject iconThis article is within the scope of WikiProject Tulips, a collaborative effort to improve the coverage of Tulips articles on Wikipedia. If you would like to participate, please visit the project page, where you can join the discussion and see a list of open tasks.
     
    WikiProject Tulips To-do:
    To-do list:

    ¬ ¬

    Test Current Sandbox
    {{WPBannerMeta/importance}} ¬ ¬
    {{WPBannerMeta/importance|}} NA NA
    {{WPBannerMeta/importance|¬}} ¬ ¬
    {{WPBannerMeta/importance|top}} Top Top
    {{WPBannerMeta/importance||Template}} NA NA
    {{WPBannerMeta/importance|bottom|B}} NA NA
    {{WPBannerMeta/importance|hello|B|IMPORTANCE_SCALE=inline}} hello hello
    {{WPBannerMeta/importance|bottom|B|IMPORTANCE_SCALE=subpage

    |BANNER_NAME=Template:WPBannerMeta/test2}}

    Bottom Bottom


    [[Wikipedia:WikiProject {{{PROJECT}}}|WikiProject {{{PROJECT}}}]]  (Inactive)
    WikiProject iconThis page is within the scope of [[Wikipedia:WikiProject {{{PROJECT}}}|WikiProject {{{PROJECT}}}]], a project which is currently considered to be inactive.
     


    Usage

    [edit]

    This {{WPBannerMeta}} subtemplate decides what kind of page and mode of use the template is being on. It performs two checks:

    1. Is the page name the |BANNER_NAME=, or is the page a subpage of that page?
    2. Is |category=yes, |category= (blank), |category=¬ or |category=banana (anything not explicity negative)?

    And then combines them together either with logical operator "and" (default) or another logical operator, e.g. "or"; this can be specified in the first unnamed parameter.

    Logical operator: and (default behaviour)

    [edit]

    This is used by the main template and some hooks. It will return "yes" only if it is on the template page and is not being used as an example (e.g. on its documentation page). In this case the banner will appear in its 'demo' version with all options demonstrated.

    Logical operation "and" (default)
    Is the current page
    BANNER_NAME or a subpage?
    Yes No
    Is category blank or anything apart from "no"? Yes yes
    No

    Logical operator: and not

    [edit]

    This is used by some hooks. It will return "yes" only if it is not on the template page and is not being used as an example. This is suitable for non-visual output such as categories.

    Logical operation "and not"
    Is the current page
    BANNER_NAME or a subpage?
    Yes No
    Is category blank or anything apart from "no"? Yes yes
    No

    Trojanhors



    [[Wikipedia:WikiProject {{{PROJECT}}}|WikiProject {{{PROJECT}}}]]  
    This page is within the scope of [[Wikipedia:WikiProject {{{PROJECT}}}|WikiProject {{{PROJECT}}}]], a collaborative effort to improve the coverage of articles on Wikipedia. If you would like to participate, please visit the project page, where you can join [[|the discussion]] and see a list of open tasks.
     

    .wpb { height: 0; }

    /* .wpb-header gets unhidden in wpbs */ .wpb-header, .wpb-metadata, /* TODO: Is wpb-iefix still necessary in an IE11/Edge world? */ .wpb-iefix { display: none; }

    .wpb-header-name { text-align: right; padding: 0.3em 1em 0.3em 0.3em; width: 50%; font-weight: bold; }

    .wpb-header-assessment { text-align: left; width: 50%; padding: 0.3em; }

    .wpb .wpb-main { padding: 3px 0 3px 5px; }

    .wpb-main > table { background: transparent; border: none; padding: 0; width: 100%; border-spacing: 0; }

    .wpb .wpb-image { padding: 2px 0; }

    .wpb .wpb-imageright { padding: 2px 4px 2px 0; }

    .wpb-collapsed-head { text-align: left; padding: 0.2em 2px 0.2em 0; }

    .wpb-collapsed-notes { padding: 0; }

    .wpb-collapsed-notes > table { width: 100%; background: transparent; }

    .wpb .wpb-gutter { padding: 2px 0 0 0; }

    [[Wikipedia:WikiProject {{{PROJECT}}}|WikiProject {{{PROJECT}}}]]  
    This page is within the scope of [[Wikipedia:WikiProject {{{PROJECT}}}|WikiProject {{{PROJECT}}}]], a collaborative effort to improve the coverage of articles on Wikipedia. If you would like to participate, please visit the project page, where you can join [[|the discussion]] and see a list of open tasks.
     
    [[Wikipedia:WikiProject {{{PROJECT}}}|WikiProject {{{PROJECT}}}]] (Rated NA-class)
    [[Category:NA-Class {{{PROJECT}}} articles]]
    This page is within the scope of [[Wikipedia:WikiProject {{{PROJECT}}}|WikiProject {{{PROJECT}}}]], a collaborative effort to improve the coverage of articles on Wikipedia. If you would like to participate, please visit the project page, where you can join [[|the discussion]] and see a list of open tasks.
    [[:Category:NA-Class {{{PROJECT}}} articles|NA]] This page does not require a rating on the quality scale.
     

    /* */ /* .wpb-header gets unhidden in wpbs */ .wpb-header, .wpb-metadata, /* TODO: Is wpb-iefix still necessary in an IE11/Edge world? */ .wpb-iefix { display: none; }

    .wpb-header-name { text-align: right; padding: 0.3em 1em 0.3em 0.3em; width: 50%; font-weight: bold; }

    .wpb-header-assessment { text-align: left; width: 50%; padding: 0.3em; }

    .wpb .wpb-main { padding: 3px 0 3px 5px; }

    .wpb-main > table { background: transparent; border: none; padding: 0; width: 100%; border-spacing: 0; }

    .wpb .wpb-image { padding: 2px 0; }

    .wpb .wpb-imageright { padding: 2px 4px 2px 0; }

    .wpb-collapsed-head { text-align: left; padding: 0.2em 2px 0.2em 0; }

    .wpb-collapsed-notes { padding: 0; }

    .wpb-collapsed-notes > table { width: 100%; background: transparent; }

    .wpb .wpb-gutter { padding: 2px 0 0 0; }

    @media (min-width: 720px) { .wpb { min-width: 80%; } }

    This article is supported by [[{{{LINK}}}|{{{NAME}}}]]. This article is supported by [[{{{LINK}}}|{{{NAME}}}]].

    This article is supported by WikiProject Example.
    Taskforce icon
    This article is supported by WikiProject Example.
    This article is supported by WikiProject Example.
    Taskforce icon
    This article is supported by WikiProject Example.
    This article is supported by WikiProject Example.
    Taskforce icon
    This article is supported by WikiProject Example.
    This article is supported by WikiProject Example.
    This article is supported by WikiProject Example.
    Taskforce icon
    This article is supported by WikiProject Example.
    This article is supported by WikiProject Example.
    Taskforce icon
    This article is supported by WikiProject Example.
    This article is supported by WikiProject Example.
    Taskforce icon
    This article is supported by WikiProject Example.
    This article is supported by WikiProject Example.
    [[{{{PROJECT_LINK}}}|{{{PROJECT_NAME}}}]] / [[|{{{TF_1_NESTED}}}]] / [[|{{{TF_2_NESTED}}}]] / [[|{{{TF_3_NESTED}}}]] / [[|{{{TF_4_NESTED}}}]] / [[|{{{TF_5_NESTED}}}]]   
    Expression error: Unexpected > operator.Expression error: Unexpected > operator.
    This article is within the scope of [[{{{PROJECT_LINK}}}|{{{PROJECT_NAME}}}]], a collaborative effort to improve the coverage of {{{PROJECT}}} articles on Wikipedia. If you would like to participate, please visit the project page, where you can join [[|the discussion]] and see a list of open tasks.
    This article is supported by [[|]].
    This article is supported by [[|]].
    This article is supported by [[|]].
    This article is supported by [[|]].
    This article is supported by [[|]].
     
    Note icon
    This article has been automatically rated by a bot or other tool because one or more other projects use this class. Please ensure the assessment is correct before removing the |auto= parameter.
    Note icon
    This article has been marked as needing immediate attention.
    Note icon
    This article has been marked as needing an infobox.

    • [[:Category:{{{CAT}}} {{{ASSESSMENT_CAT}}}]] – ([{{fullurl:Category:{{{CAT}}} {{{ASSESSMENT_CAT}}}|action=edit&preload=Template:WPBannerMeta/templatepage/preloadimp&editintro=Template:WPBannerMeta/templatepage/editintro&preview=no&summary=Creating+category+for+%5B%5BWP%3A1.0%2FA%7C1.0+Assessment+scheme%5D%5D&preloadimp=%7B%7B%7BCAT%7D%7D%7D&preloadtopic=%7B%7B%7BASSESSMENT_CAT%7D%7D%7D&preloadproject=}} create])


    • [[:Category:{{{class}}}-Class {{{cat}}}]] – ([{{fullurl:Category:{{{class}}}-Class {{{cat}}}|action=edit&preload=Template:WPBannerMeta/templatepage/preloadqual&editintro=Template:WPBannerMeta/templatepage/editintro&preview=no&summary=Creating+category+for+%5B%5BWP%3A1.0%2FA%7C1.0+Assessment+scheme%5D%5D&preloadclass=%7B%7B%7Bclass%7D%7D%7D-Class&preloadtopic=%7B%7B%7Bcat%7D%7D%7D&preloadproject=}} create])


    {{subst:#switch:{{subst:PAGENAME}} |{{subst:PAGENAME:FA-Class {{{1}}} articles}} = FA |{{subst:PAGENAME:FL-Class {{{1}}} articles}} = FL |{{subst:PAGENAME:A-Class {{{1}}} articles}} = A |{{subst:PAGENAME:GA-Class {{{1}}} articles}} = GA |{{subst:PAGENAME:B-Class {{{1}}} articles}} = B |{{subst:PAGENAME:C-Class {{{1}}} articles}} = C |{{subst:PAGENAME:Start-Class {{{1}}} articles}} = Start |{{subst:PAGENAME:Stub-Class {{{1}}} articles}} = Stub |{{subst:PAGENAME:List-Class {{{1}}} articles}} = List |{{subst:PAGENAME:Future-Class {{{1}}} articles}} = Future |{{subst:PAGENAME:Current-Class {{{1}}} articles}} = Current |{{subst:PAGENAME:NA-Class {{{1}}} articles}} = NA |{{subst:PAGENAME:FM-Class {{{1}}} articles}} = FM |{{subst:PAGENAME:File-Class {{{1}}} articles}} = File |{{subst:PAGENAME:Category-Class {{{1}}} articles}} = Category |{{subst:PAGENAME:Disambig-Class {{{1}}} articles}} = Disambig |{{subst:PAGENAME:Portal-Class {{{1}}} articles}} = Portal |{{subst:PAGENAME:Redirect-Class {{{1}}} articles}} = Redirect |{{subst:PAGENAME:Template-Class {{{1}}} articles}} = Template |{{subst:PAGENAME:Project-Class {{{1}}} articles}} = Project |{{subst:PAGENAME:Draft-Class {{{1}}} articles}} = Draft |{{subst:PAGENAME:Book-Class {{{1}}} articles}} = Book |{{subst:PAGENAME:Unassessed {{{1}}} articles}} = Unassessed }} {{subst:#switch:{{subst:PAGENAME}} |{{subst:PAGENAME:Top-importance {{{1}}} articles}} |{{subst:PAGENAME:Top-priority {{{1}}} articles}} = Top |{{subst:PAGENAME:High-importance {{{1}}} articles}} |{{subst:PAGENAME:High-priority {{{1}}} articles}} = High |{{subst:PAGENAME:Mid-importance {{{1}}} articles}} |{{subst:PAGENAME:Mid-priority {{{1}}} articles}} = Mid |{{subst:PAGENAME:Low-importance {{{1}}} articles}} |{{subst:PAGENAME:Low-priority {{{1}}} articles}} = Low |{{subst:PAGENAME:NA-importance {{{1}}} articles}} |{{subst:PAGENAME:NA-priority {{{1}}} articles}} = NA |{{subst:PAGENAME:Unknown-importance {{{1}}} articles}} |{{subst:PAGENAME:Unknown-priority {{{1}}} articles}} = Unknown }}

    Template {{WPBannerMeta/templatepage/catimp}} allows a Wikipedian to create a missing importance category for a project, e.g., Category:Top-importance science articles. The category page is preloaded via {{WPBannerMeta/templatepage/preloadimp}} which contains a substitution of {{WPBannerMeta/templatepage/impheader}} having two parameters. This editintro explains how to fill these two parameters.

    Usage

    [edit]

    For the likes of {{WPBannerMeta/templatepage/catimp}} only.

    See also

    [edit]
     [[:Category:Unknown-importance {{subst:#if:|{{{topic}}}|{{{project}}}}} articles|???]] 

    [[Category:{{subst:#if:|{{{topic}}}|{{{project}}}}} articles by importance]][[Category:{{subst:WPBannerMeta/templatepage/deduceimportance|{{subst:#if:|{{{topic}}}|{{{project}}} }}}}-importance articles|{{subst:#if:|{{{topic}}}|{{{project}}}}}]]


    Usage

    [edit]

    Substitution from preload for project importance categories such as Category:Top-importance science articles.

    See also

    [edit]
     [[:Category:Unknown-importance {{subst:#if:|{{{topic}}}|{{{project}}}}} articles|???]] 

    [[Category:{{subst:#if:|{{{topic}}}|{{{project}}}}} articles by importance]][[Category:{{subst:WPBannerMeta/templatepage/deduceimportance|{{subst:#if:|{{{topic}}}|{{{project}}} }}}}-importance articles|{{subst:#if:|{{{topic}}}|{{{project}}}}}]]

    The test
    {{User:CX Zoom|project=Computing|topic=Computers}}

    {{User:CX Zoom}}

    WHERE DID I GO?

    Real life had caught on. I completed my 12th grade this year and had appeared in entrance exams to engineering and medical courses. My result wasn't satisfactory and I had decided to take a gap year in order to prepare myself for next year's entrance exams. Like a miracle, the cutoff scores were really low this time, and I got B.Tech. Computer Science and Engineering at a government college. My preparations weren't going as I had hoped it would, possibly implying that I'd perform worse next time around. We were the COVID batch, the next year's fresh candidates won't be, they'll likely outperform our batch. So, I got enrolled into college this year. In any case, I can't say I was satisfied, I was the class topper at what was one of Delhi's top schools, and had an excellent results up until COVID hit in 2020. I had huge expectations from myself but I took the last two years of school so lightly during all those online classes that I'm now at a college far below my expectations, and I hope to appear in entrance exams yet again the next year, no matter my preparation level. But it is hard to juggle the two together, and I can spend only so much time on here.

    User's Availability Information
    All times shown in this infobox are in Indian Standard Time (UTC+05:30)
    This user is expected to be rarely active until indefinite
    Reason for expected break Mental reasons & upcoming exams

    Hello everyone visiting my User Page! I try to play my part in improving Wikipedia for the people seeking information, by editing, citing and discussing.

    Let me know your views, ideas and grievances about any of my edits at my User Talk Page.

    This user tries to do the right thing. If they make a mistake, please let them know.

    About Me

    [edit]
    RaccoonThis user is a mammal.
    This user is an idiot, and (s)he is proud of that.
    HEThis user's pronouns are
    He/Him/His.
    বাংলা এই ব্যবহারকারীর মাতৃভাষা
    Bangla is the mother tongue of this user

    My Education

    [edit]
    hs
    This user is a high school student.
    This user is proud to have studied in a CBSE affiliated school in India.

    My Languages

    [edit]
    en-5This user can contribute with a professional level of English.
    hi-5इस सदस्य को हिन्दी भाषा का उन्नत स्तर का ज्ञान है।
    bn-4এই ব্যবহারকারী বাংলা ভাষা প্রায় মাতৃভাষা স্তরে প্রয়োগ করতে পারেন।
    sa-2एष उपयोजकः माध्यमिकेन संस्कृतेन लेखितुं शक्नोति।

    Languages I am looking forward to learn

    [edit]
    fr-0Cet utilisateur ne comprend pas le français ou seulement avec des difficultés notables.

    My Wikipedia activity

    [edit]
    This user's home wiki is the English Wikipedia.
    This user has been on Wikipedia for 6 years, 6 months and 13 days.
    This user has an alternative account named CX Zoom 2.
    This user has an alternative account named CX Zoom Alt.
    This user has AutoWikiBrowser rights on the English Wikipedia. (verify)
    This user has pending changes reviewer rights on the English Wikipedia. (verify)
    This user has page mover rights on the English Wikipedia. (verify)

    WikiProject(s)

    [edit]
    This user is a member of
    WikiProject India.
    WikiProject Film Elections and ReferendumsThis user is a member of WikiProject Elections and Referendums.
    This user is a member of WikiProject Redirect.
    [edit]

    Wikipedia-relevant data

    [edit]

    {{User:CX Zoom/sandbox}}

    This page is only for my own learning purposes, by trying to edit things before I actually publish them in their relevant page. Please, do not delete this page.

    Images

    [edit]
    • Multiple images; center footer; changed outline
    Template:Multiple_image
    Senate composition by Class, State & Party
    Class 1 US Senators by State & Party
    Class 1
    Class 2 US Senators by State & Party
    Class 2
    Class 3 US Senators by State & Party
    Class 3

      Democrat   Independent who caucuses with Democrats
      Republican   Independent who caucuses with Republican
      Independent   Vacant   Not up for election

    Codes

    [edit]
    • [<code><nowiki>do not use the capital letters in the next word in <>, I did that because the computer would otherwise think of it to be the real command, disregarding the actual command at the end</AAAnowiki></code>] Can't even use Bold inside the code to highlight it.
    • Option 2:Copy & Paste this source

    Transclusion/ Templates

    [edit]

    Etiquettes & Rules

    [edit]

    My Pages

    [edit]

    Page creators

    [edit]
    Thanks to the discussion at Wikipedia:Help desk. See: [6]

    Important Pages

    [edit]

    General

    [edit]

    Media

    [edit]

    Page

    [edit]
    [edit]

    Other

    [edit]

    Articles of Interest

    [edit]

    Useful Files and Articles

    [edit]

    Tools

    [edit]

    Miscellaneous

    [edit]

    Appreciation of WP at Help desk

    [edit]


    {{subst:WPBannerMeta/templatepage/impheader |project = |topic = }}

    Preload content for a project's importance category, such as Category:Top-importance science articles.

    Usage

    [edit]

    For the likes of {{WPBannerMeta/templatepage/catimp}} only.

    See also

    [edit]

    {{subst:WPBannerMeta/templatepage/qualheader |project = |topic = }}

    [[:Category:Unassessed {{subst:#if:|{{{topic}}}|{{{project}}}}} articles|???]]

    [[Category:{{subst:#if:|{{{topic}}}|{{{project}}}}} articles by quality]][[Category:{{subst:WPBannerMeta/templatepage/deduceclass|{{subst:#if:|{{{topic}}}|{{{project}}} }}}}-Class articles|{{subst:#if:|{{{topic}}}|{{{project}}}}}]]

    [[{{{PROJECT_LINK}}}|{{{PROJECT_NAME}}}]] / [[|{{{TF_1_NESTED}}}]] / [[|{{{TF_2_NESTED}}}]] / [[|{{{TF_3_NESTED}}}]] / [[|{{{TF_4_NESTED}}}]] / [[|{{{TF_5_NESTED}}}]]   
    Expression error: Unexpected > operator.Expression error: Unexpected > operator.
    This article is within the scope of [[{{{PROJECT_LINK}}}|{{{PROJECT_NAME}}}]], a collaborative effort to improve the coverage of {{{PROJECT}}} articles on Wikipedia. If you would like to participate, please visit the project page, where you can join [[|the discussion]] and see a list of open tasks.
    This article is supported by [[|]].
    This article is supported by [[|]].
    This article is supported by [[|]].
    This article is supported by [[|]].
    This article is supported by [[|]].
     
    Note icon
    This article has been automatically rated by a bot or other tool because one or more other projects use this class. Please ensure the assessment is correct before removing the |auto= parameter.
    Note icon
    This article has been marked as needing immediate attention.
    Note icon
    This article has been marked as needing an infobox.
    WikiProject Novels  
    WikiProject icon
    • [[Archivo:
    1. REDIRECCIÓN Plantilla:Iconos|20px|Ver el portal sobre Novels]] Portal:Novels. Contenido relacionado con Novels.This page is within the scope of WikiProject Novels, a collaborative effort to improve the coverage of novels on Wikipedia. If you would like to participate, please visit the project page, where you can join the discussion and see a list of open tasks.
    ??? This page does not require a rating on the project's quality scale.
     
    [[Wikipedia:WikiProject {{{PROJECT}}}|WikiProject {{{PROJECT}}}]]  
    This page is within the scope of [[Wikipedia:WikiProject {{{PROJECT}}}|WikiProject {{{PROJECT}}}]], a collaborative effort to improve the coverage of articles on Wikipedia. If you would like to participate, please visit the project page, where you can join [[|the discussion]] and see a list of open tasks.
     
    WikiProject Bananas  
    WikiProject iconThis page is within the scope of WikiProject Bananas, a collaborative effort to improve the coverage of bananas on Wikipedia. If you would like to participate, please visit the project page, where you can join the discussion and see a list of open tasks.
    ??? This page does not require a rating on the quality scale.
     
    Note icon
    This page has been marked as needing immediate attention.
    Note icon
    This page has been marked as needing an infobox.

    NA

    WikiProject Bananas  
    WikiProject iconThis page is within the scope of WikiProject Bananas, a collaborative effort to improve the coverage of bananas on Wikipedia. If you would like to participate, please visit the project page, where you can join the discussion and see a list of open tasks.
    ??? This page does not require a rating on the quality scale.
     
    Note icon
    This page has been marked as needing immediate attention.
    Note icon
    This page has been marked as needing an infobox.

    NA

    WikiProject Bananas  
    WikiProject iconThis page is within the scope of WikiProject Bananas, a collaborative effort to improve the coverage of bananas on Wikipedia. If you would like to participate, please visit the project page, where you can join the discussion and see a list of open tasks.
    ??? This page does not require a rating on the quality scale.
     
    Note icon
    This page has been marked as needing immediate attention.
    Note icon
    This page has been marked as needing an infobox.
    WikiProject Bananas  
    WikiProject iconThis page is within the scope of WikiProject Bananas, a collaborative effort to improve the coverage of bananas on Wikipedia. If you would like to participate, please visit the project page, where you can join the discussion and see a list of open tasks.
    ??? This page does not require a rating on the quality scale.
     
    Note icon
    This page has been marked as needing immediate attention.
    Note icon
    This page has been marked as needing an infobox.
    • Live meta
    [[Wikipedia:WikiProject {{{PROJECT}}}|WikiProject {{{PROJECT}}}]] (Rated Stub-class)
    This article is within the scope of [[Wikipedia:WikiProject {{{PROJECT}}}|WikiProject {{{PROJECT}}}]], a collaborative effort to improve the coverage of articles on Wikipedia. If you would like to participate, please visit the project page, where you can join [[|the discussion]] and see a list of open tasks.
    [[:Category:Stub-Class {{{PROJECT}}} articles|Stub]] This article has been rated as Stub-Class on the quality scale.
     
    • Sandboxed meta
    WikiProject Bananas (Rated Stub-class)
    WikiProject iconThis article is within the scope of WikiProject Bananas, a collaborative effort to improve the coverage of bananas on Wikipedia. If you would like to participate, please visit the project page, where you can join the discussion and see a list of open tasks.
    Stub This article has been rated as Stub-Class on the quality scale.
     
    Note icon
    This article has been automatically rated by a bot or other tool as Stub-Class because it uses a stub template. Please ensure the assessment is correct before removing the |auto= parameter.
    Note icon
    This article has been marked as needing immediate attention.
    Note icon
    This article has been marked as needing an infobox.
    • Live meta with |NOTE_SIZE=50


    • Sandboxed meta with |NOTE_SIZE=50
    WikiProject Bananas (Rated Stub-class)
    WikiProject iconThis article is within the scope of WikiProject Bananas, a collaborative effort to improve the coverage of bananas on Wikipedia. If you would like to participate, please visit the project page, where you can join the discussion and see a list of open tasks.
    Stub This article has been rated as Stub-Class on the quality scale.
     
    Note icon
    This article has been automatically rated by a bot or other tool as Stub-Class because it uses a stub template. Please ensure the assessment is correct before removing the |auto= parameter.
    Note icon
    This article has been marked as needing immediate attention.
    Note icon
    This article has been marked as needing an infobox.
    • Live
    • Sandbox