Nuevo plugin Additionals 2.0.20

This commit is contained in:
Manuel Cillero 2019-06-16 12:53:09 +02:00
parent a2a901b71b
commit 93e1e28683
354 changed files with 40514 additions and 0 deletions

View file

@ -0,0 +1,37 @@
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)}}