@@ -180,6 +180,7 module Redmine | |||||
180 |
|
180 | |||
181 | desc "Displays a list of child pages. With no argument, it displays the child pages of the current wiki page. Examples:\n\n" + |
|
181 | desc "Displays a list of child pages. With no argument, it displays the child pages of the current wiki page. Examples:\n\n" + | |
182 | " !{{child_pages}} -- can be used from a wiki page only\n" + |
|
182 | " !{{child_pages}} -- can be used from a wiki page only\n" + | |
|
183 | " !{{child_pages(depth=2)}} -- display 2 levels nesting only\n" | |||
183 | " !{{child_pages(Foo)}} -- lists all children of page Foo\n" + |
|
184 | " !{{child_pages(Foo)}} -- lists all children of page Foo\n" + | |
184 | " !{{child_pages(Foo, parent=1)}} -- same as above with a link to page Foo" |
|
185 | " !{{child_pages(Foo, parent=1)}} -- same as above with a link to page Foo" | |
185 | macro :child_pages do |obj, args| |
|
186 | macro :child_pages do |obj, args| |
General Comments 0
You need to be logged in to leave comments.
Login now