Template:Infobox app short: Difference between revisions

m
Paula moved page Template:Infobox App short to Template:Infobox app short without leaving a redirect
(Created page with "{|style="font-size:90%; margin-top:0; margin-left:10; width:300px; float:right; border-style: solid; border-width: 5px" !Website |[https://{{{website}}} {{{website}}}] |- !{{#if:{{{website2|}}} | Website 2 | }} |{{#if:{{{website2|}}} | [https://{{{website2}}} {{{website2}}}] | }} |- !works with |{{{fediverse softwares}}} |- !works on |{{{OSs}}} |- !App stores |[{{{link 1}}} {{{store name 1}}}] {{#if:{{{link 2|}}}|, [{{{link 2}}} {{{store name 2}}}]|}} {{#if:{{{link 3|}}}...")
 
m (Paula moved page Template:Infobox App short to Template:Infobox app short without leaving a redirect)
 
(14 intermediate revisions by the same user not shown)
Line 1: Line 1:
{|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"
!Website
|colspan="2"|<small>[[Apps|back to all Apps]]</small>
|[https://{{{website}}} {{{website}}}]
|-
!colspan=2|{{{title}}}
|-
!{{#if:{{{website|}}} | Website | }}
|{{#if:{{{website|}}} | [https://{{{website}}} {{{website}}}] | }}
|-
|-
!{{#if:{{{website2|}}} | Website 2 | }}
!{{#if:{{{website2|}}} | Website 2 | }}
Line 24: Line 28:
|[{{{git link}}} {{{git page}}}]
|[{{{git link}}} {{{git page}}}]
|-
|-
|{{#if:{{{active development|}}}|{{{{{active development}}}|active development:{{{active development}}}}}|{{maybe|active development:unknown}}}}
|{{#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}}}}
|}
|}
<noinclude>
<templatedata>
{
"params": {
"title": {
"description": "Name of the app",
"type": "string",
"required": true
},
"website": {
"description": "Official website of app without https://",
"example": "tusky.app",
"type": "string",
"suggested": true
},
"website2": {
"description": "In case the app has a second official homepage",
"type": "string"
},
"fediverse softwares": {
"description": "List of software projects the app is a client for.",
"example": "Mastodon, Friendica, Pixelfed",
"type": "string",
"suggested": true
},
"OSs": {
"description": "List of operating system the app runs on",
"example": "Android, iOS, GNU/Linux",
"type": "string",
"suggested": true
},
"link 1": {
"description": "Link to first app store the app is available at",
"type": "url",
"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"
]
}
},
"format": "inline"
}
</templatedata>
{{category |category=Infobox templates}}
</noinclude>