Help: Difference between revisions
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
==How to embed a picture== | |||
<pre> | <pre> | ||
Line 5: | Line 5: | ||
</pre> | </pre> | ||
==How to embed a video== | |||
Preferred video file format: .mp4 (.mov will not work). | Preferred video file format: .mp4 (.mov will not work). | ||
Line 13: | Line 13: | ||
</pre> | </pre> | ||
==How to embed a PDF file== | |||
<pre> | <pre> | ||
<pdf>File:filename.pdf</pdf> | <pdf>File:filename.pdf</pdf> | ||
</pre> | </pre> | ||
==To delete an image from a page== | |||
Go to the page, click on the pencil icon below the title on the left to launch the visual editor, scroll to an image, click on it with the mouse and press "delete" on your keyboard. Then save your changes (top right button). | |||
==To remove an image from the wiki== | |||
Go to the front page and click on "All files" at the bottom of the page (shortcut here: [[Special:ListFiles|Files]]). Scroll down to your image and click on "delete" next to its title. Confirm your choice. | |||
==To display images in columns== | |||
Go to the page, click on the 3 dots below the title on the right to start the code editor, click on the pencil "Edit full page", move the cursor to the (horizontal) position where you want to add the gallery and paste the following code there | |||
<pre> | |||
<gallery mode=packed heights=300px>. | |||
File_1.jpg | |||
File_2.jpg | |||
File_3.jpg | |||
</gallery | |||
</pre> | |||
Rename the file names (you can find the original file names on the front page under "Files" or locally where you uploaded them from). | |||
The images will try to fit the screen horizontally, you can have as many as you like and you can also play with the 300px in the settings, change it to 250px or 350px or else.. |
Revision as of 14:55, 29 November 2024
How to embed a picture
[[File:filename.jpg]]
How to embed a video
Preferred video file format: .mp4 (.mov will not work).
[[File:filename.mp4|1000px]]
How to embed a PDF file
<pdf>File:filename.pdf</pdf>
To delete an image from a page
Go to the page, click on the pencil icon below the title on the left to launch the visual editor, scroll to an image, click on it with the mouse and press "delete" on your keyboard. Then save your changes (top right button).
To remove an image from the wiki
Go to the front page and click on "All files" at the bottom of the page (shortcut here: Files). Scroll down to your image and click on "delete" next to its title. Confirm your choice.
To display images in columns
Go to the page, click on the 3 dots below the title on the right to start the code editor, click on the pencil "Edit full page", move the cursor to the (horizontal) position where you want to add the gallery and paste the following code there
<gallery mode=packed heights=300px>. File_1.jpg File_2.jpg File_3.jpg </gallery
Rename the file names (you can find the original file names on the front page under "Files" or locally where you uploaded them from).
The images will try to fit the screen horizontally, you can have as many as you like and you can also play with the 300px in the settings, change it to 250px or 350px or else..