Wiki Extensions: Difference between revisions
From Catglobe Wiki
More actions
No edit summary Β   | 
				|||
| Line 1: | Line 1: | ||
== How to show flash file (.swf) on wiki ==  | == How to show flash file (.swf) on wiki  ==  | ||
Β   | |||
<nowiki>  | <nowiki>  | ||
<swf width="xx" height="xx">filename.swf</swf>  | <swf width="xx" height="xx">filename.swf</swf>  | ||
</nowiki>  | </nowiki> Β   | ||
Β   | |||
== How to show movie with .flv extension on wikiΒ  ==  | |||
<nowiki>  | <nowiki>  | ||
<flvplayertwo width="xx" height="xx" autoplay="false">filename.flv</flvplayertwo>  | <flvplayertwo width="xx" height="xx" autoplay="false">filename.flv</flvplayertwo>  | ||
</nowiki>  | </nowiki> Β   | ||
'''Note''': option autoplay="false" must be present  | '''Note''': option autoplay="false" must be present Β   | ||
== How to get a url of file name ==  | == 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.  | 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.  | |||
[[Category:  | [[Category:Wiki_guidelines]]  | ||
Latest revision as of 03: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.