17,517
edits
mNo edit summary |
mNo edit summary |
||
Line 28: | Line 28: | ||
<includeonly>{{category |category=What is}}{{category |category=What are Fediverse projects?}}{{category |category=Beginners guide}}{{category |category={{{title}}}}}</includeonly> | <includeonly>{{category |category=What is}}{{category |category=What are Fediverse projects?}}{{category |category=Beginners guide}}{{category |category={{{title}}}}}</includeonly> | ||
|} | |} | ||
<noinclude>{{category |category=Infobox template}}</noinclude> | <noinclude>{{category |category=Infobox template}}<templatedata> | ||
{ | |||
"params": { | |||
"title": { | |||
"aliases": [ | |||
"name" | |||
], | |||
"description": "Title of the project", | |||
"example": "Mastodon", | |||
"type": "string", | |||
"required": true | |||
}, | |||
"website": { | |||
"description": "Official website of the project. Don't include https://", | |||
"example": "joinmastodon.org", | |||
"type": "string", | |||
"suggested": true | |||
}, | |||
"website2": { | |||
"description": "in case the project has a second official website", | |||
"type": "string" | |||
}, | |||
"instance": { | |||
"description": "Official instance of the project. Again without https://", | |||
"example": "mastodon.social", | |||
"type": "string", | |||
"suggested": true | |||
}, | |||
"instance2": { | |||
"description": "In case the project has a second official instance.", | |||
"type": "string" | |||
}, | |||
"mastohandle": { | |||
"description": "Handle of the official Profile in the Fediverse.", | |||
"example": "@Mastodon", | |||
"type": "string", | |||
"suggested": true | |||
}, | |||
"mastoinstance": { | |||
"description": "Home instance of the official profile.", | |||
"example": "mastodon.social", | |||
"type": "string", | |||
"suggested": true | |||
} | |||
}, | |||
"description": "This is the template for infoboxes displayed in [[:Category:What is]] articles.\nIf the project is no longer active use [[Template:Infobox defunct]] instead.", | |||
"format": "inline" | |||
} | |||
</templatedata></noinclude> |