Template:Infobox app/en: Difference between revisions
Updating to match new version of source page
(Updating to match new version of source page) |
(Updating to match new version of source page) |
||
Line 33: | Line 33: | ||
!Repository | !Repository | ||
|[{{{git link}}} {{{git page}}}] | |[{{{git link}}} {{{git page}}}] | ||
|- | |||
|{{#if:{{{avtive development|yes}}}|{{yes|active development:yes}}}}{{#if:{{{active development|no}}}|{{no|active development:no}}}}{{#if:{{{active development|}}}|{{maybe|active development:unknown}}}} | |||
|{{#if:{{{mod tools|yes}}}|{{yes|moderation tools:yes}}}}{{#if:{{{mod tools|no}}}|{{no|moderation tools:no}}}}{{#if:{{{mod tools|}}}|{{maybe|moderation tools:unknown}}}} | |||
|} | |} | ||
</onlyinclude> | </onlyinclude> | ||
[[Category:Template]] | [[Category:Template]] | ||
<noinclude> | |||
<templatedata> | |||
{ | |||
"params": { | |||
"title": { | |||
"aliases": [ | |||
"name" | |||
], | |||
"description": "title/name of the app", | |||
"example": "Tusky", | |||
"type": "string", | |||
"required": true | |||
}, | |||
"website": { | |||
"description": "official website of the app", | |||
"example": "tusky.app", | |||
"type": "string", | |||
"suggested": true | |||
}, | |||
"website2": { | |||
"description": "In case the app has a second official website. Just leave empty otherwise", | |||
"type": "string" | |||
}, | |||
"fediverse softwares": { | |||
"description": "Which Fediverse software(s) is this app a client for? Just list them all.", | |||
"example": "Mastodon, Lemmy, Pixelfed, ...", | |||
"type": "string", | |||
"required": true | |||
}, | |||
"OSs": { | |||
"description": "Which operating systems does this app work on?", | |||
"example": "GNU/Linux, Android, Mac OS, Windows, Sailfish, ...", | |||
"required": true | |||
}, | |||
"link 1": { | |||
"description": "Link of the first app store this app is available at", | |||
"example": "https://f-droid.org/...", | |||
"type": "url", | |||
"suggested": true | |||
}, | |||
"store name 1": { | |||
"description": "Name of the first app store this app is available at.", | |||
"example": "F-Droid", | |||
"type": "string", | |||
"suggested": true | |||
}, | |||
"link 2": { | |||
"description": "Link for a second app store, if applicable", | |||
"example": "https://...", | |||
"type": "url" | |||
}, | |||
"store name 2": { | |||
"description": "name of a second app store, if applicable", | |||
"example": "Google Play" | |||
}, | |||
"link 3": { | |||
"description": "Link for a third app store, if applicable", | |||
"type": "url" | |||
}, | |||
"store name 3": { | |||
"description": "Name of a third app store, if applicable", | |||
"type": "string" | |||
}, | |||
"mastohandle": { | |||
"description": "Handle of the app project in the Fediverse", | |||
"example": "@Tusky", | |||
"type": "string" | |||
}, | |||
"mastoinstance": { | |||
"description": "name of the instance the app project has an account on", | |||
"example": "mastodon.social", | |||
"type": "string" | |||
}, | |||
"license link": { | |||
"description": "Link to the license of the app", | |||
"example": "https://www.gnu.org/licenses/gpl-3.0.en.html", | |||
"type": "url" | |||
}, | |||
"license": { | |||
"description": "short name of the license of the app", | |||
"example": "GNU GLP v3", | |||
"type": "string" | |||
}, | |||
"git link": { | |||
"description": "Link of the repository", | |||
"example": "https://github.com/tuskyapp/Tusky", | |||
"type": "url" | |||
}, | |||
"git page": { | |||
"description": "Name of the repository's website", | |||
"example": "Github", | |||
"type": "string" | |||
}, | |||
"active development": { | |||
"description": "Is the app under active development?", | |||
"example": "yes, no, leave empty if unknown", | |||
"type": "string", | |||
"suggestedvalues": [ | |||
"yes", | |||
"no" | |||
] | |||
}, | |||
"mod tools": { | |||
"description": "Does the app have tools for moderators and admins?", | |||
"example": "yes, no, leave empty if unknown", | |||
"type": "string", | |||
"suggestedvalues": [ | |||
"yes", | |||
"no" | |||
] | |||
} | |||
}, | |||
"description": "A template for adding Infoboxes to articles about specific apps.", | |||
"format": "inline" | |||
} | |||
</templatedata> | |||
</noinclude> |