Extension:PortableInfobox/fr

Category:GPL licensed extensions/fr
Manuel des extensions MediaWiki
PortableInfobox
État de la version : stableCategory:Stable extensions/fr
Implémentation Balise Category:Tag extensions/fr
Description Portage de l'extension PortableInfobox de Fandom vers MediaWiki 1.37.0+
Auteur(s) Universal Omega,
Luqgreg,
Fandom (version initiale)
Dernière version 0.6 (2022-01-08)
Politique de compatibilité Le master conserve la compatibilité arrière.
MediaWiki 1.37.0+Category:Extensions with manual MediaWiki version/fr
Modifie la base
de données
Non
Licence Licence publique générale GNU v3.0 ou supérieur
Téléchargement Category:Extensions in GitHub version control/fr
README
  • $wgAllInfoboxesSubpagesBlacklist
  • $wgPortableInfoboxCustomImageWidth
  • $wgPortableInfoboxUseHeadings
  • $wgPortableInfoboxUseTidy
<infobox>
Problèmes Problèmes ouverts · Signaler un bogue
Category:All extensions/frCategory:Extensions not in ExtensionJson/fr

L'extension PortableInfobox permet de créer des boîtes d'information portables qui peuvent être rendues à l'aide d'un balisage HTML sémantique propre sur n'importe quel habillage ou plate-forme en utilisant un balisage puissant de type XML facile à comprendre. C'est un portage de l'extension PortableInfobox de Fandom vers les versions les plus récentes de MediaWiki.

Installation

  • Téléchargez et placez le(s) fichier(s) dans un répertoire appelé PortableInfobox dans votre dossier extensions/.
  • Ajoutez le code suivant à la fin de votre fichier LocalSettings.php  :
    wfLoadExtension( 'PortableInfobox' );
    
  • Yes Fait – Accédez à Special:Version sur votre wiki pour vérifier que l'extension a bien été installée.

Paramètres de configuration

$wgAllInfoboxesSubpagesBlacklist (array)
List of subpages in template namespace to omit by API allinfoboxes query. (default: [ "doc", "draft", "test" ])
$wgPortableInfoboxCustomImageWidth (int)
Size of image thumbnails used in infoboxes. (default: 300)
$wgPortableInfoboxUseHeadings (bool)
Use heading tags for infobox titles and group headers, it may cause incompatibilites with other extensions. (default: true)
$wgPortableInfoboxUseTidy (bool)
Use RemexHtml for validating HTML in infoboxes. (default: true)

Utilisation

See Help:Infoboxes/Tags on Fandom.

<media /> tag

In the 0.3 version, the <media /> tag was introduced in favor of <image />, which still works (see Aliases). It allows users to embed images, videos, and audio files in the infobox, in the same way as <image /> tag does in the original version.

Attributes

  • source - name of the parameter
  • audio - If set to false, it ignores all audio files
  • image - If set to false, it ignores all images
  • video - If set to false, it ignores all videos

Child tags

  • <default>
  • <caption>

Aliases

  • <audio /> - variation of <media /> tag that allows only audio files
  • <image /> - variation of <media /> tag that allows only images and videos (for backward compatibility, can be disabled with video="false")
  • <video /> - variation of <media /> tag that allows only videos

User-facing differences from the original version

There may be some features introduced in the original version at a later date which are absent here.

  • Europa theme was removed.
  • .pi-theme-default class is applied instead of .pi-theme-wikia to the infobox, when no theme is specified.
  • When a <gallery> tag is passed to the infobox with images without captions, file name is used instead of not showing the image.
  • When embedding a video in the infobox additional class .pi-video is added to the <figure> tag.
  • Videos use <video> tags instead of showing video in a modal after clicking a thumbnail.
  • .pi-image class is no longer present in the <figure> tag with a video, instead .pi-media class is applied to all media elements.
  • .pi-image-collection classes were changed to .pi-media-collection.
  • accent-color-* attributes allow more color formats.
  • More HTML tags are allowed in captions.
  • Mobile skin doesn't get separate styling.
Category:Infobox extensions/fr Category:Extensions by Fandom/fr
Category:AfterParserFetchFileAndTitle extensions/fr Category:AllInfoboxesQueryRecached extensions/fr Category:All extensions/fr Category:ArticlePurge extensions/fr Category:Extensions by Fandom/fr Category:Extensions in GitHub version control/fr Category:Extensions included in Fandom/fr Category:Extensions included in Miraheze/fr Category:Extensions included in MyWikis/fr Category:Extensions included in Telepedia/fr Category:Extensions included in WikiForge/fr Category:Extensions included in wiki.gg/fr Category:Extensions not in ExtensionJson/fr Category:Extensions with manual MediaWiki version/fr Category:GPL licensed extensions/fr Category:Infobox extensions/fr Category:MultiContentSave extensions/fr Category:ParserFirstCallInit extensions/fr Category:ResourceLoaderRegisterModules extensions/fr Category:Stable extensions/fr Category:Tag extensions/fr Category:WgQueryPages extensions/fr