Template:Infobox software: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 85: | Line 85: | ||
{{#if:{{{completed|}}}|<tr> | {{#if:{{{completed|}}}|<tr> | ||
<th>Completed</th> | <th>Completed</th> | ||
<td>{{{completed}}}</td> | <td style="color:#b32424; font-weight:600;">{{{completed}}}</td> | ||
</tr>}} | </tr>}} | ||
| Line 246: | Line 246: | ||
| <code>released</code> || Initial release date || No | | <code>released</code> || Initial release date || No | ||
|- | |- | ||
| <code>completed</code> || Completion date or status || No | | <code>completed</code> || Completion date or status (shown in red) || No | ||
|- | |- | ||
| <code>discontinued</code> || Discontinuation date (shown in red) || No | | <code>discontinued</code> || Discontinuation date (shown in red) || No | ||
Revision as of 14:20, 20 May 2026
Template:Infobox software
Modern BOINC-oriented infobox template for distributed computing and software project articles.
Parameters
| Parameter | Description | Required |
|---|---|---|
name |
Software name (defaults to page name) | No |
logo |
Logo filename | No |
logo caption |
Caption below logo | No |
screenshot |
Screenshot filename | No |
caption |
Caption below screenshot | No |
| Project | ||
status |
Active, Completed, etc. Red background displays green when "Active" input | No |
category |
Research category (e.g. Astrophysics, Mathematics) | No |
compute |
Processing type: CPU, GPU, or CPU & GPU | No |
dependencies |
Additional software required (e.g. VirtualBox, CUDA, Git) | No |
| Development | ||
developer |
Developer name | No |
author |
Original author | No |
sponsor |
Sponsoring organization | No |
maintainer |
Current maintainer | No |
released |
Initial release date | No |
completed |
Completion date or status (shown in red) | No |
discontinued |
Discontinuation date (shown in red) | No |
repository |
Source code repository link | No |
| Software | ||
programming language |
Language(s) the software is written in | No |
operating system |
Supported operating systems | No |
size |
Download/install size | No |
| BOINC statistics | ||
stats as of |
Date the statistics below were recorded | No |
average performance |
Average FLOPS or equivalent | No |
active users |
Current active user count | No |
total users |
All-time total users | No |
active hosts |
Current active host count | No |
total hosts |
All-time total hosts | No |
| Analytics | ||
rac |
Recent Average Credit | No |
credit per day |
Credits granted per day | No |
gpu performance |
GPU-specific performance metric | No |
cpu performance |
CPU-specific performance metric | No |
| Metadata | ||
website |
Official website URL | No |
license |
Software license | No |
Full example
{{Infobox software
| name = Einstein@Home
| logo = Ein.jpg
| logo caption = Einstein@Home logo
| screenshot = [email protected]
| caption = Einstein@Home screensaver
| status = Active
| category = Astrophysics
| compute = CPU & GPU
| dependencies = None
| developer = Bruce Allen
| author = Bruce Allen
| sponsor = Max Planck Society
| maintainer = Einstein@Home team
| released = {{Start date and age|2005|02|19}}
| completed = No
| discontinued =
| repository = {{URL|https://git.ligo.org/einsteinathome}}
| programming language = C, C++
| operating system = Windows, Linux, macOS, Android
| size = ~50 MB
| stats as of = {{Start date and age|2026|05|19}}
| average performance = 21 PFLOPS
| active users = 14531
| total users = 1061585
| active hosts = 24489
| total hosts = 8237726
| rac = 18500000
| credit per day = 950000
| gpu performance = 15 PFLOPS
| cpu performance = 6 PFLOPS
| website = {{URL|https://einsteinathome.org/}}
| license = GPL-2.0-or-later
}}
Minimal example
{{Infobox software
| name = My Project
| status = Active
| category = Mathematics
| compute = CPU
| developer = Jane Smith
| released = {{Start date and age|2020|01|01}}
| operating system = Windows, Linux, macOS
| website = {{URL|https://example.org/}}
| license = MIT
}}