additionals/docs/macros/twitter.rst
2017-06-05 10:01:13 +02:00

33 lines
449 B
ReStructuredText

Twitter
-------
Twitter wiki macro for Redmine.
.. function:: {{twitter(profile)}}
show link to Twitter profile
:param string profile: Twitter profile name with @. E.g. alphanodes
Examples
++++++++
Show link to twitter profile ``@alphanodes``
.. code-block:: smarty
{{twitter(alphanodes)}}
or
.. code-block:: smarty
{{twitter(@alphanodes)}}
Show link to hashtag ``#redmine``
.. code-block:: smarty
{{twitter(#redmine)}}