A Site Dedicated to Fabric-Formed Concrete

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
editorial_tools [2023/10/09 14:10] – [Flash Plugin Example] rpschmitzeditorial_tools [2023/10/28 14:19] (current) – [Editorial Tools] rpschmitz
Line 43: Line 43:
     * <fs medium>Insert 3 Columns</fs>\\      * <fs medium>Insert 3 Columns</fs>\\ 
     * <fs medium>Insert 4 Columns</fs>\\      * <fs medium>Insert 4 Columns</fs>\\ 
-    * <fs medium>Embed Flash File (replace file name as required)</fs>\\  
     * <fs medium>Display A Gallery (replace namespace gallery as required)</fs>\\      * <fs medium>Display A Gallery (replace namespace gallery as required)</fs>\\ 
   * <fs medium>**DW2pdf** - allows a page to be printed to a PDF document.  Also works with **ebook**.</fs>\\    * <fs medium>**DW2pdf** - allows a page to be printed to a PDF document.  Also works with **ebook**.</fs>\\ 
-  * <fs medium>**Flash** - allows a Flash SWF file to be embeded into the document.</fs>\\  
   * <fs medium>**Font Color** - change font color.  (Button in editing toolbar.)</fs>\\    * <fs medium>**Font Color** - change font color.  (Button in editing toolbar.)</fs>\\ 
   * <fs medium>**Font Size** - change font size.  (Button in editing toolbar.)</fs>\\    * <fs medium>**Font Size** - change font size.  (Button in editing toolbar.)</fs>\\ 
   * <fs medium>**Gallery** - create a photo gallery from image files stored in the selected //**namespace**//.</fs>\\   * <fs medium>**Gallery** - create a photo gallery from image files stored in the selected //**namespace**//.</fs>\\
-  * <fs medium>**Notice Board** - a calendar that allows users to insert events(NOT INSTALLED, PHP ERROR)</fs>\\ +  * <fs medium>**Video Share** - The Video Share Plugin is embedded using the video share parameters.</fs>\\ 
  
 ### ###
Line 56: Line 54:
 ### ###
  
 +~~UP~~
  
 ===== Columns Plugin Example ===== ===== Columns Plugin Example =====
Line 122: Line 121:
 </code> </code>
  
 +~~UP~~
 ===== Video Share Plugin Example===== ===== Video Share Plugin Example=====
  
 ### ###
-<fs medium>The Video Share Plugin is embedded using the video share parameters.  The file to embed, the dimension of the flash object and the alignment has to be given space separated in the opening tag. Name-Value pairs for the parameters are then given in the body.  Supported alignments are left, center and default. Below is an example using a YouTube Video.</fs>+<fs medium>The Video Share Plugin is embedded using the video share parameters.  The file to embed, the dimension of the flash object and the alignment has to be given space separated in the opening tag. Name-Value pairs for the parameters are then given in the body.  Supported alignments are left, center and default. Below is an example using a YouTube Video.  **HIT WEBPAGE BACK ARROW TO RETURN TO THIS PAGE.**</fs>
 ### ###
  
  
