Diff: Help/PrevNextPlugin
Note: You are viewing an old revision of this page. View the current version.
Differences between version 2 and previous revision of Help/PrevNextPlugin.
Other diffs: Previous Major Revision, Previous Author
Newer page: | version 2 | Last edited on 22 May 2014 3:01 | by harold | Revert |
Older page: | version 1 | Last edited on 17 January 2022 18:35 | by harold | Revert |
@@ -14,37 +14,37 @@
! Default value
|-
| **prev**
| Link to the **Previous** page
-| //
empty//
+| empty
|-
| **next**
| Link to the **Next** page
-| //
empty//
+| empty
|-
| **up**
| Link to the **Up** page
-| //
empty//
+| empty
|-
| **contents**
| Link to the **Contents** page
-| //
empty//
+| empty
|-
| **index**
| Link to the **Index** page
-| //
empty//
+| empty
|-
| **first**
| Link to the **First** page
-| //
empty//
+| empty
|-
| **last**
| Link to the **Last** page
-| //
empty//
+| empty
|-
| **order**
| Reorder the buttons: comma-delimited
-| //
empty//
+| empty
|-
| **align**
| Can be //left//, //right// or //center//
| left
version 2
The PrevLink plugin allows to display Previous and Next buttons on a wiki page for easy navigation.
Usage
<<PrevNext prev=PrevLink next=NextLink>>
Arguments
Argument |
Description |
Default value |
---|---|---|
prev |
Link to the Previous page |
empty |
next |
Link to the Next page |
empty |
up |
Link to the Up page |
empty |
contents |
Link to the Contents page |
empty |
index |
Link to the Index page |
empty |
first |
Link to the First page |
empty |
last |
Link to the Last page |
empty |
order |
Reorder the buttons: comma-delimited |
empty |
align |
Can be left, right or center |
left |
style |
Can be button or text |
button |
class |
Can be wikiaction or another class |
wikiaction |
Examples
<<PrevNext prev="Help/CreateTocPlugin" next="Help/MediawikiTablePlugin">>


<<PrevNext prev="Help/CreateTocPlugin" next="Help/MediawikiTablePlugin" contents="Help" >>



<<PrevNext prev="Help/CreateTocPlugin" next="Help/MediawikiTablePlugin" contents="Help" align="right" >>
![]() ![]() ![]() |
<<PrevNext prev="Help/CreateTocPlugin" next="Help/MediawikiTablePlugin" contents="Help" align="center" >>
![]() |
![]() |
![]() |
<<PrevNext prev="Help/CreateTocPlugin" next="Help/MediawikiTablePlugin" up="Help" style="text" >>[ Previous | Next | Up ]
<<PrevNext prev="Help/CreateTocPlugin" next="Help/MediawikiTablePlugin" index="Help" >>



<<PrevNext first="Help/AddCommentPlugin" prev="Help/CreateTocPlugin" next="Help/MediawikiTablePlugin" last="Help/YouTubePlugin" >>




<<PrevNext first="Help/AddCommentPlugin" prev="Help/CreateTocPlugin" next="Help/MediawikiTablePlugin" last="Help/YouTubePlugin" order="first,last,prev,next" >>



