]> sipb.mit.edu Git - ikiwiki.git/blob - doc/ikiwiki/directive/more.mdwn
response
[ikiwiki.git] / doc / ikiwiki / directive / more.mdwn
1 The `more` directive is supplied by the [[!iki plugins/more desc=more]] plugin.
2
3 This directive provides a way to have a "more" link on a post in a blog, that
4 leads to the full version of the page. Use it like this:
5
6         \[[!more linktext="click for more" text="""
7         This is the rest of my post. Not intended for people catching up on
8         their blogs at 30,000 feet. Because I like to make things
9         difficult.
10         """]]
11
12 If the `linktext` parameter is omitted it defaults to just "more".
13
14 An optional `pages` parameter can be used to specify a
15 [[ikiwiki/PageSpec]], and then the "more" link will only be displayed
16 when the page is inlined into a page matching that PageSpec, and otherwise
17 the full content shown.
18
19 Note that you can accomplish something similar using a [[toggle]] instead.
20
21 [[!meta robots="noindex, follow"]]