Loading...
 
Skip to main content

History: PluginPerspective

Source of version: 7 (current)

Copy to clipboard
             # Plugin Perspective

*Introduced in ((Tiki8)) and backported to ((Tiki7|Tiki 7.1))*

Use this ((wiki plugin)) to display content based on the user's current ((perspective))

## Parameters

{pluginmanager plugin="perspective"}

## Examples

### Without `{ELSE}`

{CODE(colors="tiki")}
{PERSPECTIVE(perspectives=1)}type here the content only visible in Perspective ONE{PERSPECTIVE}
{CODE}

### With `{ELSE}`

{CODE(colors="tiki")}
{PERSPECTIVE(perspectives=1)}type here the content only visible in Perspective ONE{ELSE}and here content NOT to be visible in Perspective ONE, but in all other Perspectives including 'default'{PERSPECTIVE}
{CODE}

## Related pages

- ((PluginGroup))
- ((PluginPerm))