Nuevo plugin Additionals 2.0.20
This commit is contained in:
parent
a2a901b71b
commit
93e1e28683
354 changed files with 40514 additions and 0 deletions
37
plugins/additionals/docs/macros/twitter.rst
Executable file
37
plugins/additionals/docs/macros/twitter.rst
Executable file
|
@ -0,0 +1,37 @@
|
|||
Twitter
|
||||
-------
|
||||
|
||||
Twitter wiki macro for Redmine.
|
||||
|
||||
.. function:: {{twitter(profile)}}
|
||||
|
||||
show link to Twitter profile
|
||||
|
||||
:param string profile: Twitter profile name with @. E.g. alphanodes
|
||||
|
||||
Scope
|
||||
+++++
|
||||
|
||||
This macro works in all text fields with formatting support.
|
||||
|
||||
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)}}
|
Loading…
Add table
Add a link
Reference in a new issue