Template:Infobox app: Difference between revisions
mNo edit summary |
(Marked this version for translation) |
||
Line 6: | Line 6: | ||
</center> | </center> | ||
|- | |- | ||
|colspan="2"|''{{{title}}} <translate>logo</translate>'' | |colspan="2"|''{{{title}}} <translate><!--T:2--> logo</translate>'' | ||
|- | |- | ||
! | ! | ||
|{{#if:{{{app|}}}|{{{{{title}}} (App)}}|{{{{{title}}}}}}} | |{{#if:{{{app|}}}|{{{{{title}}} (App)}}|{{{{{title}}}}}}} | ||
|- | |- | ||
!<translate>Website</translate> | !<translate><!--T:3--> Website</translate> | ||
|[https://{{{website}}} {{{website}}}] | |[https://{{{website}}} {{{website}}}] | ||
|- | |- | ||
Line 17: | Line 17: | ||
|{{#if:{{{website2|}}} | [https://{{{website2}}} {{{website2}}}] | }} | |{{#if:{{{website2|}}} | [https://{{{website2}}} {{{website2}}}] | }} | ||
|- | |- | ||
!<translate>works with</translate> | !<translate><!--T:4--> works with</translate> | ||
|{{{fediverse softwares}}} | |{{{fediverse softwares}}} | ||
|- | |- | ||
!<translate>works on</translate> | !<translate><!--T:5--> works on</translate> | ||
|{{{OSs}}} | |{{{OSs}}} | ||
|- | |- | ||
!<translate>App stores</translate> | !<translate><!--T:6--> App stores</translate> | ||
|[{{{link 1}}} {{{store name 1}}}] {{#if:{{{link 2|}}}|, [{{{link 2}}} {{{store name 2}}}]|}} {{#if:{{{link 3|}}}|, [{{{link 3}}} {{{store name 3}}}]|}} | |[{{{link 1}}} {{{store name 1}}}] {{#if:{{{link 2|}}}|, [{{{link 2}}} {{{store name 2}}}]|}} {{#if:{{{link 3|}}}|, [{{{link 3}}} {{{store name 3}}}]|}} | ||
|- | |- | ||
!{{#if:{{{mastohandle|}}} | <translate>Mastodon account</translate> | }} | !{{#if:{{{mastohandle|}}} | <translate><!--T:7--> Mastodon account</translate> | }} | ||
|{{#if:{{{mastohandle|}}} | [https://{{{mastoinstance}}}/{{{mastohandle}}} {{{mastohandle}}}] | }} | |{{#if:{{{mastohandle|}}} | [https://{{{mastoinstance}}}/{{{mastohandle}}} {{{mastohandle}}}] | }} | ||
|- | |- | ||
!<translate>License</translate> | !<translate><!--T:8--> License</translate> | ||
|[{{{license link}}} {{{license}}}] | |[{{{license link}}} {{{license}}}] | ||
|- | |- | ||
!<translate>Repository</translate> | !<translate><!--T:9--> Repository</translate> | ||
|[{{{git link}}} {{{git page}}}] | |[{{{git link}}} {{{git page}}}] | ||
|- | |- | ||
|{{#if:{{{active development|}}}|{{{{{active development}}}|<translate>active development</translate>:{{{active development}}}}}|{{maybe|<translate>active development</translate>:unknown}}}} | |{{#if:{{{active development|}}}|{{{{{active development}}}|<translate><!--T:10--> active development</translate>:{{{active development}}}}}|{{maybe|<translate><!--T:11--> active development</translate>:unknown}}}} | ||
|{{#if:{{{mod tools|}}}|{{{{{mod tools}}}|<translate>moderation tools</translate>:{{{mod tools}}}}}|{{maybe|<translate>moderation tools:unknown</translate>}}}} | |{{#if:{{{mod tools|}}}|{{{{{mod tools}}}|<translate><!--T:12--> moderation tools</translate>:{{{mod tools}}}}}|{{maybe|<translate><!--T:13--> moderation tools:unknown</translate>}}}} | ||
|} | |} | ||
</onlyinclude> | </onlyinclude> |
Revision as of 16:28, 6 February 2024
[[File:{{{title}}}.svg|250x250px]] | |
{{{title}}} logo | |
{{{{{title}}}}} | |
Website | {{{website}}} |
works with | {{{fediverse softwares}}} |
works on | {{{OSs}}} |
App stores | [{{{link 1}}} {{{store name 1}}}] |
License | [{{{license link}}} {{{license}}}] |
Repository | [{{{git link}}} {{{git page}}}] |
active development:unknown | moderation tools:unknown |
A template for adding Infoboxes to articles about specific apps.
Parameter | Description | Type | Status | |
---|---|---|---|---|
title | title name | title/name of the app
| String | required |
website | website | official website of the app
| String | suggested |
website2 | website2 | In case the app has a second official website. Just leave empty otherwise | String | optional |
fediverse softwares | fediverse softwares | Which Fediverse software(s) is this app a client for? Just list them all.
| String | required |
OSs | OSs | Which operating systems does this app work on?
| Unknown | required |
link 1 | link 1 | Link of the first app store this app is available at
| URL | suggested |
store name 1 | store name 1 | Name of the first app store this app is available at.
| String | suggested |
link 2 | link 2 | Link for a second app store, if applicable
| URL | optional |
store name 2 | store name 2 | name of a second app store, if applicable
| Unknown | optional |
link 3 | link 3 | Link for a third app store, if applicable | URL | optional |
store name 3 | store name 3 | Name of a third app store, if applicable | String | optional |
mastohandle | mastohandle | Handle of the app project in the Fediverse
| String | optional |
mastoinstance | mastoinstance | name of the instance the app project has an account on
| String | optional |
license link | license link | Link to the license of the app
| URL | optional |
license | license | short name of the license of the app
| String | optional |
git link | git link | Link of the repository
| URL | optional |
git page | git page | Name of the repository's website
| String | optional |
active development | active development | Is the app under active development?
| String | optional |
mod tools | mod tools | Does the app have tools for moderators and admins?
| String | optional |
app | app | If this is an official app of a software project with the same name, select "app", otherwise leave empty.
| String | optional |