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/projects.rst
Executable file
37
plugins/additionals/docs/macros/projects.rst
Executable file
|
@ -0,0 +1,37 @@
|
|||
Projects
|
||||
--------
|
||||
|
||||
Projects wiki macro for Redmine.
|
||||
|
||||
.. function:: {{projects([title=TITLE, with_create_issue=BOOL])}}
|
||||
|
||||
Lists projects of the current user
|
||||
|
||||
:param string title: title to use for project list
|
||||
:param bool with_create_issue: show link to create new issue, if true
|
||||
|
||||
Scope
|
||||
+++++
|
||||
|
||||
This macro works in all text fields with formatting support.
|
||||
|
||||
Examples
|
||||
++++++++
|
||||
|
||||
List all projects of the current users
|
||||
|
||||
.. code-block:: smarty
|
||||
|
||||
{{projects}}
|
||||
|
||||
List all projects of the current users and adds the heading ``My project list``
|
||||
|
||||
.. code-block:: smarty
|
||||
|
||||
{{projects(title=My project list)}}
|
||||
|
||||
List all project with link to create new issue, which I am member of
|
||||
|
||||
.. code-block:: smarty
|
||||
|
||||
{{projects(with_create_issue=true)}}
|
Loading…
Add table
Add a link
Reference in a new issue