Template:Project assessments/doc

From Bharatpedia, an open encyclopedia
< Template:Project assessments
Revision as of 18:16, 22 October 2024 by Muskit Gergous (talk | contribs) (Created page with "{{Documentation subpage}} <!-- PLEASE ADD CATEGORIES AND INTERWIKIS AT THE BOTTOM OF THIS PAGE --> == Usage == === Syntax === <syntaxhighlight lang="wikitext" width=75%> {{Project assessments |project = <!--- Sets the project name, required.---> |task_force = <!--- Set to "yes" if not a project ---> |name = |border = <!--- Sets the border color on the box ---> |bgcolor = <!--- Sets the background color on the box ---> }} </syntaxhighlight> Add the...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Usage

Syntax

{{Project assessments
 |project    = <!--- Sets the project name, required.--->
 |task_force = <!--- Set to "yes" if not a project --->
 |name       =
 |border     = <!--- Sets the border color on the box --->
 |bgcolor    = <!--- Sets the background color on the box --->
}}

Add the template to the side panel. The colors of the heading box can be set via hex (#RRGGBB) or by name (Red, etc.). If left undefined, they will default to gray for the border and light blue for the background.

Example

Hex -
{{Project assessments
 |project = Beer
 |border  = #CC9000
 |bgcolor = #F3DE94
 |link    = WikiProject Beer
}}

Will yield this:

Beer WikiProject
article assessment

Bharatpedia:Version 1.0 Editorial Team/Beer articles by quality statistics

Color -
{{Project assessments
 |project = Beer
 |border  = red
 |bgcolor = pink
 |link    = WikiProject Beer
}}

Will yield this:

Beer WikiProject
article assessment

Bharatpedia:Version 1.0 Editorial Team/Beer articles by quality statistics

Taskforce

{{Project assessments
 |project = Food and drink
 |task_force = yes
 |name    = Cheeses
 |link    = WikiProject Food and drink/Cheeses task force
}}

Will yield this:

Cheeses Task Force
article assessment

Bharatpedia:Version 1.0 Editorial Team/Cheeses articles by quality statistics

See also

Related templates