Template:Infobox app short: Difference between revisions

m
Paula moved page Template:Infobox App short to Template:Infobox app short without leaving a redirect
mNo edit summary
m (Paula moved page Template:Infobox App short to Template:Infobox app short without leaving a redirect)
 
(13 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"
|colspan="2"|<small>[[Apps|back to all Apps]]</small>
|-
!colspan=2|{{{title}}}
!colspan=2|{{{title}}}
!Website
|-
|[https://{{{website}}} {{{website}}}]
!{{#if:{{{website|}}} | Website | }}
|{{#if:{{{website|}}} | [https://{{{website}}} {{{website}}}] | }}
|-
|-
!{{#if:{{{website2|}}} | Website 2 | }}
!{{#if:{{{website2|}}} | Website 2 | }}
Line 25: 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>
<noinclude>
Line 32: Line 35:
{
{
"params": {
"params": {
"title": {
"description": "Name of the app",
"type": "string",
"required": true
},
"website": {
"website": {
"description": "Official website of app without https://",
"description": "Official website of app without https://",
Line 42: Line 50:
"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"
]
}
},
},
"format": "inline"
"format": "inline"
}
}
</templatedata>
</templatedata>
{{category |category=Infobox templates}}
</noinclude>
</noinclude>