Currently there may be errors shown on top of a page, because of a missing Wiki update (PHP version and extension DPL3).
Navigation
Topics Help • Register • News • History • How to • Sequences statistics • Template prototypes

Template:Infobox Project

From Prime-Wiki
Revision as of 12:23, 1 February 2019 by Karbon (talk | contribs) (examples)
Jump to: navigation, search

This template will show an infobox for a [[:Category:Projects|projects] with some data given on the right side of the page.

Calling

{{InfoboxProject|<title>|<running>|<workload>|<homepage>}}

where

  • title: title above the infobox, mostly name of the project
  • running: if given, the project is still ongoing
  • workload: type of workload
  • homepage: link to the homepage
{{InfoboxProject
|title=
|running=
|workload=
|homepage=
}}

Example

Project is still running:

{{InfoboxProject
|title=Seventeen Or Bust
|running=true
|workload=[[Sieving]], [[Lucas-Lehmer test|LLR]]
|homepage=[http://www.seventeenorbust.com Homepage]
}}

will give Template:InfoboxProject




Project ended:

{{InfoboxProject
|title=Seventeen Or Bust
|workload=[[Sieving]], [[Lucas-Lehmer test|LLR]]
|homepage=[http://www.seventeenorbust.com Homepage]
}}

will give Template:InfoboxProject