Template:Project summary

From BOINC

This template is to be used in Project list. It shows a single project with its name in a 3rd-level heading, its URL, description, and other information.

List of parameters:

name
Project name. Shown on the heading.
url
Master URL of the project. Must have a slash at the end. Used for the "URL" and "Platforms" links.
institution
Institution that runs the project. This template shows "?" if this parameter is missing.
launch-date
Date when the project was launched. Displayed as "Official launch:". Shows "?" if this parameter is missing.
status
An optional parameter to specify if the project is currently suspended or inactive. If not specified, defaults to Active
description
Project description. Currently not optional (probably will display as {{{description}}} if missing).

The "Platforms" link is generated by appending "apps.php" to the master URL.

Example

{{Project summary
| name=Project name
| url=http://www.example.com/
| institution=Foo University
| launch-date=14/05/2008
| description=This project does research in...
}}

Displays as:

Project name

  • URL: http://www.example.com/
  • Institution: Foo University
  • Official launch: 14/05/2008
  • Project status: Active
  • Platforms: Unknown
  • Description: This project does research in...