Différences entre versions de « Help/Presentations »

De Rich Annotator System
(Page créée avec « '''Presentations''' are slideshows or lecture videos. '''Lecture video''' pages are created just as video pages, see Audio & video. '''Slideshows'… »)
 
m (A protégé « Help/Presentations » ([Modifier=Autoriser uniquement les administrateurs] (infini) [Renommer=Autoriser uniquement les administrateurs] (infini)))
 
(6 versions intermédiaires par le même utilisateur non affichées)
Ligne 1 : Ligne 1 :
 +
__NOTOC__
 
'''Presentations''' are slideshows or lecture videos.
 
'''Presentations''' are slideshows or lecture videos.
  
'''Lecture video''' pages are created just as video pages, see [[Help/Audio & video|Audio & video]].
+
===Lecture videos===
 +
'''Lecture video''' pages are created just as video pages, see [[Help/Audio & video|Audio & video]]. Note that lecture videos are [[#Category tag|categorized]] as presentations.
  
'''Slideshows''' are created as [[Help/Images#Rendering_a_gallery_of_images|image galleries]] with ''slideshow'' mode parameter:
+
===Slideshows===
 +
'''Slideshows''' are created as [[Help/Images#Rendering_a_gallery_of_images|image galleries]] with the ''slideshow'' mode parameter:
 
<pre>
 
<pre>
 
<gallery mode="slideshow">
 
<gallery mode="slideshow">
Ligne 13 : Ligne 16 :
 
If you want to create a slideshow of a PowerPoint presentation, you have to save it out as simple jpg slides.
 
If you want to create a slideshow of a PowerPoint presentation, you have to save it out as simple jpg slides.
  
 +
====Text version of the slideshow====
 +
The main problem with slideshows is that their content is not indexable as they are entirely composed of images. Therefore, you may want to have a '''text version''' of your slideshow to make it '''indexable'''. For the text version of the slideshow, it is recommended to use a '''subpage''' of the slideshow page. Slashes (/) within a page name break the page into parent and subpages, recursively, e.g.:
 +
* <code>Slideshow</code> – the slideshow page of the presentation;
 +
* <code>Slideshow/Text version</code> – the text version of the presentation.
 +
You can link directly to any page’s subpage using the normal ''double square brackets'' notation, by providing the full name – including the slash(es) and the individual subpage name(s).
  
 +
To have a [[Help/Links|link]] on your slideshow page to the text version, it is recommended to use this code:
 +
<pre>
 +
<div style="text-align:right;">
 +
[[Slideshow/Version texte|Version texte {{#fas:keyboard}} {{#fas:arrow-alt-circle-right}}]]
 +
</div>
 +
</pre>
 +
Which gives at the right side of the page a link like this: <span style="color:#0021e0;">Version texte {{#fas:keyboard}} {{#fas:arrow-alt-circle-right}}</span>
  
 +
In the text version, you can create <code><nowiki><div></nowiki></code> blocks for slides, with the class <code>presentation</code>:<br>
 +
<code><nowiki><div class=presentation></nowiki></code>''Content''<code><nowiki></div></nowiki></code>
  
 +
To have a [[Help/Links|link]] on the text version page to the slideshow, it is recommended to use this code:
 +
<pre>
 +
[[Slideshow|{{#fas:arrow-alt-circle-left}} Version diaporama {{#fas:images}}]]
 +
</pre>
 +
Which gives at the left side of the page a link like this: <span style="color:#0021e0;">{{#fas:arrow-alt-circle-left}} Version diaporama {{#fas:images}}</span>
  
 +
===Category tag===
 +
* <code><nowiki>[[Category:Présentations]]</nowiki></code> for presentation pages in French.
 +
* <code><nowiki>[[Category:Prezentációk]]</nowiki></code> for presentation pages in Hungarian.
  
 +
{{#far:bell}} Do '''''not''''' categorize the text version page of the slideshow as a presentation page. If you categorize the text version page, the categorization will be doubled for the same presentation, and the system will recognize the slideshow page ''and'' the text version page as two different presentations.
  
  

Version actuelle datée du 1 novembre 2020 à 23:50

Presentations are slideshows or lecture videos.

Lecture videos

Lecture video pages are created just as video pages, see Audio & video. Note that lecture videos are categorized as presentations.

Slideshows

Slideshows are created as image galleries with the slideshow mode parameter:

<gallery mode="slideshow">
{images}
</gallery>

Note that you cannot specify the height or the width of slideshows.

If you want to create a slideshow of a PowerPoint presentation, you have to save it out as simple jpg slides.

Text version of the slideshow

The main problem with slideshows is that their content is not indexable as they are entirely composed of images. Therefore, you may want to have a text version of your slideshow to make it indexable. For the text version of the slideshow, it is recommended to use a subpage of the slideshow page. Slashes (/) within a page name break the page into parent and subpages, recursively, e.g.:

  • Slideshow – the slideshow page of the presentation;
  • Slideshow/Text version – the text version of the presentation.

You can link directly to any page’s subpage using the normal double square brackets notation, by providing the full name – including the slash(es) and the individual subpage name(s).

To have a link on your slideshow page to the text version, it is recommended to use this code:

<div style="text-align:right;">
[[Slideshow/Version texte|Version texte {{#fas:keyboard}} {{#fas:arrow-alt-circle-right}}]]
</div>

Which gives at the right side of the page a link like this: Version texte

In the text version, you can create <div> blocks for slides, with the class presentation:
<div class=presentation>Content</div>

To have a link on the text version page to the slideshow, it is recommended to use this code:

[[Slideshow|{{#fas:arrow-alt-circle-left}} Version diaporama {{#fas:images}}]]

Which gives at the left side of the page a link like this: Version diaporama

Category tag

  • [[Category:Présentations]] for presentation pages in French.
  • [[Category:Prezentációk]] for presentation pages in Hungarian.

Do not categorize the text version page of the slideshow as a presentation page. If you categorize the text version page, the categorization will be doubled for the same presentation, and the system will recognize the slideshow page and the text version page as two different presentations.


Back to contents