Help/Audio & video

De Rich Annotator System
Révision datée du 31 octobre 2020 à 20:53 par Marton Horvath (discussion | contributions) (Page créée avec « '''Audio''' and '''video pages''' are used to share audio tracks and videos to which a ''reading'' or a literary text refers, with relevan… »)
(diff) ← Version précédente | Voir la version actuelle (diff) | Version suivante → (diff)

Audio and video pages are used to share audio tracks and videos to which a reading or a literary text refers, with relevant data. The title of the audio or video page is generally the title of the audio/video.

The image data page contains:

  1. A floating div element with essential data and copyright information (optional);
  2. The embedded audio track or video;
  3. Description of the audio/video;
  4. Links to texts, readings, presentations refering or connected to the audio/video;
  5. The category tag;
  6. Silent semantic annotations if in-text annotations are not used in the description.

The audio/video page layout is hence as follows:

Wiki markup or text in the page Description
1. <div style="background: #f9f9f9; border: 1px solid #aaa; float:right; padding: 1em; margin: 0 0 1em 1em;">Content of the div element</div>}}</nowiki> The optional floating div element does not correspond to a template and can be adjusted in accordance with the content.
2. [[Fichier:Filename|width]] Embedded audio track or video. For videos, the width can be adjusted.
3. Description General formatting rules apply. You can include in-text annotations.
4. {{Référence|cette vidéo}} See the Hungarian reference call below. Automatic references, created with the help of correct category and semantic annotation use, are called with this tag.
5. [[Category:Audio]] or [[Category:Vidéo]] Use Hang instead of Audio and Videó instead of Vidéo for pages in Hungarian. Categorizes the page as an audio track or video page.
6. {{#set: En lien avec=Roland Barthes}} Silent semantic annotations to connected author or text data pages.


Floating div element

This is the first element of an image data page. It is created with an image template.

For example, the first lines of the page dedicated to Séphora are as follows:

{{Image
|image = Sandro_Botticelli_035.jpg
|description = [https://fr.wikipedia.org/wiki/Les_%C3%89preuves_de_Mo%C3%AFse Les Épreuves de Moïse] (détail : [https://fr.wikipedia.org/wiki/S%C3%A9phora Les filles de Jéthro]), fresque de la [https://fr.wikipedia.org/wiki/Chapelle_Sixtine chapelle Sixtine], réalisée par [https://fr.wikipedia.org/wiki/Sandro_Botticelli Sandro Botticelli] (1481-82)
}}

Which gives:

Séphora
Sandro Botticelli 035.jpg

Les Épreuves de Moïse (détail : Les filles de Jéthro), fresque de la chapelle Sixtine, réalisée par Sandro Botticelli (1481-82)

You should start the image placeholder box with the {{Image line. After the first line, every line begins with a pipe (|) followed by a parameter name and the value of the parameter (|parameter = value). After the parameters, don't forget to close the infobox with the }} tag.

Parameter names are always in English, but parameter values can be added in any language. As parameter names are not rendered, there is only one image placeholder template, independently of the language used for values.

Parameters

The following parameters can be added to an image placeholder box. You can use text formatting markup and links. The order of parameters does not have any effect on the image box layout. Parameter names are not rendered in this template, only values appear.

Parameter name Description
title Optional. If omitted, the page title is used. The title is in top middle of the infobox in bold characters.
image Obligatory. The name of an image without the File: or Fichier: part.
description Obligatory. Short description given in small characters under the image.


Embedded audio track or video

Description

After the image placeholder box, you can add a text about the image or about what is represented by the image. You can include in-text annotations with the "Linked to" ("En lien avec") property in the text. Thus, the link of the image data page will be listed on the author's or text's data page connected to the image. If your text doesn't include references to authors or texts connected to the image, use silent semantic annotations instead.


Links to texts, readings, presentations

Automatic reference lists are called with the help of {{Référence}} or {{Referencia}} tag. In the case of images, you need to add a parameter:

  • if the image data page is in French, add the parameter "cette œuvre", or any phrase that describes the image, like this: {{Référence|cette œuvre}}.
  • if the image data page is in Hungarian, add the parameter "mű" or "kép", or any phrase that describes the image, like this: {{Referencia|mű}}.

If there are links with "Refers to" (or "Fait référence à") property pointing to the page, they are automatically listed.

  • If you call the {{Référence|cette œuvre}} tag, links are listed after this text: "Les lectures suivantes font référence à cette œuvre :".
  • If you call the {{Referencia|mű}} tag, links are listed after this text: "Az alábbi olvasatok utalnak erre a műre:".Note the suffix -re, which fits to generally used words for images (mű, kép, etc.).

Note that if you don't use the "cette œuvre" or "mű" parameter, the above texts will refer to texts.

If there are links with "Linked to" (or "En lien avec") property pointing to the page, they are automatically listed.

  • If you call the {{Référence|cette œuvre}} tag, links are listed after this text: "Images, vidéos ou présentations en lien avec cette œuvre :".
  • If you call the {{Referencia|mű}} tag, links are listed after this text: "A mű az alábbi képekhez, videókhoz, prezentációkhoz köthető:".

Note that if you don't use the "cette œuvre" or "mű" parameter, the above texts will refer to texts.

You only have to use the reference tag once; the two types of links are called with the same tag.


Category tag

  • [[Category:Images]] for image data pages in French.
  • [[Category:Képek]] for image data pages in Hungarian.


Silent semantic annotations

If your text doesn't include references (i.e. links) to authors or texts connected to the image, you should use silent annotations.

For example, Séphora is connected to Du côté de chez Swann (actually, the fresco appears in the novel), but the text in the image page doesn't include any direct links to this title. To still have a semantic link between the two pages, the #set function allows to assign the required value to the "Linked to" property. Thus, the image data page (Séphora) will be listed as a reference on the novel's data page.



Back to contents