Multimedia Repository: Difference between revisions

From Iskomunidad
No edit summary
No edit summary
 
Line 1: Line 1:
Iskomunidad allows contributors to upload files such as images, videos, audios, and pdf for embedding .
Iskomunidad allows contributors to upload files such as images, videos, audios, and pdf for embedding .
On the right side of your page, Click '''tools''' and then '''Upload file'''
<div class="noresize">
[[File:Multimedia-repository-1.png|thumb|center]]
</div>
To upload a file from your computer, click "Choose File." You can also upload a file using a URL. Please note that files must be no larger than 100MB.
<div class="noresize">
[[File:Multimedia-repository-2.png|thumb|center]]
</div>
To include a file in a page, use a link in one of the following forms:
* '''<nowiki> [[File:File.jpg]]</nowiki>''' to use the full version of the file
* '''<nowiki> [[File:File.png|200px|thumb|left|Caption]]</nowiki>''' to use a 200-
pixel-wide rendition in a box in the left margin with the text "Caption" below
* '''<nowiki> [[Media:File.ogg]]</nowiki>''' for directly linking to the file without displaying the file
You may also, upload file directly from your page . Just click the image icon and upload your desired file .
<div class="noresize">
[[File:Multimedia-repository-3.png|thumb|center]]
</div>
Additional Tips :
To prevent images from overlapping with the main design on phone screen sizes, we recommend using class="noresize" like this:
'''<nowiki>
<div class="noresize">
[[File:<name_of_your_file>.png|thumb|center]]
</div>
</nowiki>
'''

Latest revision as of 09:40, 16 December 2024

Iskomunidad allows contributors to upload files such as images, videos, audios, and pdf for embedding .

On the right side of your page, Click tools and then Upload file

To upload a file from your computer, click "Choose File." You can also upload a file using a URL. Please note that files must be no larger than 100MB.

To include a file in a page, use a link in one of the following forms:


  • [[File:File.jpg]] to use the full version of the file
  • [[File:File.png|200px|thumb|left|Caption]] to use a 200-

pixel-wide rendition in a box in the left margin with the text "Caption" below

  • [[Media:File.ogg]] for directly linking to the file without displaying the file


You may also, upload file directly from your page . Just click the image icon and upload your desired file .

Additional Tips :

To prevent images from overlapping with the main design on phone screen sizes, we recommend using class="noresize" like this:

<div class="noresize"> [[File:<name_of_your_file>.png|thumb|center]] </div>