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 23: Line 23:
<pre>[[Media:name of your uploaded file |The title]]</pre>
<pre>[[Media:name of your uploaded file |The title]]</pre>
OR
OR
<br/>
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.
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>
<pre><pdf>File:Example.pdf</pdf></pre>


With optional width and height.
With optional width and height.


<pdf width="500" height="300">File:Example.pdf</pdf>
<pre><pdf width="500" height="300">File:Example.pdf</pdf></pre>


Scroll to page 10 after document is rendered.
Scroll to page 10 after document is rendered.


<pdf page="10">File:Example.pdf</pdf>
<pre><pdf page="10">File:Example.pdf</pdf></pre>




==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