Template:Infobox application: Difference between revisions
Created page with "{{Infobox}}" |
m Fix github link |
||
| (18 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
{{Infobox}} | <includeonly>{{Infobox | ||
|title={{{name}}} | |||
|subtitle={{{type}}} Application | |||
|image={{{image|}}} | |||
|imageSize={{{imageSize|100%}}} | |||
|content={{#tag:table|{{infobox/row|Developer(s)|{{{developer|}}}}}{{infobox/row|Initial release|{{{initialRelease|}}}}}{{infobox/row|Latest release|{{{latestRelease|}}}}}{{infobox/row|Status|{{{status|}}}}}{{infobox/row|Operating System|{{{os|}}}}}{{infobox/row|Platform(s)|{{{platform|}}}}}{{infobox/row|Language(s)|{{{programmingLanguage|}}}}}{{infobox/row|License|{{{license|}}}}}{{#if:{{{website|{{{github|{{{repository|{{{bugTracker|{{{documentation|}}}}}}}}}}}}}}}|{{infobox/header row|External links}}|}}{{infobox/row|Website|{{{website|}}}}}{{infobox/row|GitHub|[https://www.github.com/{{{github|}}} {{{github|}}}]}}{{infobox/row|Repository|{{{repository|}}}}}{{infobox/row|Bug tracker|{{{bugTracker|}}}}}{{infobox/row|Documentation|{{{documentation|}}}}}|style="width: 100%;"}}}}{{#ifeq:{{{category|yes}}}|yes|[[Category:Applications]]|}}</includeonly><noinclude>{{Documentation}}</noinclude> | |||