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

Difference between revisions of "Template:Infobox Project"

From Prime-Wiki
Jump to: navigation, search
(examples)
(cat. changed)
Line 43: Line 43:
 
will give
 
will give
 
{{InfoboxProject|title=Seventeen Or Bust|workload=[[Sieving]], [[Lucas-Lehmer test|LLR]]|homepage=[http://www.seventeenorbust.com Homepage]}}
 
{{InfoboxProject|title=Seventeen Or Bust|workload=[[Sieving]], [[Lucas-Lehmer test|LLR]]|homepage=[http://www.seventeenorbust.com Homepage]}}
[[Category:Templates]]</noinclude>
+
[[Category:Infoboxes|Project]]</noinclude>
 
<includeonly>{| align="right" cellpadding="5" cellspacing="2" style="background-color:Gainsboro; margin:0px 10px 10px 10px; border-style: solid; border-width: 2px;"
 
<includeonly>{| align="right" cellpadding="5" cellspacing="2" style="background-color:Gainsboro; margin:0px 10px 10px 10px; border-style: solid; border-width: 2px;"
 
|-
 
|-

Revision as of 11:52, 7 March 2019

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