Toggle menu
14
236
69
27.2K
Kenshi Wiki
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.
Revision as of 06:14, 24 February 2025 by Prd (talk | contribs) (Created page with "{{Documentation subpage}} {{intricate template}} <!-- Categories go at the bottom of this page and interwikis go in Wikidata. --> == Usage == === Syntax === <syntaxhighlight lang="wikitext"> {{Project information | project = <!--- Sets the project name, required ---> | width = <!--- The CSS width of the object. Defaults to 275px ---> | task_force = <!--- Set to "yes" if not a project ---> | portal = <!--- Parent portal for the project ---> | portal_...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Usage

Syntax

{{Project information
| project    = <!--- Sets the project name, required --->
 | width      = <!--- The [[CSS]] width of the object. Defaults to 275px --->
 | task_force = <!--- Set to "yes" if not a project --->
 | portal     = <!--- Parent portal for the project --->
 | portal_img = <!--- Sets the image for the portal link. Defaults to [[File:Portal.svg]] --->
 | portal2     = <!--- Related portal for the project --->
 | portal2_img = <!--- Sets the image for the related portal link. Defaults to [[File:Portal.svg]] --->
 | border     = <!--- Sets the border color on the box --->
 | bgcolor    = <!--- Sets the background color on the box --->
| shortcut   = <!--- Shortcut to project --->
 | shortcut2 =
 | shortcut3 =
| banner     = <!--- Project banner to be used on talk pages --->
| navbox     = <!--- Navigational boxes --->
 | navbox2   = 
 | navbox3   = 
| infobox     = <!--- Info boxes --->
 | infobox2   = 
 | infobox3   = 
| userbox    = <!--- User boxes --->
 | userbox2  =
 | userbox3  =
 | userboxnote = <!--- Free-form comment, such as a link to more boxes or instructions --->
| stub_cat   = <!--- Sets link to the stub category  page. Required if setting out stubs --->
 | stub      = <!--- Project stub templates --->
 | stub2     =
 | stub3     =
| cat        = <!--- project categories --->
 | cat2      =
 | cat3      =
| core       = <!--- Top assessed articles that form the core of the project --->
 | core2     = 
 | core3     = 
| tasks      = <!--- location of tasks sub page --->
| articles   = <!--- List of all articles within the project --->
}}

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.

General usage

{{Project information
| project    = Beer
 | portal     = Beer
 | portal_img = Beer mug.svg
 | portal2     = Drink
 | portal2_img = Goblet Glass (Banquet).svg
| shortcut   = WP:BEER
 | shortcut2 = WP:WPB
| banner     = beer
| userbox    = User WikiProject Beer 
 | userbox2  = User:UBX/beer
 | userbox3  = User:UBX/homebrewer
| stub_cat   = Beer and brewery
 | stub      = Beer-stub
| navbox     = Beers of the world
 | navbox2   = Beer Styles
| cat        = Beer
 | cat2      = Breweries
| tasks      = Wikipedia:WikiProject Beer/tasks
| core       = Beer
}}

Will yield this:

Project Information
Portals: Portal:Beer Beer Portal
Portal:Drink Drink Portal
Shortcuts:
Banner:
Page templates:
Userboxes:
  • User WikiProject Beer
  • User:UBX/beer
  • User:UBX/homebrewer
Project stubs: {{Beer-stub}}
Categories: Category:Beer
Category:Breweries
Core article: Beer
Open Tasks: Beer tasks

Purge server cache

Colors

Hex -
{{Project information
 |project=Beer
 |border=#CC9000
 |bgcolor=#F3DE94
}}

Will yield this:

Project Information
Named color -
{{Project information
 |project=Beer
 |border=red
 |bgcolor=pink
}}

Will yield this:

Project Information

Width

By percentage -
{{Project information
 |project=Beer
 |width=50%
}}

Will yield this:

Project Information
By pixel width -
{{Project information
 |project=Beer
 |width=350px
}}

Will yield this:

Project Information

See also

Related templates