Template:Infobox software: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
Tag: Undo |
||
| Line 1: | Line 1: | ||
<includeonly> | <includeonly> | ||
<table class="infobox" style="width: | <table class="infobox" style="width:300px; float:right; clear:right; margin:0 0 1em 1em; border:1px solid #c8ccd1; border-radius:6px; background:#fff; color:#202122; font-size:13px; line-height:1.5; border-collapse:separate; border-spacing:0; overflow:hidden; box-shadow:0 1px 3px rgba(0,0,0,0.08);"> | ||
<tr> | <tr> | ||
<th colspan="2" style=" | <th colspan="2" style="background:#2c3e50; color:#fff; padding:12px; font-size:20px; text-align:center; font-weight:700;"> | ||
{{{name|{{PAGENAME}}}}} | {{{name|{{PAGENAME}}}}} | ||
</th> | </th> | ||
| Line 10: | Line 9: | ||
<!-- LOGO --> | <!-- LOGO --> | ||
{{#if:{{{logo|}}}| | {{#if:{{{logo|}}}|<tr> | ||
<tr> | <td colspan="2" style="text-align:center; padding:12px;"> | ||
<td colspan="2" style="text-align:center;padding:12px;"> | |||
[[File:{{{logo}}}|180px|center]] | [[File:{{{logo}}}|180px|center]] | ||
{{#if:{{{logo caption|}}}|<div style="font-size:11px;color:#54595d;margin-top:6px;">{{{logo caption}}}</div>}} | {{#if:{{{logo caption|}}}|<div style="font-size:11px; color:#54595d; margin-top:6px;">{{{logo caption}}}</div>}} | ||
</td> | |||
</tr>}} | |||
<!-- SCREENSHOT --> | |||
{{#if:{{{screenshot|}}}|<tr> | |||
<td colspan="2" style="text-align:center; padding:12px; background:#f8f9fa;"> | |||
[[File:{{{screenshot}}}|250px|center]] | |||
{{#if:{{{caption|}}}|<div style="font-size:11px; color:#54595d; margin-top:6px;">{{{caption}}}</div>}} | |||
</td> | </td> | ||
</tr>}} | |||
<!-- DEVELOPMENT --> | |||
{{#if:{{{developer|}}}|<tr> | |||
<th colspan="2" style="background:#eaecf0; padding:6px; text-align:center; font-size:11px; text-transform:uppercase;"> | |||
Development | |||
</th> | |||
</tr> | </tr> | ||
<tr> | <tr> | ||
< | <th style="width:110px;">Developer</th> | ||
<td>{{{developer}}}</td> | |||
{{#if:{{{ | </tr>}} | ||
{{#if:{{{author|}}}|<tr> | |||
<th>Author</th> | |||
<td>{{{author}}}</td> | |||
</tr>}} | |||
{{#if:{{{maintainer|}}}|<tr> | |||
<th>Maintainer</th> | |||
<td>{{{maintainer}}}</td> | |||
</tr>}} | |||
{{#if:{{{released|}}}|<tr> | |||
<th>Initial release</th> | |||
<td>{{{released}}}</td> | |||
</tr>}} | |||
{{#if:{{{discontinued|}}}|<tr> | |||
<th>Discontinued</th> | |||
<td style="color:#b32424; font-weight:600;"> | |||
{{{discontinued}}} | |||
</td> | </td> | ||
</tr>}} | |||
{{#if:{{{repository|}}}|<tr> | |||
<th>Repository</th> | |||
<td>{{{repository}}}</td> | |||
</tr>}} | |||
<!-- SOFTWARE --> | |||
{{#if:{{{platform|}}}|<tr> | |||
<th colspan="2" style="background:#eaecf0; padding:6px; text-align:center; font-size:11px; text-transform:uppercase;"> | |||
Software | |||
</th> | |||
</tr> | </tr> | ||
< | <tr> | ||
{{ | <th>Platform</th> | ||
<tr><th | <td>{{{platform}}}</td> | ||
}} | </tr>}} | ||
{{#if:{{{programming language|}}}|<tr> | |||
<th>Written in</th> | |||
<td>{{{programming language}}}</td> | |||
</tr>}} | |||
{{#if:{{{ | {{#if:{{{operating system|}}}|<tr> | ||
<th>Operating system</th> | |||
<td>{{{operating system}}}</td> | |||
</tr>}} | |||
{{#if:{{{ | {{#if:{{{language|}}}|<tr> | ||
<th>Language</th> | |||
<td>{{{language}}}</td> | |||
</tr>}} | |||
{{#if:{{{ | {{#if:{{{size|}}}|<tr> | ||
<th>Size</th> | |||
<td>{{{size}}}</td> | |||
</tr>}} | |||
<!-- | <!-- PROJECT --> | ||
{{#if:{{{ | {{#if:{{{project status|}}}|<tr> | ||
<tr><th colspan="2" style="text-align:center;font-size:11px; | <th colspan="2" style="background:#eaecf0; padding:6px; text-align:center; font-size:11px; text-transform:uppercase;"> | ||
Project | |||
</th> | |||
</tr> | |||
<tr> | |||
<th>Status</th> | |||
<td>{{{project status}}}</td> | |||
</tr>}} | |||
{{#if:{{{type|}}}|<tr> | |||
{{#if:{{{ | <th>Type</th> | ||
<tr><th | <td>{{{type}}}</td> | ||
}} | </tr>}} | ||
{{#if:{{{ | {{#if:{{{genre|}}}|<tr> | ||
<th>Genre</th> | |||
<td>{{{genre}}}</td> | |||
</tr>}} | |||
<!-- BOINC STATS --> | <!-- BOINC STATS --> | ||
{{#if:{{{active users|}}{{{total users|}}{{{active hosts|}}{{{total hosts|}}{{{ | {{#if:{{{average performance|}}}|<tr> | ||
<tr><th colspan="2" style="text-align:center;font-size:11px; | <th colspan="2" style="background:#eaecf0; padding:6px; text-align:center; font-size:11px; text-transform:uppercase;"> | ||
BOINC statistics | |||
< | </th> | ||
</tr> | |||
</ | |||
<tr> | |||
}} | <th>Performance</th> | ||
<td>{{{average performance}}}</td> | |||
</tr>}} | |||
{{#if:{{{active users|}}}|<tr> | |||
<th>Active users</th> | |||
<td>{{formatnum:{{{active users}}}}}</td> | |||
</tr>}} | |||
{{#if:{{{total users|}}}|<tr> | |||
<th>Total users</th> | |||
<td>{{formatnum:{{{total users}}}}}</td> | |||
</tr>}} | |||
{{#if:{{{active hosts|}}}|<tr> | |||
<th>Active hosts</th> | |||
<td>{{formatnum:{{{active hosts}}}}}</td> | |||
</tr>}} | |||
{{#if:{{{total hosts|}}}|<tr> | |||
<th>Total hosts</th> | |||
<td>{{formatnum:{{{total hosts}}}}}</td> | |||
</tr>}} | |||
{{#if:{{{stats updated|}}}|<tr> | |||
<th>Stats updated</th> | |||
<td>{{{stats updated}}}</td> | |||
</tr>}} | |||
<!-- ANALYTICS --> | |||
{{#if:{{{rac|}}}|<tr> | |||
<th colspan="2" style="background:#eaecf0; padding:6px; text-align:center; font-size:11px; text-transform:uppercase;"> | |||
Analytics | |||
</th> | |||
</tr> | |||
<tr> | |||
<th>RAC</th> | |||
<td>{{formatnum:{{{rac}}}}}</td> | |||
</tr>}} | |||
{{#if:{{{ | {{#if:{{{credit per day|}}}|<tr> | ||
<th>Credit/day</th> | |||
<td>{{formatnum:{{{credit per day}}}}}</td> | |||
</tr>}} | |||
{{#if:{{{gpu performance|}}}|<tr> | |||
{{#if: | <th>GPU performance</th> | ||
<tr><th | <td>{{{gpu performance}}}</td> | ||
}} | </tr>}} | ||
{{#if:{{{ | {{#if:{{{cpu performance|}}}|<tr> | ||
<th>CPU performance</th> | |||
<td>{{{cpu performance}}}</td> | |||
</tr>}} | |||
<!-- METADATA --> | <!-- METADATA --> | ||
{{#if: | {{#if:{{{website|}}}|<tr> | ||
<tr><th colspan="2" style="text-align:center;font-size:11px; | <th colspan="2" style="background:#eaecf0; padding:6px; text-align:center; font-size:11px; text-transform:uppercase;"> | ||
}} | Metadata | ||
</th> | |||
</tr> | |||
<tr> | |||
<th>Website</th> | |||
<td>{{{website}}}</td> | |||
</tr>}} | |||
{{#if:{{{ | {{#if:{{{license|}}}|<tr> | ||
<th>License</th> | |||
<td>{{{license}}}</td> | |||
</tr>}} | |||
</table> | </table> | ||
| Line 105: | Line 202: | ||
<noinclude> | <noinclude> | ||
BOINC Infobox | == Template:Infobox software == | ||
Modern BOINC-oriented infobox template for distributed computing and software project articles. | |||
=== Example === | |||
<pre> | |||
{{Infobox software | |||
| name = Einstein@Home | |||
| logo = Ein.jpg | |||
| screenshot = Einstein@Home.gif | |||
| caption = Einstein@Home screensaver | |||
| developer = Max Planck Society | |||
| released = {{Start date and age|2005|02|19}} | |||
| operating system = Windows, Linux, macOS, Android | |||
| platform = BOINC | |||
| genre = Volunteer computing | |||
| license = GPL-2.0-or-later | |||
| website = {{URL|https://einsteinathome.org/}} | |||
| average performance = 21 PFLOPS | |||
| active users = 14531 | |||
| total users = 1061585 | |||
| active hosts = 24489 | |||
| total hosts = 8237726 | |||
| stats updated = {{Start date and age|2026|05|19}} | |||
}} | |||
</pre> | |||
[[Category:Infobox templates]] | |||
</noinclude> | </noinclude> | ||
Revision as of 01:33, 20 May 2026
Template:Infobox software
Modern BOINC-oriented infobox template for distributed computing and software project articles.
Example
{{Infobox software
| name = Einstein@Home
| logo = Ein.jpg
| screenshot = [email protected]
| caption = Einstein@Home screensaver
| developer = Max Planck Society
| released = {{Start date and age|2005|02|19}}
| operating system = Windows, Linux, macOS, Android
| platform = BOINC
| genre = Volunteer computing
| license = GPL-2.0-or-later
| website = {{URL|https://einsteinathome.org/}}
| average performance = 21 PFLOPS
| active users = 14531
| total users = 1061585
| active hosts = 24489
| total hosts = 8237726
| stats updated = {{Start date and age|2026|05|19}}
}}