Difference between revisions of "Wiki Extensions"

From Catglobe Wiki
Jump to: navigation, search
 
(7 intermediate revisions by 2 users not shown)
Line 1: Line 1:
= Flash Extension =
+
== How to show flash file (.swf) on wiki  ==
  
 +
<nowiki>
 +
<swf width="xx" height="xx">filename.swf</swf>
 +
</nowiki>
  
== Syntax ==
+
== How to show movie with .flv extension on wiki  ==
  
The Flash extension (.swf) uses <_swf></swf> tags
+
<nowiki>
 +
<flvplayertwo width="xx" height="xx" autoplay="false">filename.flv</flvplayertwo>
 +
</nowiki>  
  
== Sample ==
+
'''Note''': option autoplay="false" must be present
  
<_swf width="xx" height="xx">filename.swf</swf><br/>Note: Please remove _ in <_swf>
+
== How to get a url of file name  ==
  
 +
Go to http://wiki.catglobe.com/index.php/Special:ImageList click on (file) and get a link to a file which you have uploaded.
  
= FlV Extension =
+
== How to export page to pdf file  ==
 +
Go to page which need export to pdf. At the TOOLBOX chose PRINT AS PDF.
  
 
+
[[Category:Wiki_guidelines]]
== Syntax ==
 
 
 
The FLV extension (.flv) uses <_flvplayertwo></flvplayertwo> tags
 
 
 
== Sample ==
 
 
 
<_flvplayertwo width="xx" height="xx" autoplay="false">filename.flv</flvplayertwo><br/>
 
Note: Please remove _ in <_flvplayertwo>
 
 
 
 
 
[[category:Wiki guidelines]]
 

Latest revision as of 05:59, 7 April 2009

How to show flash file (.swf) on wiki

<swf width="xx" height="xx">filename.swf</swf>

How to show movie with .flv extension on wiki

<flvplayertwo width="xx" height="xx" autoplay="false">filename.flv</flvplayertwo>

Note: option autoplay="false" must be present

How to get a url of file name

Go to http://wiki.catglobe.com/index.php/Special:ImageList click on (file) and get a link to a file which you have uploaded.

How to export page to pdf file

Go to page which need export to pdf. At the TOOLBOX chose PRINT AS PDF.