Module:Infobox/Police d'écriture
[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(),
general.mainimage("Article à illustrer Police d'écriture"),
{type = 'table', title = 'Classification', rows = {
{type = 'row', label = "[[Système d'écriture|Système]]", value = {'système', 'écritures'}, property = 'P282'},
{type = 'row', label = 'Type', value = {'type', 'style'}, property = 'P31'},
{type = 'row', label = '[[Classification Thibaudeau|Thibaudeau]]', value = 'Thibaudeau', wikidata = {property = 'P4452', defaultlinkquery = {property = 'P361'}}},
{type = 'row', label = '[[Classification Vox-Atypi|Vox-Atypi]]', value = {'Vox-Atypi', 'classification'}, property = 'P1878'},
{type = 'row', label = 'Variante', plurallabel = 'Variantes', value = {'variante', 'variations'}},
{type = 'row', label = 'Compatible avec', value = 'compatible avec', property = 'P4099'},
}},
{type = 'table', title = 'Historique', rows = {
{type = 'row', label = 'Commanditaire', plurallabel = 'Commanditaires', value = 'commanditaire', property = 'P88'},
{type = 'row', label = "Pays d'origine", value = 'pays', property = 'P495'},
{type = 'row', label = '[[Fonderie typographique|Fonderie]]', plurallabel = '[[Fonderie typographique|Fonderies]]', value = {'fonderie', 'entreprise'}, 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 = '[[Mouvement artistique|Mouvement]]', plurallabel = '[[Mouvement artistique|Mouvements]]', value = 'mouvement', property = 'P135'},
{type = 'row', label = 'Basé sur', value = 'basé sur', property = 'P144'},
{type = 'row', label = 'Création', value = {'création', 'date'}, property = 'P571'},
{type = 'row', label = 'Nommé selon', value = 'nommé selon', property = 'P138'},
{type = 'row', label = 'Alias', value = 'alias'},
{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'},
}},
}
}