Edge Rewrite
// HTMLRewriter · presentation

This page was redesigned at the edge.

Cloudflare fetched the original article and streamed it through HTMLRewriter to apply an entirely new visual system without rebuilding the source page.

Jump to content

Template:Project assessments/doc

From Wikipedia, the free encyclopedia

Usage

[edit]

Syntax

[edit]
{{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

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

Will yield this:

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

Will yield this:

Beer WikiProject
article assessment

Taskforce

[edit]
{{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

See also

[edit]
[edit]