I want to upload and use a file: Difference between revisions

From Future Worlds Center Wiki
Jump to navigationJump to search
No edit summary
No edit summary
Line 22: Line 22:
With the following command a user can provide a link to the file.
With the following command a user can provide a link to the file.
<pre>[[Media:name of your uploaded file |The title]]</pre>
<pre>[[Media:name of your uploaded file |The title]]</pre>
OR
The PDF to be embedded must first be uploaded to the wiki through "Special:Upload". The namespace prefixed file name is then used between the tags to embed it in a page.
<pdf>File:Example.pdf</pdf>
With optional width and height.
<pdf width="500" height="300">File:Example.pdf</pdf>
Scroll to page 10 after document is rendered.
<pdf page="10">File:Example.pdf</pdf>


==More==
==More==
There is a list of other options you can use. Please visit [http://www.mediawiki.org/wiki/Help:Images MediaWiki] for more
There is a list of other options you can use. Please visit [http://www.mediawiki.org/wiki/Help:Images MediaWiki] for more