Template:Infobox instance: Difference between revisions
(Created page with " {| class="wikitable" style="float:{{{position}}};" |- !colspan="2"1|[[Instance:{{{name}}}|{{{name}}}]] |- |colspan="2"1|{{{file}}}|frameless]] |- !colspan="2"| About |- |colspan="2"|{{{about}}} |- !Inception |{{{inception}}} |- !Founder |{{{founder}}} |- !20x20px GreenFediverse |{{{green?}}} |- !Population |{{{population}}} |- !Platform |{{{{{platform}}}}} |} <noinclude> |position= |name= |file= |about= |inception= |founder= |green?...") |
mNo edit summary |
||
(16 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" style="float:{{{position}}} | |||
|- | |- | ||
!colspan="2"1|[[Instance:{{{name}}}|{{{name}}}]] | !colspan="2"1|[[Instance:{{{name}}}|{{{name}}}]] | ||
|- | |- | ||
|colspan="2"1|{{{file}}}|frameless]] | |[https://{{{name}}} direct link] | ||
|[[Instances|all instances]] | |||
|- | |||
|colspan="2"1|[[File:{{{file}}}|frameless]] | |||
|- | |- | ||
!colspan="2"| About | !colspan="2"| About | ||
Line 25: | Line 27: | ||
|{{{{{platform}}}}} | |{{{{{platform}}}}} | ||
|} | |} | ||
<noinclude> | <noinclude> | ||
|position | {{category |category=Infobox templates}}</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> | </noinclude> |
Latest revision as of 15:01, 16 February 2024
[[Instance:{{{name}}}|{{{name}}}]] | |
---|---|
direct link | all instances |
[[File:{{{file}}}|frameless]] | |
About | |
{{{about}}} | |
Inception | {{{inception}}} |
Founder | {{{founder}}} |
GreenFediverse | {{{green?}}} |
Population | {{{population}}} |
Platform | {{{{{platform}}}}} |
Template for the article "Instances" as well as individual articles for each instance
Parameter | Description | Type | Status | |
---|---|---|---|---|
position | position | Only add if the infobox should float on the right side of the article. So on individual articles of the instances.
| Unknown | optional |
name | name | Name of the instance
| String | required |
file | file | Image of the instance's server image
| String | suggested |
about | about | About text of the instance. Copy from the instance's /about page. | String | suggested |
inception | inception | When was the instance created?
| String | suggested |
founder | founder | Who created the instance?
| String | suggested |
green? | green? | Is the instance hosted with 100% renewable energy? Leave empty if unknown.
| String | suggested |
population | population | How many monthly active users does the instance (currently) have?
| String | suggested |
platform | platform | What kind of software does the instance run?
| String | suggested |