Aller au contenu

Module:Infobox/Police d'écriture

Une page de Wikipédia, l'encyclopédie libre.
Ceci est une version archivée de cette page, en date du 13 septembre 2024 à 20:37 et modifiée en dernier par Omnilaika02 (discuter | contributions) (après examen soigneux de plusieurs modèles d'utilisation, fait plus de sens comme çA). Elle peut contenir des erreurs, des inexactitudes ou des contenus vandalisés non présents dans la version actuelle.

 Documentation[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.


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', 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'},
		}},
	}
}