Template:Infobox app/en: Difference between revisions

m
FuzzyBot moved page Template:Infobox App/en to Template:Infobox app/en without leaving a redirect: Teil der übersetzbaren Seite „Template:Infobox App
(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
 
(16 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 33: Line 36:
!Repository
!Repository
|[{{{git link}}} {{{git page}}}]
|[{{{git link}}} {{{git page}}}]
|-
|{{#if:{{{active development|}}}|{{{{{active development}}}|{{#ifeq:{{{active development}}}|no|not|}} under active development}}|{{maybe|development status unknown}}}}
|{{#if:{{{mod tools|}}}|{{{{{mod tools}}}|moderation tools {{#ifeq:{{{mod tools}}}|no|not|}} available}}|{{maybe|moderation tools:unknown}}}}
|}
|}
</onlyinclude>
</onlyinclude>
[[Category:Template]]
{{category |category=Infobox templates}}
<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"
]
},
"app": {
"description": "If this is an official app of a software project with the same name, select \"app\", otherwise leave empty.",
"type": "string",
"suggestedvalues": [
"app"
]
}
},
"description": "A template for adding Infoboxes to articles about specific apps.",
"format": "inline"
}
</templatedata>
</noinclude>
6,387

edits