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 20:49, 9 March 2019 by Karbon (talk | contribs) (new look)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Template: Infobox Project

Purpose

This template will show an infobox for a project with some data given on the right side of the page.

Calling

{{Infobox Project
| title=
| image=
| purpose=
| category=
| platform=
| worktype=
| software=
| status=
| started=
| result=
| ended=
| completed=
}}

Example

{{Infobox Project
| title=[[GIMPS]]
| image=[[File:Gimps.gif]]
| purpose=Searching for [[Mersenne prime]]s
| category=[[Primality test]]
| platform=WIN, DOS, UNIX
| worktype=[[Lucas-Lehmer test|LLR]], [[Elliptic curve method|ECM]], [[P-1 factorization method|P-1]]
| software=[[Prime95]]
| website=[https://www.mersenne.org/ Homepage]
| status=active
| started=1996
| result=[https://primes.utm.edu/primes/search.php Primes found], [[List_of_known_Mersenne_primes|List]]
| completed=running
| ended=not yet
}}
GIMPS
Gimps.gif
General :
Purpose : Searching for Mersenne primes
Category : Primality test
Hardware / Software :
Platform : WIN, DOS, UNIX
Worktype : LLR, ECM, P-1
Software : Prime95
Website : Homepage
Status : active
Started : 1996
Result : Primes found, List
% completed : running
Ended : not yet

Template parameters