Vorlage:Cite tweet/Doku: Unterschied zwischen den Versionen
add warning box, and note re real names - as discussed at TFD; also some minor copyedits
(make an usage section, put examples in Examples section, make Error detection a level 2 heading) |
(add warning box, and note re real names - as discussed at TFD; also some minor copyedits) |
||
| Zeile 2: | Zeile 2: | ||
<!-- Please place categories where indicated at the bottom of this page and interwikis at Wikidata (see [[Wikipedia:Wikidata]]) --> | <!-- Please place categories where indicated at the bottom of this page and interwikis at Wikidata (see [[Wikipedia:Wikidata]]) --> | ||
{{Notice |image=Stop hand nuvola.svg |heading={{big|Tweets are largely ''not acceptable'' as sources.}} | Tweets and other self-published material may sometimes be acceptable, if the conditions specified at [[WP:SPS]] or [[WP:TWITTER]] are met. For further information, see the [[Wikipedia:Verifiability]] policy and the [[Wikipedia:Identifying reliable sources]] guideline.}} | |||
A template for citing tweets posted on Twitter. | |||
== Usage == | == Usage == | ||
| Zeile 15: | Zeile 16: | ||
:<code><nowiki>{{Cite tweet |author= |author-link= |user= |number= |date= |title= |retweet= |access-date= }}</nowiki></code> | :<code><nowiki>{{Cite tweet |author= |author-link= |user= |number= |date= |title= |retweet= |access-date= }}</nowiki></code> | ||
{{end}} | {{end}} | ||
{{A note|1=}} When known, the author's real name should be specified in the {{para|author}} parameter. If their real name is not known, then the tweet is probably not an [[WP:SPS|acceptable usage of a self-published source]]. | |||
== Examples == | == Examples == | ||
'''<code><nowiki>{{Cite tweet |user=Pigsonthewing |number=564068436633214977 |date = 7 February 2015 |title=This is an example tweet. Hello, Wikipedians! }}</nowiki></code>''' | '''<code><nowiki>{{Cite tweet |user=Pigsonthewing |number=564068436633214977 |date = 7 February 2015 |title=This is an example tweet. Hello, Wikipedians! }}</nowiki></code>''' | ||
| Zeile 49: | Zeile 50: | ||
}, | }, | ||
"title": { | "title": { | ||
"label": " | "label": "tweet", | ||
"description": "Entire content of the tweet, including hashtags (#), at signs (@), and links", | "description": "Entire content of the tweet, including hashtags (#), at signs (@), and links", | ||
"type": "string", | "type": "string", | ||
| Zeile 56: | Zeile 57: | ||
"author": { | "author": { | ||
"label": "author", | "label": "author", | ||
"description": "Author's name, if known", | "description": "Author's real name, if known. If not known, then the tweet is probably not an acceptable usage of a self-published source (see [[WP:SPS]])", | ||
"suggested": true | "suggested": true | ||
}, | }, | ||
| Zeile 63: | Zeile 64: | ||
"authorlink" | "authorlink" | ||
], | ], | ||
"label": " | "label": "author's article", | ||
"description": "Title of existing Wikipedia article about the author" | "description": "Title of existing Wikipedia article about the author" | ||
}, | }, | ||