Template:Infobox instance: Difference between revisions

m
no edit summary
mNo edit summary
mNo edit summary
 
(7 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
{| class="wikitable" {{#ifeq: |{{{position}}} |float:right |style="float:right;width:29%" |align="{{{position}}}}}
{| class="wikitable" {{#ifeq: |{{{position}}} |float:right |style="float:right" |align="{{{position}}}}}
|-
|-
!colspan="2"1|[[Instance:{{{name}}}|{{{name}}}]]
!colspan="2"1|[[Instance:{{{name}}}|{{{name}}}]]
|-
|-
|colspan="2"|[https://{{{name}}} direct link]
|[https://{{{name}}} direct link]
|[[Instances|all instances]]
|-
|-
|colspan="2"1|[[File:{{{file}}}|frameless]]
|colspan="2"1|[[File:{{{file}}}|frameless]]
Line 27: Line 27:
|{{{{{platform}}}}}
|{{{{{platform}}}}}
|}
|}
<noinclude>
<noinclude>
<nowiki>
{{category |category=Infobox templates}}</noinclude>{{category |category=Instances}}
{{Infobox instance
<noinclude>
|position=
<templatedata>
|name=
{
|file=
"params": {
|about=
"position": {
|inception=
"description": "Only add if the infobox should float on the right side of the article. So on individual articles of the instances.",
|founder=
"suggestedvalues": [
|green?=
"float"
|population=
]
|platform= }}
},
</nowiki>
"name": {
 
"description": "Name of the instance",
[[Category:Template]]
"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>
</noinclude>