Template:Infobox app/en: Difference between revisions
(Updating to match new version of source page) |
m (FuzzyBot moved page Template:Infobox App/en to Template:Infobox app/en without leaving a redirect: Teil der übersetzbaren Seite „Template:Infobox App“) Tags: Mobile edit Mobile web edit |
||
(11 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
<languages/><onlyinclude> | <languages/> | ||
<onlyinclude> | |||
{|style="font-size:90%; margin-top:0; margin-left:10; width:300px; float:right; border-style: solid; border-width: 5px" | {|style="font-size:90%; margin-top:0; margin-left:10; width:300px; float:right; border-style: solid; border-width: 5px" | ||
|colspan="2"|<small>[[Apps|back to all Apps]]</small> | |||
|- | |||
|colspan="2"|<center> | |colspan="2"|<center> | ||
{{#ifexist: File:{{{title}}} full logo.svg | [[File:{{{title}}} full logo.svg|250x250px]] |{{#ifexist: File:{{{title}}} full logo.png | [[File:{{{title}}} full logo.png|250x250px]] |{{#ifexist: File:{{{title}}} logo.svg | [[File:{{{title}}} logo.svg|250x250px]] | [[File:{{{title}}}.svg|250x250px]] }} }} }} | {{#ifexist: File:{{{title}}} full logo.svg | [[File:{{{title}}} full logo.svg|250x250px]] |{{#ifexist: File:{{{title}}} full logo.png | [[File:{{{title}}} full logo.png|250x250px]] |{{#ifexist: File:{{{title}}} logo.svg | [[File:{{{title}}} logo.svg|250x250px]] | [[File:{{{title}}}.svg|250x250px]] }} }} }} | ||
Line 8: | Line 11: | ||
|- | |- | ||
! | ! | ||
|{{{{{title{{{ | |{{#if:{{{app|}}}|{{{{{title}}} (App)}}|{{{{{title}}}}}}} | ||
|- | |- | ||
!Website | !Website | ||
Line 34: | Line 37: | ||
|[{{{git link}}} {{{git page}}}] | |[{{{git link}}} {{{git page}}}] | ||
|- | |- | ||
|{{#if:{{{active development|}}}|{{{{{active development}}}| | |{{#if:{{{active development|}}}|{{{{{active development}}}|{{#ifeq:{{{active development}}}|no|not|}} under active development}}|{{maybe|development status unknown}}}} | ||
|{{#if:{{{mod tools|}}}|{{{{{mod tools}}}|moderation tools:{{{mod tools}}}}}|{{maybe|moderation tools:unknown}}}} | |{{#if:{{{mod tools|}}}|{{{{{mod tools}}}|moderation tools {{#ifeq:{{{mod tools}}}|no|not|}} available}}|{{maybe|moderation tools:unknown}}}} | ||
|} | |} | ||
</onlyinclude> | </onlyinclude> | ||
{{category |category=Infobox | {{category |category=Infobox templates}} | ||
<noinclude> | <noinclude> | ||
<templatedata> | <templatedata> | ||
Line 151: | Line 154: | ||
}, | }, | ||
"app": { | "app": { | ||
"description": "If this is an official app of a software project with the same name, | "description": "If this is an official app of a software project with the same name, select \"app\", otherwise leave empty.", | ||
"type": "string" | "type": "string", | ||
"suggestedvalues": [ | |||
"app" | |||
] | |||
} | } | ||
}, | }, |
Latest revision as of 17:55, 14 February 2024
back to all Apps | |
[[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}}}] |
development status 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 |