The __PreviousPlugin__ is a [NeWikiPlugin] that creates a 'previous page' link, with a selectable icon. This sets a page attribute "previous-page-name" to the name of the next page. If more than one instance occurs on a page the last one processed wins. See also: [NextPlugin] !! Parameters * __page__ = '''name'''. A required parameter providing the name of the target page. * __icon__ = '''arrow''' | '''button''' | '''hand' | '''page''' | '''triangle'''. An optional parameter indicating the type of icon to use. The default is 'arrow'. * __text__ = '''true''' | '''on''' | '''yes''' . An optional parameter flag that if true shows the page name in the link (default true). !! Test {{{ [{PreviousPlugin icon='button' page='Main'}] }}} [{PreviousPlugin icon='button' page='Main'}] {{{ [{PreviousPlugin icon='hand' page='Main'}] }}} [{PreviousPlugin icon='hand' page='Main'}] {{{ [{PreviousPlugin icon='page' page='Main'}] }}} [{PreviousPlugin icon='page' page='Main'}] {{{ [{PreviousPlugin icon='triangle' page='Main'}] }}} [{PreviousPlugin icon='triangle' page='Main'}] {{{ [{PreviousPlugin icon='triangle' text='false' page='Main'}] }}} [{PreviousPlugin icon='triangle' text='false' page='Main'}] ---- See also: [NextPlugin]