Otros plugins
Text size
##this text is shown at 120% of the base size##, ###this is 140%### ####and this is 160%#### ,,this is smaller, at 80%,, and ,,,this is at 60%,,, ,,if I were to put a comma after a small text,,, I would need to enclose the comma in double percent signs
this text is shown at 120% of the base size, this is 140% and this is 160% this is smaller, at 80% and this is at 60% if I were to put a comma after a small text, I would need to enclose the comma in double percent signs
Flash plugin
Replace x and y with the height and width you would like, note that the slider is 20 pixels high, so if you want to display a movie that is 240 in height you would enter height=260.
Replace flashvars with the variables defined in the documentation for the player. This can be found at:
<YOUR DOKUWIKI ROOT>/lib/plugins/flashplayer/flash_media_player/readme/readme.html
Key plugin
- Ctrl+Alt+Del to reboot. (
<key>C-A-del</key>) - Ctrl+C to copy text to the clipboard. (
<key>C - c</key>) - Ctrl+X to cut text and put it into the clipboard. (
<key>C-x</key>) - Ctrl+V to paste text from the clipboard. (
<key>C-v</key>) - Ctrl+Enter to insert a page break. (
<key>C-enter</key>) - Ctrl+Shift+→ to select from current cursor position to end of a word. (
<key>C-S-Right</key>) - Ctrl+Shift+← to select from current cursor position to the beginning of a word. (
<key>C-S-Left</key>) - Ctrl+Page↑ to go one screen page up. (
<key>C-PageUp</key>) - Ctrl+− (
<key>C-Minus</key>) - any key to exit. (
<key>'any key'</key>)
ODT export plugin
Columns Plugin
<columns> information in column 1 NEWCOL information in column 2 </columns>
|
information in column 1 |
information in column 2 |
Contact Form Plugin
To use the plugin, on any page just enter the code:
{{contact>}}
This will create a form with a “name”,”from address”, “subject”, and “comment” field. It will send an email to whatever the default value is. You can also specify the 'to' or 'subj' parameters:
{{contact>to=profile1}}
or
{{contact>subj=Feedback from Site}}
or join them with a | character:
{{contact>to=profile1|subj=Feedback from Site}}
When the subject is specified in the parameters, it is not a field on the contact form. The plugin will only send email to one destination.
Configuración:
// Contact form profiles $conf['contact']['default'] = 'myaddress@blah.com'; $conf['contact']['test'] = 'anotheraddress@blahblah.org';
Ejemplo:




