DokuWiki

It's better when it's simple

User Tools

Site Tools


plugin:rotate

rotate Plugin

Compatible with DokuWiki

2012-01-25 "Angua", Adora Belle

plugin Show animated 3D objects based on a series of images

Last updated on
2012-05-21
Provides
Syntax

The missing download url means that this extension cannot be installed via the Extension Manager. Please see Publishing a Plugin on dokuwiki.org. Recommended are public repository hosts like GitHub, GitLab or Bitbucket.

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

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

Installation

Search and install the plugin using the Extension Manager. Refer to Plugins on how to install plugins manually.

Examples/Usage

See the plugin in action. 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.txt · Last modified: 2020-02-26 13:48 by Aleksandr

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