Template:Infobox/pt: Difference between revisions

From Join the Fediverse
Tag: New redirect
 
(Updating to match new version of source page)
Tag: Removed redirect
 
Line 1: Line 1:
#REDIRECT [[Template:Infobox/pt-br]]
<languages/>
<onlyinclude>
{| id="template-infobox-platform" summary="Infobox platform" style="font-size:90%; margin-top:0; margin-left:10; width:300px; float:right; border-style: solid; border-width: 5px"
|colspan="2"|<center>
{{#ifexist: File:{{{title}}} full logo.svg | [[File:{{{title}}} full logo.svg|250x250px]] |{{#ifexist: File:{{{title}}} full logo.png | [[File:{{{title}}} full logo.png|250x250px]] |{{#ifexist: File:{{{title}}} logo.svg | [[File:{{{title}}} logo.svg|250x250px]] | [[File:{{{title}}}.svg|250x250px]] }} }} }}
</center>
|-
|colspan="2"|''{{{title}}} <span lang="en" dir="ltr" class="mw-content-ltr">logo</span>''
|-
!
|{{{{{title}}}}}
|-
!<span lang="en" dir="ltr" class="mw-content-ltr">Website</span>
|[https://{{{website}}} {{{website}}}]
|-
!{{#if:{{{website2|}}} | <span lang="en" dir="ltr" class="mw-content-ltr">Website 2</span> | }}
|{{#if:{{{website2|}}} | [https://{{{website2}}} {{{website2}}}] | }}
|-
!{{#if:{{{instance|}}} | <span lang="en" dir="ltr" class="mw-content-ltr">Official instance</span> | }}
|{{#if:{{{instance|}}} | [https://{{{instance}}} {{{instance}}}] | }}
|-
!{{#if:{{{instance2|}}} | <span lang="en" dir="ltr" class="mw-content-ltr">Official instance 2</span> | }}
|{{#if:{{{instance2|}}} | [https://{{{instance2}}} {{{instance2}}}] | }}
|-
!<span lang="en" dir="ltr" class="mw-content-ltr">List of instances</span>
|[https://{{{title}}}.fediverse.observer/list fediverse.observer]
|-
!{{#if:{{{mastohandle|}}} | <span lang="en" dir="ltr" class="mw-content-ltr">Mastodon account</span> | }}
|{{#if:{{{mastohandle|}}} | [https://{{{mastoinstance}}}/{{{mastohandle}}} {{{mastohandle}}}] | }}
<includeonly>{{#if:{{{draft|}}}||{{category |category=What are Fediverse projects?}}{{category |category=Beginners guides}}{{category |category=What is}}{{category |category={{{title}}}}}}}</includeonly>
|}
</onlyinclude>
<noinclude>{{category |category=Infobox templates}}<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
},
"draft": {
"description": "Only add if you are adding this template to a drafted article (This makes sure categories are not added).",
"type": "string",
"suggestedvalues": [
"yes"
]
}
},
"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>

Latest revision as of 09:01, 15 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.

Template parameters[Edit template data]

This template prefers inline formatting of parameters.

ParameterDescriptionTypeStatus
titletitle name

Title of the project

Example
Mastodon
Stringrequired
websitewebsite

Official website of the project. Don't include https://

Example
joinmastodon.org
Stringsuggested
website2website2

in case the project has a second official website

Stringoptional
instanceinstance

Official instance of the project. Again without https://

Example
mastodon.social
Stringsuggested
instance2instance2

In case the project has a second official instance.

Stringoptional
mastohandlemastohandle

Handle of the official Profile in the Fediverse.

Example
@Mastodon
Stringsuggested
mastoinstancemastoinstance

Home instance of the official profile.

Example
mastodon.social
Stringsuggested
draftdraft

Only add if you are adding this template to a drafted article (This makes sure categories are not added).

Suggested values
yes
Stringoptional