additionals/docs/macros/reddit.rst
2017-06-05 17:22:52 +02:00

33 lines
416 B
ReStructuredText

Reddit
------
Reddit wiki macro for Redmine.
.. function:: {{reddit(name)}}
show link to Reddit
:param string name: Reddit subject or user name
Examples
++++++++
Show link to reddit subject ``r/redmine``
.. code-block:: smarty
{{reddit(redmine)}}
or
.. code-block:: smarty
{{reddit(r/redmine)}}
Show link to reddit user profile ``u/redmine``
.. code-block:: smarty
{{reddit(u/redmine)}}