Vorlage:Tweet/Doku: Unterschied zwischen den Versionen
K (fix template date) |
K (Xineohp1506 verschob die Seite Vorlage:Tweet/doc nach Vorlage:Tweet/Doku, ohne dabei eine Weiterleitung anzulegen) |
||
(40 dazwischenliegende Versionen von 17 Benutzern werden nicht angezeigt) | |||
Zeile 1: | Zeile 1: | ||
{{ | {{Documentation subpage}} | ||
<!-- Add categories where indicated at the bottom of this page and interwikis at Wikidata --> | |||
{{Tweet|name=Example|username=example|text=Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc dignissim, dolor vitae ullamcorper aliquet, velit mi sagittis metus.|date=12 Jul 2017|reference={{dummy reference}}}} | |||
This template allows relevant tweets to be easily quoted within articles with a citation automatically generated, using {{tlx|cite tweet}}. | |||
Using this template is better than a screen-shot of a tweet because the text is [[Wikipedia:Manual of Style/Accessibility|accessible]] to screen readers. | |||
== Full blank syntax == | It is an alternative to standard quotation templates because it displays all relevant information about the tweet (date of posting, user's name, user's handle, etc). For quote tweets, use {{tl|quote tweet}}; alternatively, simply pass the quoted tweet, as a second Tweet template, to the <code>|reference=</code> parameter in this template. | ||
<pre> | |||
{{ | ==Usage== | ||
| | === Full blank syntax === | ||
| | <pre style="overflow:auto;"> | ||
| | {{Tweet | ||
| | | name = | ||
| | | username = | ||
| | | replyto = | ||
| | | lang = | ||
| | | text = | ||
| | | translation = | ||
| | | date = | ||
| | | ID = | ||
| | | reference = | ||
| | | archive-url = | ||
| | | archive-date = | ||
| url-status = | |||
| image = | |||
| block = | |||
| left = | |||
| width = | |||
}} | }} | ||
</pre> | </pre> | ||
== | ===Parameters=== | ||
* {{para|name}} user's name as it appears at the top of the tweet | |||
{{ | * {{para|username}} user's @ handle (without the @) | ||
|text=@WilliamShatner Good day, Captain. #ISS is in standard orbit and Commander Swanson has the conn. Hope | * {{para|replyto}} optional: username tweet is replying to | ||
* {{para|lang}} optional: language code of the tweet if non-English | |||
* {{para|text}} content of the tweet | |||
|date=Aug 2, 2014 | * {{para|translation}} optional: English translation of tweet if original tweet non-English | ||
|ID=495719809695621121 | * {{para|date}} date of the tweet formatted according to MOS:DATE, should be used with tweets posted before November 4, 2010 | ||
* {{para|ID}} number at the end of the tweet URL | |||
|image=NASA logo.svg | * {{para|reference}} optional: the template automatically creates a reference, but one can be provided to use instead. See 2nd example. | ||
}} | * {{para|archive-url}} optional: URL of an archived copy of the tweet. Ignored if {{para|reference}} is used. | ||
</nowiki> | * {{para|archive-date}} optional: date of the archived copy. Ignored if {{para|reference}} is used. | ||
* {{para|url-status}} optional: if set to 'live', the title displays as the live link; if set to 'dead', the title displays as the archive link. Ignored if {{para|reference}} is used. | |||
* {{para|image}} optional: image or logo associated with Twitter account | |||
* {{para|block}} optional: any value displays tweet as block with 500px width as default (text above and below, doesn't flow around). | |||
* {{para|left}} optional: any value makes tweet aligned left | |||
* {{para|width}} optional: custom tweet width, default is 220px | |||
== Examples == | |||
===Tweets in english=== | |||
{{nowiki template demo|code=<nowiki>{{Tweet | |||
| name = NASA | |||
| username = NASA | |||
| replyto = WilliamShatner | |||
| text = @WilliamShatner Good day, Captain. #ISS is in standard orbit and Commander Swanson has the conn. Hope you're having a great weekend! | |||
| date = Aug 2, 2014 | |||
| ID = 495719809695621121 | |||
| image = NASA logo.svg | |||
| left = yes | |||
}}</nowiki>}} | |||
{{clear}} | {{clear}} | ||
{{ | |||
| | {{nowiki template demo|code=<nowiki>{{Tweet | ||
|name= | | name = René Descartes | ||
|username= | | username = descartes | ||
| | | lang = la | ||
| | | text = Dubito, ergo cogito, ergo sum | ||
| | | translation = I doubt, therefore I think, therefore I am | ||
| | | date = 1 January 1637 | ||
}} | | ref = {{dummy reference|2}} | ||
| block = yes | |||
}}</nowiki>}} | |||
{{clear}} | {{clear}} | ||
< | |||
{{ | ===Tweets in another language=== | ||
| | It is possible to include tweets written in another language other than English by adding the <code>language</code> parameter and including the [[List of ISO 639-1 codes]] of the language. | ||
|name= | |||
|username= | {{nowiki template demo|code=<nowiki>{{Tweet | ||
|date= | | name = Wikipédia em português | ||
|ID= | | username = wikipt | ||
|left=yes | | text = Você sabia que... ...são necessárias de 1300 a 2000 azeitonas para produzir apenas 250 mililitros de azeite? Leia mais na Wikipédia: https://pt.wikipedia.org/wiki/Azeite | ||
| | | date = 8 February 2022 | ||
| ID = 1491109619363729410 | |||
| image = Wikipedia-logo-v2-pt.svg | |||
| left = yes | |||
| width= 240px | |||
| language = pt | |||
}} | }} | ||
</nowiki> | </nowiki>}} | ||
{{clear}} | {{clear}} | ||
It's also possible to translate the tweet. | |||
{{nowiki template demo|code=<nowiki>{{Tweet | |||
| | | name = Wikipédia em português | ||
| username = wikipt | |||
| text = Você sabia que... ...são necessárias de 1300 a 2000 azeitonas para produzir apenas 250 mililitros de azeite? Leia mais na Wikipédia: https://pt.wikipedia.org/wiki/Azeite | |||
| translation = Did you know... that it is necessary to have 1300 to 2000 olives to produce only 250 mililiters of olive oil? Read more about it on Wikipedia: https://pt.wikipedia.org/wiki/Azeite | |||
| date = 8 February 2022 | |||
| ID = 1491109619363729410 | |||
| image = Wikipedia-logo-v2-pt.svg | |||
{{ | | left = yes | ||
|name= | | width= 240px | ||
|username= | | language = pt | ||
|text= | |||
|date= | |||
| | |||
| | |||
| | |||
| | |||
| | |||
}} | }} | ||
</nowiki>}} | |||
{{clear}} | {{clear}} | ||
==TemplateData== | ==TemplateData== | ||
<templatedata> | <templatedata> | ||
Zeile 171: | Zeile 175: | ||
"description": "Image or logo associated with twitter account", | "description": "Image or logo associated with twitter account", | ||
"type": "wiki-file-name" | "type": "wiki-file-name" | ||
}, | }, | ||
"replyto": { | "replyto": { | ||
Zeile 186: | Zeile 185: | ||
"description": "language code of original tweet", | "description": "language code of original tweet", | ||
"example": "de", | "example": "de", | ||
"type": "string" | "type": "string", | ||
"aliases": [ | |||
"language" | |||
] | |||
}, | }, | ||
"translation": { | "translation": { | ||
"label": "translation", | "label": "translation", | ||
"description": "english translation of the tweet" | "description": "english translation of the tweet" | ||
} | }, | ||
"nocategory": {}, | |||
"archive-url": {}, | |||
"archive-date": {}, | |||
"url-status": {} | |||
}, | }, | ||
"description": "This template allows relevant tweets to be easily quoted within articles, with a citation automatically generated using the template, \"cite tweet\".\n\nUsing this template is better than a screen-shot of a tweet because the text is accessible to screen readers.\n\nIt is an alternative to standard quotation templates because it displays all relevant information about the tweet (date of posting, user's name, user's handle, etc) in a way that reflects Twitter's design language." | "description": "This template allows relevant tweets to be easily quoted within articles, with a citation automatically generated using the template, \"cite tweet\".\n\nUsing this template is better than a screen-shot of a tweet because the text is accessible to screen readers.\n\nIt is an alternative to standard quotation templates because it displays all relevant information about the tweet (date of posting, user's name, user's handle, etc) in a way that reflects Twitter's design language. For quote tweets use Template:Quote tweet.", | ||
"format": "block" | |||
} | } | ||
</templatedata> | </templatedata> | ||
== | ==See also== | ||
{{ | * {{tl|Cite tweet}} – for citing tweets | ||
* {{tl|Quote tweet}} – for tweets that quote another tweet | |||
== References == | |||
{{Reflist}} | |||
<includeonly>{{sandbox other|| | |||
<!-- Categories below this line; interwikis at Wikidata --> | |||
[[Category:Quotation templates]] | [[Category:Quotation templates]] | ||
}}</includeonly> |
Aktuelle Version vom 8. Februar 2023, 17:18 Uhr
Dies ist eine nachgeordnete Seite der Dokumentation von Vorlage:Tweet. Sie enthält Informationen zur Verwendung, Kategorisierung und zu anderem Inhalt, der nicht Bestandteil der originalen Vorlage-Seite ist. |
Example @example Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc dignissim, dolor vitae ullamcorper aliquet, velit mi sagittis metus.
12 Jul 2017[1]
This template allows relevant tweets to be easily quoted within articles with a citation automatically generated, using {{cite tweet}}
.
Using this template is better than a screen-shot of a tweet because the text is accessible to screen readers.
It is an alternative to standard quotation templates because it displays all relevant information about the tweet (date of posting, user's name, user's handle, etc). For quote tweets, use {{quote tweet}}; alternatively, simply pass the quoted tweet, as a second Tweet template, to the |reference=
parameter in this template.
Usage
Full blank syntax
{{Tweet | name = | username = | replyto = | lang = | text = | translation = | date = | ID = | reference = | archive-url = | archive-date = | url-status = | image = | block = | left = | width = }}
Parameters
|name=
user's name as it appears at the top of the tweet|username=
user's @ handle (without the @)|replyto=
optional: username tweet is replying to|lang=
optional: language code of the tweet if non-English|text=
content of the tweet|translation=
optional: English translation of tweet if original tweet non-English|date=
date of the tweet formatted according to MOS:DATE, should be used with tweets posted before November 4, 2010|ID=
number at the end of the tweet URL|reference=
optional: the template automatically creates a reference, but one can be provided to use instead. See 2nd example.|archive-url=
optional: URL of an archived copy of the tweet. Ignored if|reference=
is used.|archive-date=
optional: date of the archived copy. Ignored if|reference=
is used.|url-status=
optional: if set to 'live', the title displays as the live link; if set to 'dead', the title displays as the archive link. Ignored if|reference=
is used.|image=
optional: image or logo associated with Twitter account|block=
optional: any value displays tweet as block with 500px width as default (text above and below, doesn't flow around).|left=
optional: any value makes tweet aligned left|width=
optional: custom tweet width, default is 220px
Examples
Tweets in english
{{Tweet}}
Missing name parameter.
Missing username parameter.
Invalid date parameter.
Missing text parameter.
date parameter should be reformatted to look like:
1 Jan 1970 or Jan 1, 1970
or removed.
reference or ID parameter required.
@
{{Tweet/sandbox}}
{{Tweet}}
Missing name parameter.
Missing username parameter.
Invalid date parameter.
Missing text parameter.
date parameter should be reformatted to look like:
1 Jan 1970 or Jan 1, 1970
or removed.
reference or ID parameter required.
@
{{Tweet/sandbox}}
Tweets in another language
It is possible to include tweets written in another language other than English by adding the language
parameter and including the List of ISO 639-1 codes of the language.
{{Tweet}}
Missing name parameter.
Missing username parameter.
Invalid date parameter.
Missing text parameter.
date parameter should be reformatted to look like:
1 Jan 1970 or Jan 1, 1970
or removed.
reference or ID parameter required.
@
{{Tweet/sandbox}}
It's also possible to translate the tweet.
{{Tweet}}
Missing name parameter.
Missing username parameter.
Invalid date parameter.
Missing text parameter.
date parameter should be reformatted to look like:
1 Jan 1970 or Jan 1, 1970
or removed.
reference or ID parameter required.
@
{{Tweet/sandbox}}
TemplateData
This template allows relevant tweets to be easily quoted within articles, with a citation automatically generated using the template, "cite tweet". Using this template is better than a screen-shot of a tweet because the text is accessible to screen readers. It is an alternative to standard quotation templates because it displays all relevant information about the tweet (date of posting, user's name, user's handle, etc) in a way that reflects Twitter's design language. For quote tweets use Template:Quote tweet.
Parameter | Beschreibung | Typ | Status | |
---|---|---|---|---|
block | block | Any value displays tweet as block (text above and below, doesn't flow around). Overrides left parameter | Mehrzeiliger Text | optional |
width | width | Custom tweet width
| Mehrzeiliger Text | optional |
left | left | Any value makes tweet aligned left | Mehrzeiliger Text | optional |
name | name | User's name as it appears at the top of the tweet | Mehrzeiliger Text | erforderlich |
username | username | User's Twitter handle. Do not include the @ symbol. | Unbekannt | erforderlich |
date | date | Date of the tweet formatted according to MOS:DATE | Datum | erforderlich |
text | text | Content of the tweet | Mehrzeiliger Text | erforderlich |
ID | ID id | The number at the end of the tweet URL | Zahlenwert | vorgeschlagen |
reference | reference ref | A custom reference can be provided to use instead of the automatically generated one
| Mehrzeiliger Text | optional |
image | image | Image or logo associated with twitter account | Datei | optional |
replyto | replyto | Username the tweet is replying to | Mehrzeiliger Text | optional |
lang | lang language | language code of original tweet
| Mehrzeiliger Text | optional |
translation | translation | english translation of the tweet | Unbekannt | optional |
nocategory | nocategory | keine Beschreibung | Unbekannt | optional |
archive-url | archive-url | keine Beschreibung | Unbekannt | optional |
archive-date | archive-date | keine Beschreibung | Unbekannt | optional |
url-status | url-status | keine Beschreibung | Unbekannt | optional |
See also
- {{Cite tweet}} – for citing tweets
- {{Quote tweet}} – for tweets that quote another tweet
References
- ↑ 1,0 1,1 1,2 1,3 @{{{username}}}. "{{{text}}}" (Tweet) – via Twitter. Missing or empty |number= (help)
- ↑ @{{{username}}}. "{{{text}}}" (Tweet) – via Twitter. Missing or empty |number= (help)
- ↑ @{{{username}}}. "{{{text}}}" (Tweet) – via Twitter. Missing or empty |number= (help)
- ↑ @{{{username}}}. "{{{text}}}" (Tweet) – via Twitter. Missing or empty |number= (help)
- ↑ @{{{username}}}. "{{{text}}}" (Tweet) – via Twitter. Missing or empty |number= (help)