Template:Infobox app short: Difference between revisions
mNo edit summary |
mNo edit summary |
||
Line 43: | Line 43: | ||
"type": "string" | "type": "string" | ||
}, | }, | ||
"fediverse softwares": {}, | "fediverse softwares": { | ||
"OSs": {}, | "description": "List of software projects the app is a client for.", | ||
"link 1": {}, | "example": "Mastodon, Friendica, Pixelfed", | ||
"store name 1": {}, | "type": "string", | ||
"link 2": {}, | "suggested": true | ||
"store name 2": {}, | }, | ||
"link 3": {}, | "OSs": { | ||
"store name 3": {}, | "description": "List of operating system the app runs on", | ||
"mastohandle": {}, | "example": "Android, iOS, GNU/Linux", | ||
"mastoinstance": {}, | "type": "string", | ||
"license link": {}, | "suggested": true | ||
"license": {}, | }, | ||
"git link": {}, | "link 1": { | ||
"git page": {}, | "description": "Link to first app store the app is available at", | ||
"active development": {}, | "type": "url", | ||
"mod tools": {} | "suggested": true | ||
}, | |||
"store name 1": { | |||
"description": "Name of first app store the app is available at.", | |||
"example": "F-Droid", | |||
"type": "string", | |||
"suggested": true | |||
}, | |||
"link 2": { | |||
"description": "In case the app is available in another app store.", | |||
"type": "string" | |||
}, | |||
"store name 2": { | |||
"description": "In case the app is available in another app store.", | |||
"type": "string" | |||
}, | |||
"link 3": { | |||
"description": "In case the app is available in another app store.", | |||
"type": "string" | |||
}, | |||
"store name 3": { | |||
"description": "In case the app is available in another app store.", | |||
"type": "string" | |||
}, | |||
"mastohandle": { | |||
"description": "Handle of the official account of the app in the Fediverse.", | |||
"example": "@Tusky", | |||
"type": "string", | |||
"suggested": true | |||
}, | |||
"mastoinstance": { | |||
"description": "Home instance of the official account of the app.", | |||
"example": "mastodon.social", | |||
"type": "string", | |||
"suggested": true | |||
}, | |||
"license link": { | |||
"description": "Link to the license of the app.", | |||
"type": "url", | |||
"suggested": true | |||
}, | |||
"license": { | |||
"description": "Short description of the license.", | |||
"example": "GNU GLP v3", | |||
"type": "string", | |||
"suggested": true | |||
}, | |||
"git link": { | |||
"description": "Link to the repository", | |||
"type": "url", | |||
"suggested": true | |||
}, | |||
"git page": { | |||
"description": "Name of the homepage of the repository", | |||
"example": "Github", | |||
"type": "string", | |||
"suggested": true | |||
}, | |||
"active development": { | |||
"description": "Is the app under active development? Leave empty if unknown.", | |||
"type": "string", | |||
"suggestedvalues": [ | |||
"yes", | |||
"no" | |||
], | |||
"suggested": true | |||
}, | |||
"mod tools": { | |||
"description": "Does the app have tools for moderators and admins? Leave empty if unknown", | |||
"type": "string", | |||
"suggestedvalues": [ | |||
"yes", | |||
"no" | |||
] | |||
}, | |||
"title": { | |||
"description": "Name of the app", | |||
"type": "string", | |||
"required": true | |||
} | |||
}, | }, | ||
"format": "inline" | "format": "inline" |
Revision as of 16:16, 6 February 2024
{{{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 |
No description.
Parameter | Description | Type | Status | |
---|---|---|---|---|
website | website | Official website of app without https://
| String | suggested |
website2 | website2 | In case the app has a second official homepage | String | optional |
fediverse softwares | fediverse softwares | List of software projects the app is a client for.
| String | suggested |
OSs | OSs | List of operating system the app runs on
| String | suggested |
link 1 | link 1 | Link to first app store the app is available at | URL | suggested |
store name 1 | store name 1 | Name of first app store the app is available at.
| String | suggested |
link 2 | link 2 | In case the app is available in another app store. | String | optional |
store name 2 | store name 2 | In case the app is available in another app store. | String | optional |
link 3 | link 3 | In case the app is available in another app store. | String | optional |
store name 3 | store name 3 | In case the app is available in another app store. | String | optional |
mastohandle | mastohandle | Handle of the official account of the app in the Fediverse.
| String | suggested |
mastoinstance | mastoinstance | Home instance of the official account of the app.
| String | suggested |
license link | license link | Link to the license of the app. | URL | suggested |
license | license | Short description of the license.
| String | suggested |
git link | git link | Link to the repository | URL | suggested |
git page | git page | Name of the homepage of the repository
| String | suggested |
active development | active development | Is the app under active development? Leave empty if unknown.
| String | suggested |
mod tools | mod tools | Does the app have tools for moderators and admins? Leave empty if unknown
| String | optional |
title | title | Name of the app | String | required |