Template:Infobox application/content: Difference between revisions
Appearance
No edit summary |
mNo edit summary |
||
Line 1: | Line 1: | ||
{| style="width: 100%;" | {| style="width: 100%;" | ||
|- {{#if: {{{ | |- {{#if: {{{developer|}}}||style="display: none;"}} | ||
! | ! Developer(s) | ||
| {{{ | | {{{developer}}} | ||
|- {{#if: {{{initialRelease|}}}||style="display: none;"}} | |||
! Initial release | |||
| {{{initialRelease}}} | |||
|- {{#if: {{{latestRelease|}}}||style="display: none;"}} | |||
! Latest release | |||
| {{{latestRelease}}} | |||
|- {{#if: {{{status|}}}||style="display: none;"}} | |||
! Status | |||
| {{{status}}} | |||
|- {{#if: {{{os|}}}||style="display: none;"}} | |- {{#if: {{{os|}}}||style="display: none;"}} | ||
! Operating System | ! Operating System | ||
| {{{os}}} | | {{{os}}} | ||
|- {{#if: {{{platform|}}}||style="display: none;"}} | |||
! Platform(s) | |||
| {{{platform}}} | |||
|- {{#if: {{{programmingLanguage|}}}||style="display: none;"}} | |||
! Language(s) | |||
| {{{programmingLanguage}}} | |||
|- {{#if: {{{license|}}}||style="display: none;"}} | |- {{#if: {{{license|}}}||style="display: none;"}} | ||
! License | ! License | ||
| {{{license}}} | | {{{license}}} | ||
|- {{#if: {{{website|}}}||style="display: none;"}} | |||
! Website | |||
| {{{website}}} | |||
|- {{#if: {{{github|}}}||style="display: none;"}} | |- {{#if: {{{github|}}}||style="display: none;"}} | ||
! GitHub | ! GitHub | ||
| {{{github}}} | | {{{github}}} | ||
|- {{#if: {{{ | |- {{#if: {{{repository|}}}||style="display: none;"}} | ||
! | ! Repository | ||
| {{{ | | {{{repository}}} | ||
|- {{#if: {{{bugTracker|}}}||style="display: none;"}} | |||
! Bug tracker | |||
| {{{bugTracker}}} | |||
|- {{#if: {{{documentation|}}}||style="display: none;"}} | |||
! Documentation | |||
| {{{documentation}}} | |||
|} | |} |