DokuWiki

It's better when it's simple

User Tools

Site Tools


plugin:rotate

This is an old revision of the document!


rotate Plugin

Compatible with DokuWiki

2012-01-25 "Angua"

plugin

Last updated on
2012-05-21
Provides
CSS/JS-only

This extension has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues.

Tagged with 3d, images, panorama, rotate

Plugin can show animated 3D objects based on series of images. You shoudl move mouse over the image to see objects rotating.

Installation

The plugin uses jQuery which is already shipped with latest versions of dokuwiki

Install the plugin using the Plugin Manager and the download URL above, which points to latest version of the plugin. Refer to Plugins on how to install plugins manually.

Examples/Usage

See the plugin in action here. The sample page shows all the styles available with the plugin.

The usage is similar to the image and zoom plugin syntax. Series of images must be called name_1…name_N. just prefix your last viewable image with rotate> and give the size if resizing needed. E.g.:

{{rotate>demo_18.jpg?500x200}}

You can align the image using spaces and '*' (no align is default).

Right align without word-wrapping:

{{rotate> demo_18.jpg?500x200}}

Left align without word-wrapping:

{{rotate>demo_18.jpg?500x200 }}

Center align without word-wrapping:

{{rotate> demo_18.jpg?500x200 }}  

Left align with word-wrapping:

{{rotate>demo_18.jpg?500x200*}}  

Right align with word-wrapping:

{{rotate>*demo_18.jpg?500x200}} 

It's possible to only specify the width or height of the image. The missing size will be calculated automatically considering the ratio:

Only width:

{{rotate>demo_18.jpg?500}}

Only height:

{{rotate>demo_18.jpg?x300}}

No scaling at all:

{{rotate>demo_18.jpg}}

The rotaing image can be done with the mouse just moving cursor over image left or right.

Configuration and Settings

Development

Change Log

  • Initial release

Known Bugs and Issues

ToDo/Wish List

FAQ

Discussion

plugin/rotate.1337590498.txt.gz · Last modified: 2012-05-21 10:54 by serg_stetsuk

Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Share Alike 4.0 International
CC Attribution-Share Alike 4.0 International Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki