37 lines
491 B
ReStructuredText
Executable file
37 lines
491 B
ReStructuredText
Executable file
Reddit
|
|
------
|
|
|
|
Reddit wiki macro for Redmine.
|
|
|
|
.. function:: {{reddit(name)}}
|
|
|
|
show link to Reddit
|
|
|
|
:param string name: Reddit subject or user name
|
|
|
|
Scope
|
|
+++++
|
|
|
|
This macro works in all text fields with formatting support.
|
|
|
|
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)}}
|