Nuevo plugin Additionals 2.0.20
This commit is contained in:
parent
a2a901b71b
commit
93e1e28683
354 changed files with 40514 additions and 0 deletions
30
plugins/additionals/docs/macros/recently_updated.rst
Executable file
30
plugins/additionals/docs/macros/recently_updated.rst
Executable file
|
@ -0,0 +1,30 @@
|
|||
Recently updated
|
||||
----------------
|
||||
|
||||
Recently updated wiki macro for Redmine.
|
||||
|
||||
.. function:: {{recently_updated([days])}}
|
||||
|
||||
show the list of the pages that were changed recently.
|
||||
|
||||
:param int days: number of days, which should be used. Default is 5.
|
||||
|
||||
Scope
|
||||
+++++
|
||||
|
||||
This macro only works in wiki page contexts.
|
||||
|
||||
Examples
|
||||
++++++++
|
||||
|
||||
List last updated pages (of the last 5 days)
|
||||
|
||||
.. code-block:: smarty
|
||||
|
||||
{{recently_updated}}
|
||||
|
||||
List last updated pages of the last 15 days
|
||||
|
||||
.. code-block:: smarty
|
||||
|
||||
{{recently_updated(15)}}
|
Loading…
Add table
Add a link
Reference in a new issue