Template:Infobox: Difference between revisions
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> |
Revision as of 09:28, 6 February 2024
[[File:{{{title}}}.svg|250x250px]] | |
{{{title}}} logo | |
{{{{{title}}}}} | |
Website | {{{website}}} |
List of instances | fediverse.observer |
This is the template for infoboxes displayed in [[:Category:What is]] articles. If the project is no longer active use [[Template:Infobox defunct]] instead.
Parameter | Description | Type | Status | |
---|---|---|---|---|
title | title name | Title of the project
| String | required |
website | website | Official website of the project. Don't include https://
| String | suggested |
website2 | website2 | in case the project has a second official website | String | optional |
instance | instance | Official instance of the project. Again without https://
| String | suggested |
instance2 | instance2 | In case the project has a second official instance. | String | optional |
mastohandle | mastohandle | Handle of the official Profile in the Fediverse.
| String | suggested |
mastoinstance | mastoinstance | Home instance of the official profile.
| String | suggested |