Predefinição:AppCard

Ir para: navegação, pesquisa


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...)

Examples

Picard screenshot.png
  • Picard icon.png Picard
    picard
  • Picard is a cross-platform music tagger written in Python.
  • Criador:
    MusicBrainz Foundation
  • Licença:
    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+
}}