Template:Infobox software: Difference between revisions
No edit summary |
No edit summary |
||
| (15 intermediate revisions by 2 users not shown) | |||
| Line 36: | Line 36: | ||
{{#if:{{{website|}}}|<tr><th style="width:110px;">Website</th><td>{{{website}}}</td></tr>}} | {{#if:{{{website|}}}|<tr><th style="width:110px;">Website</th><td>{{{website}}}</td></tr>}} | ||
{{#if:{{{license|}}}|<tr><th>License</th><td>{{{license}}}</td></tr>}} | {{#if:{{{license|}}}|<tr><th>License</th><td>{{{license}}}</td></tr>}} | ||
</table></includeonly><noinclude> | </table>{{#seo:|title={{{name|{{PAGENAME}}}}}|image={{{logo|{{{screenshot|}}}}}}|description={{#if:{{{description|}}}|{{{description}}}|{{PAGENAME}}{{#if:{{{category|}}}| is a {{{category}}} project}}{{#if:{{{compute|}}}| using {{{compute}}} computing}}{{#if:{{{status|}}}| (Status: {{{status}}})}}{{#if:{{{developer|}}}|, developed by {{{developer}}}}}{{#if:{{{sponsor|}}}|, sponsored by {{{sponsor}}}}}{{#if:{{{website|}}}|.}}}}}}</includeonly><noinclude> | ||
== Template:Infobox software == | == Template:Infobox software == | ||
Modern BOINC-oriented infobox template for | Modern BOINC-oriented infobox template for volunteer computing project articles. | ||
Includes automatic WikiSEO meta tags (title, image, description) for every page using this template. | |||
An optional <code>description</code> parameter lets you override the auto-generated meta description. | |||
=== Parameters === | === Parameters === | ||
| Line 56: | Line 58: | ||
| <code>caption</code> || Caption below screenshot || No | | <code>caption</code> || Caption below screenshot || No | ||
|- | |- | ||
| colspan="3" | | <code>description</code> || Custom SEO meta description (overrides auto-generated one) || No | ||
|- | |||
| colspan="3" class="bs-infobox-section" | '''Project''' | |||
|- | |- | ||
| <code>status</code> || Active, Completed, etc. Green background when "Active", red otherwise || No | | <code>status</code> || Active, Completed, etc. Green background when "Active", red otherwise || No | ||
| Line 66: | Line 70: | ||
| <code>dependencies</code> || Additional software required (e.g. VirtualBox, CUDA, Git) || No | | <code>dependencies</code> || Additional software required (e.g. VirtualBox, CUDA, Git) || No | ||
|- | |- | ||
| colspan="3" | | colspan="3" class="bs-infobox-section" | '''Development''' | ||
|- | |- | ||
| <code>developer</code> || Developer name || No | | <code>developer</code> || Developer name || No | ||
| Line 84: | Line 88: | ||
| <code>repository</code> || Source code repository link || No | | <code>repository</code> || Source code repository link || No | ||
|- | |- | ||
| colspan="3" | | colspan="3" class="bs-infobox-section" | '''Software''' | ||
|- | |- | ||
| <code>programming language</code> || Language(s) the software is written in || No | | <code>programming language</code> || Language(s) the software is written in || No | ||
| Line 92: | Line 96: | ||
| <code>size</code> || Download/install size || No | | <code>size</code> || Download/install size || No | ||
|- | |- | ||
| colspan="3" | | colspan="3" class="bs-infobox-section" | '''BOINC statistics''' | ||
|- | |- | ||
| <code>stats as of</code> || Date the statistics below were recorded || No | | <code>stats as of</code> || Date the statistics below were recorded || No | ||
| Line 106: | Line 110: | ||
| <code>total hosts</code> || All-time total hosts || No | | <code>total hosts</code> || All-time total hosts || No | ||
|- | |- | ||
| colspan="3" | | colspan="3" class="bs-infobox-section" | '''Analytics''' | ||
|- | |- | ||
| <code>rac</code> || Recent Average Credit || No | | <code>rac</code> || Recent Average Credit || No | ||
| Line 116: | Line 120: | ||
| <code>cpu performance</code> || CPU-specific performance metric || No | | <code>cpu performance</code> || CPU-specific performance metric || No | ||
|- | |- | ||
| colspan="3" | | colspan="3" class="bs-infobox-section" | '''Metadata''' | ||
|- | |- | ||
| <code>website</code> || Official website URL || No | | <code>website</code> || Official website URL || No | ||
| Line 132: | Line 136: | ||
| screenshot = [email protected] | | screenshot = [email protected] | ||
| caption = Einstein@Home screensaver | | caption = Einstein@Home screensaver | ||
| description = Einstein@Home is an active Astrophysics BOINC project searching for gravitational waves and pulsars, developed by Bruce Allen and sponsored by the Max Planck Society. | |||
| status = Active | | status = Active | ||