17,514
edits
(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|}}}...") |
mNo edit summary |
||
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|{{{title}}} | |||
!Website | !Website | ||
|[https://{{{website}}} {{{website}}}] | |[https://{{{website}}} {{{website}}}] | ||
Line 27: | Line 28: | ||
|{{#if:{{{mod tools|}}}|{{{{{mod tools}}}|moderation tools:{{{mod tools}}}}}|{{maybe|moderation tools:unknown}}}} | |{{#if:{{{mod tools|}}}|{{{{{mod tools}}}|moderation tools:{{{mod tools}}}}}|{{maybe|moderation tools:unknown}}}} | ||
|} | |} | ||
<noinclude> | |||
<templatedata> | |||
{ | |||
"params": { | |||
"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": {}, | |||
"OSs": {}, | |||
"link 1": {}, | |||
"store name 1": {}, | |||
"link 2": {}, | |||
"store name 2": {}, | |||
"link 3": {}, | |||
"store name 3": {}, | |||
"mastohandle": {}, | |||
"mastoinstance": {}, | |||
"license link": {}, | |||
"license": {}, | |||
"git link": {}, | |||
"git page": {}, | |||
"active development": {}, | |||
"mod tools": {} | |||
}, | |||
"format": "inline" | |||
} | |||
</templatedata> | |||
</noinclude> |