Template:AppCard

Jump to: navigation, search


Description

Responsive information card for application pages.

Parameters

  • {{{name}}} - application display name, use page name by default
  • {{{package}}} - RPM package name
  • {{{icon}}} - icon image name (without "File:")
  • {{{screenshot}}} - screenshot image name (without "File:")
  • {{{description}}} - a short text to describe the application
  • {{{developer}}} - individuals or organizations that developed the software
  • {{{license}}} - short name of the license (GPLv2+, GPLv3+, MIT, BSD, Apache...)
  • {{{website}}} - official website or GitHub link

Examples

Picard screenshot.png
  • Picard icon.png Picard
    picard
  • Picard is a cross-platform music tagger written in Python.
  • Developer:
    MusicBrainz Foundation
  • License:
    GPLv2+
{{AppCard
|name=Picard
|package=picard
|icon=Picard icon.png
|screenshot=Picard screenshot.png 
|description=Picard is a cross-platform music tagger written in Python. 
|developer=MusicBrainz Foundation
|license=GPLv2+
|website=https://picard.musicbrainz.org/
}}