-{{https://www.youtube.com/v/-dnL00TdmLY}}+{{https://www.youtube.com/v/-dnL00TdmLY?small | WIKIS in Plain English}}
  
-\\  
-\\  
-\\  
-\\  
-\\  
-\\  
-\\  
-\\  
-\\  
-\\  
-\\  
-\\  
-\\  
-\\  
-\\  
-\\  
 \\  \\ 
 \\  \\ 
  
-<fs medium>Syntax for the above example is as follows:</fs>+<fs medium>Usage/Syntax for the above example is as follows: 
 +The basic syntax looks like this: **START WITH 2 {** videosite>videoid?parameter1&parameter2|title **AND END WITH 2 }**   [[https://www.dokuwiki.org/plugin:vshare|Video Share Plugin]] (Note: clicking on this link will result in leaving this page unless you open it in another tab or window.)</fs>
  
-<code> +  * Where videosite is one of the identifiers listed in Supported Services chapter 
-<flash left 450x350 http://www.youtube.com/v/-dnL00TdmLY> +  * and videoid is the identifier of the video at the respective site 
-hl en_US +  * The parameters are optionalYou start these with a ? and separate more of them by a &Look in Parameters chapter 
-fs 1 +  * The title is optional as well. Look in Examples chapter 
-allowFullScreen   true +  * The video can be aligned by adding spaces on the left or right inside the curly brackets (like in the image syntax). Look in Examples chapter
-allowscriptaccess always +
-</flash> +
-</code>+
  
 +~~UP~~
 ===== Gallery Plugin ===== ===== Gallery Plugin =====
  
Line 181: Line 164:
 <fs large>**Parameters**</fs> <fs large>**Parameters**</fs>
  
-<align justify><fs medium>A number of parameters can be set by appending them with **?** character to the namespace or image. Each parameter needs to be separated with a **&** character. Defaults for all parameters can be set in the config manager. If a parameter is enabled by default it can be disabled in the syntax by prefixing it with the syllable no. e.g. the parameter **cache** is usually enabled and can be disabled using the keyword **nocache**. Below is a list of all recognized parameters.</fs></align>+### 
 +<fs medium>A number of parameters can be set by appending them with **?** character to the namespace or image. Each parameter needs to be separated with a **&** character. Defaults for all parameters can be set in the config manager. If a parameter is enabled by default it can be disabled in the syntax by prefixing it with the syllable no. e.g. the parameter **cache** is usually enabled and can be disabled using the keyword **nocache**. Below is a list of all recognized parameters.</fs> 
 +### 
  
  
Line 209: Line 195:
   {{gallery>images:vacation?image_*.jpg&80x80&crop&lightbox}}   {{gallery>images:vacation?image_*.jpg&80x80&crop&lightbox}}
  
-<align justify><fs medium>This displays all images beginning with ''image_'' and ending in ''.jpg'' from the namespace ''images:vacation''. Thumbnails are cropped to 80x80 pixels and images will be opened in lightbox mode.</fs></align>+### 
 +<fs medium>This displays all images beginning with ''image_'' and ending in ''.jpg'' from the namespace ''images:vacation''. Thumbnails are cropped to 80x80 pixels and images will be opened in lightbox mode.</fs> 
 +### 
  
 <fs large>**Lightbox Mode**</fs> <fs large>**Lightbox Mode**</fs>
  
-<align justify><fs medium>This mode will open the clicked picture inside the current browser window without leaving the current page((This feature is based on the [[http://www.huddletogether.com/projects/lightbox/|Lightbox]] and [[http://serennz.cool.ne.jp/sb/sp/lightbox/|Lightbox Plus]] scripts with some additions)). You can close the picture view by clicking the little X in the upper right corner or anywhere in the picture. You can move to the next or previous image by using the arrow buttons in the lower corners.</fs></align>+### 
 +<fs medium>This mode will open the clicked picture inside the current browser window without leaving the current page((This feature is based on the [[http://www.huddletogether.com/projects/lightbox/|Lightbox]] and [[http://serennz.cool.ne.jp/sb/sp/lightbox/|Lightbox Plus]] scripts with some additions)). You can close the picture view by clicking the little X in the upper right corner or anywhere in the picture. You can move to the next or previous image by using the arrow buttons in the lower corners.</fs> 
 +### 
  
 <fs medium>The picture is downsized if necessary to fit into the current browser window. You can enlarge it with the arrow button in the top corner.</fs>\\  <fs medium>The picture is downsized if necessary to fit into the current browser window. You can enlarge it with the arrow button in the top corner.</fs>\\ 
Line 225: Line 217:
  
  
-<align justify><fs medium>See [[http://www.dokuwiki.org/plugin:gallery|Gallery]] for additional syntax, parameter, limitations and caveats.  (Note: clicking on this link will result in leaving this page unless you open it in another tab or window.)</fs></align>+### 
 +<fs medium>See [[http://www.dokuwiki.org/plugin:gallery|Gallery]] for additional syntax, parameter, limitations and caveats.  (Note: clicking on this link will result in leaving this page unless you open it in another tab or window.)</fs> 
 +### 
 ~~UP~~ ~~UP~~
 +
QR Code
QR Code editorial_tools (generated for current page)