Toggle menu
15
236
75
27.7K
Kenshi Wiki
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Template:Project heading/doc: Difference between revisions

Template page
Created page with "{{Documentation subpage}} {{esoteric}} <!-- Categories go at the bottom of this page and interwikis go in Wikidata. --> == Usage == === Syntax === <syntaxhighlight lang="wikitext" width="75%"> {{Project heading | project = <!--- Sets the project name, required ---> | task_force = <!--- Sets the task force name, if a task force ---> | border = <!--- Sets the border color on the box ---> | bgcolor = <!--- Sets the background color on the box ---> | image..."
 
(No difference)

Latest revision as of 06:14, 24 February 2025

Usage

Syntax

{{Project heading
 | project    = <!--- Sets the project name, required --->
 | task_force = <!--- Sets the task force name, if a task force --->
 | border     = <!--- Sets the border color on the box --->
 | bgcolor    = <!--- Sets the background color on the box --->
 | image      = <!--- Sets the image, required --->
 | size       = <!--- Changes the default image size from 275px --->
}}

Example

Colors

Hex -
{{Project heading
 | project = Beer
 | image   = Kranz Koelsch.jpg
 | border  = #CC9000
 | bgcolor = #F3DE94
}}

Will yield this:

WikiProject Beer
File:Kranz Koelsch.jpg
Color -
{{Project heading
 | project = Beer
 | image   = Kranz Koelsch.jpg
 | border  = red
 | bgcolor = pink
}}

Will yield this:

WikiProject Beer
File:Kranz Koelsch.jpg

General usage

{{Project heading
 | project    = Beer
 | task_force = Pubs
 | image      = MeophamGreen3573.JPG
}}

Will yield this:

WikiProject Beer's
Pubs Task Force
File:MeophamGreen3573.JPG

See also

Related templates