Vorlage:Tweet/Doku: Unterschied zwischen den Versionen
add to docs
(more examples) |
(add to docs) |
||
Zeile 1: | Zeile 1: | ||
== Full blank syntax == | |||
<pre> | |||
{{tweet | |||
|text = [content of the tweet] | |||
|name = [user's name as it appears at the top of the tweet] | |||
|username = [user's @ handle] | |||
|date = [date of the tweet formatted according to MOS:DATE] | |||
|id = [number at the end of the tweet URL] | |||
|replyto = [optional: username tweet is replying to] | |||
|image = [optional: image or logo associated with twitter account] | |||
|unverified = [optional: any value results in removal of verified check mark] | |||
}} | |||
</pre> | |||
== Example usages: == | == Example usages: == | ||
<pre><nowiki> | <pre><nowiki> | ||
Zeile 29: | Zeile 43: | ||
|date=30 May 2017 | |date=30 May 2017 | ||
|id=869766994899468288 | |id=869766994899468288 | ||
|left=yes | |left=yes | ||
}} | }} |