17,514
edits
mNo edit summary |
mNo edit summary |
||
Line 27: | Line 27: | ||
|} | |} | ||
<noinclude> | <noinclude> | ||
< | {{category |category=Infobox template}}</noinclude>{{category |category=Instances}} | ||
{{ | <noinclude> | ||
<templatedata> | |||
{ | |||
"params": { | |||
"position": { | |||
"description": "Only add if the infobox should float on the right side of the article. So on individual articles of the instances.", | |||
"suggestedvalues": [ | |||
"float" | |||
] | |||
}, | |||
</ | "name": { | ||
"description": "Name of the instance", | |||
"example": "climatejustice.social", | |||
"type": "string", | |||
"required": true | |||
}, | |||
"file": { | |||
"description": "Image of the instance's server image", | |||
"example": "ClimateJustice.social server image.png", | |||
"type": "string", | |||
"suggested": true | |||
}, | |||
"about": { | |||
"description": "About text of the instance. Copy from the instance's /about page.", | |||
"type": "string", | |||
"suggested": true | |||
}, | |||
"inception": { | |||
"description": "When was the instance created?", | |||
"example": "2024-01-01", | |||
"type": "string", | |||
"suggested": true | |||
}, | |||
"founder": { | |||
"description": "Who created the instance?", | |||
"example": "[https://climatejustice.social/@PaulaToThePeople PaulaToThePeople]", | |||
"type": "string", | |||
"suggested": true | |||
}, | |||
"green?": { | |||
"description": "Is the instance hosted with 100% renewable energy? Leave empty if unknown.", | |||
"type": "string", | |||
"suggestedvalues": [ | |||
"yes", | |||
"no" | |||
], | |||
"suggested": true | |||
}, | |||
"population": { | |||
"description": "How many monthly active users does the instance (currently) have?", | |||
"example": "10.000", | |||
"type": "string", | |||
"suggested": true | |||
}, | |||
"platform": { | |||
"description": "What kind of software does the instance run?", | |||
"example": "Mastodon", | |||
"type": "string", | |||
"suggested": true | |||
} | |||
}, | |||
"description": "Template for the article \"Instances\" as well as individual articles for each instance", | |||
"format": "inline" | |||
} | |||
</templatedata> | |||
</noinclude> |