Module:Infobox/Police d'écriture
Apparence
[voir] [modifier] [historique] [purger]
Cette page définit un module d'infobox. Pour les conseils sur l'usage de ce module, voyez Modèle:Infobox Police d'écriture.
La documentation de ce module est générée par le modèle {{Documentation module}}.
Elle est incluse depuis la page Modèle:Documentation module d'infobox. Veuillez placer les catégories sur cette page-là.
Les éditeurs peuvent travailler dans le bac à sable (créer).
Voir les statistiques d'appel depuis le wikicode sur l'outil wstat et les appels depuis d'autres modules.
local general = require "Module:Infobox/Fonctions"
return {
maincolor = 'F5F5DC',
parts = {
general.title( "map"),
general.mainimage(),
{type = 'row', label = 'Nom', value = 'nom'},
{type = 'table', title = 'Classification', rows = {
{type = 'row', label = 'Type', value = 'type', property = 'P31'},
{type = 'row', label = 'Écriture', value = 'écriture', property = 'P282'},
{type = 'row', label = 'Selon [[Classification Thibaudeau|Thibaudeau]]', value = 'Thibaudeau', property = 'P4452'},
{type = 'row', label = 'Selon [[Classification Vox-Atypi|Vox-Atypi]]', value = 'Vox-Atypi', property = 'P1878'},
{type = 'row', label = 'Variante', plurallabel = 'Variantes', value = 'variante'},
}},
{type = 'table', title = 'Historique', rows = {
{type = 'row', label = 'Commanditaire', plurallabel = 'Commanditaires', value = 'commanditaire', property = 'P88'},
{type = 'row', label = '[[Fonderie typographique|Fonderie]]', plurallabel = '[[Fonderie typographique|Fonderies]]', value = 'fonderie', property = 'P4586'},
{type = 'row', label = '[[Créateur de caractères|Typographe]]', plurallabel = '[[Créateur de caractères|Typographes]]', value = 'auteur', property = 'P287'},
{type = 'row', label = 'Création', value = 'création', property = 'P571'},
{type = 'row', label = 'Nommé selon', value = 'nommé selon', property = 'P138'},
{type = 'row', label = 'Publication', value = 'publication', property = 'P577'},
{type = 'row', label = 'Utilisateur', plurallabel = 'Utilisateurs', value = 'utilisateur', property = 'P1535'},
{type = 'row', label = 'Licence', plurallabel = 'Licences', value = 'licence', property = 'P275'},
}},
}
}