Template:Infobox application: Difference between revisions

Layer-09 (talk | contribs)
mNo edit summary
DoggoBit (talk | contribs)
m Fix github link
 
(6 intermediate revisions by the same user not shown)
Line 1: Line 1:
<includeonly>{{Infobox
<includeonly>{{Infobox
   |title={{{title}}}
   |title={{{name}}}
   |subtitle={{{type}}} Application
   |subtitle={{{type}}} Application
   |image={{{image}}}
   |image={{{image|}}}
   |imageSize={{{imageSize|100%}}}
   |imageSize={{{imageSize|100%}}}
   |content={{application infobox/content
   |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>
    |developer={{{developer|}}}
    |initialRelease={{{firstRelease|}}}  
    |latestRelease={{{latestRelease|}}}
    |status={{{status|}}}
    |license={{{license|}}}
    |os={{{os|}}}
    |platform={{{platform|}}}
    |programmingLanguage={{{programmingLanguage|}}}
    |github=[https://www.github.com/{{{github|}}} {{{github|}}}]
    |repository={{{repository|}}}
    |website={{{website|}}}
    |bugTracker={{{bugTracker|}}}
    |documentation={{{documentation|}}}
  }}
}}</includeonly><noinclude>{{Documentation}}</noinclude>