20 308
modifications
Balise : Éditeur de wikicode 2017 |
Aucun résumé des modifications Balise : Éditeur de wikicode 2017 |
||
Ligne 1 : | Ligne 1 : | ||
<noinclude>{{documentationpage}}</noinclude> | <noinclude>{{documentationpage}}</noinclude> | ||
Infobox | Infobox pour les jeux de la franchise ''Fallout''. Son paramétrage est disponible dans le module [[:Module:Infobox/Jeu]]. | ||
== Usage == | |||
Placer ce qui suit en haut de l’article : | |||
==Usage== | |||
<pre> | <pre> | ||
{{Infobox | {{Infobox série télévisée | ||
|type = | |||
|nom = | |||
|sous-titre = | |||
|image = | |||
|légende = | |||
|icône = | |||
|développeur = | |||
|éditeur = | |||
|date = | |||
|genre = | |||
|moteur = | |||
|modes = | |||
|age = | |||
|plateformes = | |||
|média = | |||
|système = | |||
|précédent = | |||
|suivant = | |||
|partie de = | |||
|pied = | |||
}} | }} | ||
</pre> | </pre> | ||
=== | === Paramètres === | ||
<templatedata> | |||
{{ | { | ||
"params": { | |||
}} | "type": { | ||
"label": "Type", | |||
"description": "Type du jeu, affiché en petit et tout en haut de l'infobox. Mots-clés possibles présent dans la documentation", | |||
"example": "Jeu vidéo, Jeu de plateau,...", | |||
"type": "string", | |||
"default": "Jeu vidéo" | |||
}, | |||
"nom": { | |||
"label": "Nom", | |||
"description": "Titre de l'infobox.", | |||
"type": "string", | |||
"default": "Titre de la page" | |||
}, | |||
"sous-titre": { | |||
"label": "Sous-titre", | |||
"description": "Titre secondaire sous le titre principal de l'infobox.", | |||
"type": "string", | |||
"aliases": [ | |||
"soustitre" | |||
] | |||
}, | |||
"image": { | |||
"label": "Image", | |||
"description": "Illustration de l'infobox.", | |||
"type": "wiki-file-name" | |||
}, | |||
"image2": { | |||
"label": "Image2", | |||
"description": "Illustration de l'infobox 2.", | |||
"type": "wiki-file-name" | |||
}, | |||
"image3": { | |||
"label": "Image3", | |||
"description": "Illustration de l'infobox 3.", | |||
"type": "wiki-file-name" | |||
}, | |||
"image4": { | |||
"label": "Image4", | |||
"description": "Illustration de l'infobox 4.", | |||
"type": "wiki-file-name" | |||
}, | |||
"image5": { | |||
"label": "Image5", | |||
"description": "Illustration de l'infobox 5.", | |||
"type": "wiki-file-name" | |||
}, | |||
"légende": { | |||
"label": "Légende", | |||
"description": "Description affichée sous l'illustration.", | |||
"type": "string", | |||
"aliases": [ | |||
"image desc" | |||
] | |||
}, | |||
"icône": { | |||
"label": "Icône", | |||
"description": "Icône qui se place en haut à droit de l'infobox.", | |||
"type": "wiki-file-name" | |||
}, | |||
"développeur": { | |||
"label": "Développeur", | |||
"description": "Société(s) de développement du jeu.", | |||
"example": "Bethesda Game Studios, Black Isle Studios", | |||
"type": "string" | |||
}, | |||
"éditeur": { | |||
"label": "Éditeur", | |||
"description": "Société(s) d'édition du jeu.", | |||
"example": "Interplay Entertainment, Bethesda Softworks", | |||
"type": "string" | |||
}, | |||
"date": { | |||
"aliases": [ | |||
"date de sortie" | |||
], | |||
"label": "Date de sortie", | |||
"description": "Date à laquelle est sorti ce jeu.", | |||
"type": "date" | |||
}, | |||
"genre": { | |||
"label": "Genre", | |||
"description": "Catégorie(s) du jeu définie par les caractéristiques qu'il possède.", | |||
"type": "string" | |||
}, | |||
"moteur": { | |||
"label": "Moteur", | |||
"description": "Moteur(s) physique ou graphique qu'utilise ce jeu.", | |||
"type": "string" | |||
}, | |||
"modes": { | |||
"label": "Modes", | |||
"description": "Modes de jeu disponible dans ce jeu.", | |||
"example": "Solo, Multijoueur, Coopération", | |||
"type": "string" | |||
}, | |||
"age": { | |||
"label": "Évaluation", | |||
"description": "Évaluations du jeu par les organismes officiels de son accès aux jeunes.", | |||
"type": "string" | |||
}, | |||
"plateformes": { | |||
"label": "Plateformes", | |||
"description": "Platformes sur lesquels ce jeu est sorti.", | |||
"example": "Xbox 360, PlayStation 4, Steam", | |||
"type": "string" | |||
}, | |||
"média": { | |||
"label": "Média", | |||
"description": "Support(s) supplémentaires au jeu.", | |||
"example": "Nombre de CD, CD de Making of", | |||
"type": "string" | |||
}, | |||
"système": { | |||
"label": "Système", | |||
"description": "Configuration requise du jeu sur PC.", | |||
"type": "string" | |||
}, | |||
"précédent": { | |||
"label": "Précédent", | |||
"description": "Le jeu qui précède ce jeu.", | |||
"type": "string" | |||
}, | |||
"suivant": { | |||
"label": "Suivant", | |||
"description": "Le jeu qui suit ce jeu.", | |||
"type": "string" | |||
}, | |||
"partie de": { | |||
"label": "Partie de", | |||
"description": "De quelle suite/série de jeux ce jeu fait partie.", | |||
"type": "string" | |||
}, | |||
"pied": { | |||
"label": "Pied", | |||
"description": "Texte ou Fichier à ajouter en toute fin de l'infobox.", | |||
"type": "string" | |||
} | |||
}, | |||
"description": "Infobox pour les jeux.", | |||
"format": "block", | |||
"paramOrder": [ | |||
"type", | |||
"nom", | |||
"sous-titre", | |||
"image", | |||
"image2", | |||
"image3", | |||
"image4", | |||
"image5", | |||
"légende", | |||
"icône", | |||
"développeur", | |||
"éditeur", | |||
"date", | |||
"genre", | |||
"moteur", | |||
"modes", | |||
"age", | |||
"plateformes", | |||
"média", | |||
"système", | |||
"précédent", | |||
"suivant", | |||
"partie de", | |||
"pied" | |||
] | |||
} | |||
</templatedata> | |||
=== Liste des types acceptés === | |||
*jeu vidéo | |||
*jeu vidéo annulé | |||
*jeu de rôle | |||
*jeu de plateau | |||
*fangame | |||
{{ | == Exemples == | ||
=== ''Fallout'' === | |||
{{infobox jeu | |||
|nom =''Fallout 4'' | |||
|image =Fallout 4.jpg | |||
|icône =FO4 Fallout 4 logo.png | |||
|développeur =[[Bethesda Game Studios]] | |||
|éditeur =[[Bethesda Softworks]] | |||
|date =10 novembre 2015<br />17 decembre 2015 ({{Infobulle|JP|Japon}}) | |||
|genre ={{Wikipédia|Action-RPG|Jeu de rôle d'action}} ({{infobulle|A-RPG|Action - Role Playing Game}}) | |||
|moteur =[[Creation Engine]] | |||
|modes =Solo | |||
|age ={{Wikipédia|Pan European Game Information|PEGI}} : 18+ ({{Infobulle|EU|Europe}})<br />{{Wikipédia|Entertainment Software Rating Board|ESRB}} : Mature ({{Infobulle|AN|Amérique du nord}})<br />{{Wikipédia|British Board of Film Classification|BBFC}} : 18 ({{Infobulle|GB|Grande Bretagne}})<br />{{Wikipédia|Computer Entertainment Rating Organization|CERO}} : Z ({{Infobulle|JP|Japon}})<br />{{Wikipédia|Office of Film and Literature Classification|OFLC}} : MA15+ ({{Infobulle|AU|Australie}})<br />{{Wikipédia|Office of Film and Literature Classification (Nouvelle-Zélande)|OFLC}} ({{Infobulle|NZ|Nouvelle-Zélande}}) : 18+ | |||
|plateformes =1 DVD : Windows, Xbox One, PlayStation 4<br />[http://store.steampowered.com/app/377160 Steam]<br />[https://www.xbox.com/fr-FR/games/store/fallout-4/c3kldkzbhncz Microsoft Store] (streaming)<br />[https://www.xbox.com/fr-FR/games/store/fallout-4-game-of-the-year-edition/C24SVX28PNWM/0001 Microsoft Store] (streaming) ({{infobulle|GOTY|Game Of The Year}})<br />[https://www.playstation.com/fr-fr/games/fallout-4-ps4 PlayStation Store] | |||
|précédent =''[[Fallout: New Vegas]]'' | |||
|suivant =''[[Fallout 76]]'' | |||
|partie de =[[Série Fallout|Série ''Fallout'' principale]] | |||
}} | }} | ||
{{ | <syntaxhighlight lang="moin"> | ||
{{infobox jeu | |||
|nom =''Fallout 4'' | |||
|image =Fallout 4.jpg | |||
|icône =FO4 Fallout 4 logo.png | |||
|développeur =[[Bethesda Game Studios]] | |||
|éditeur =[[Bethesda Softworks]] | |||
|date =10 novembre 2015<br />17 decembre 2015 ({{Infobulle|JP|Japon}}) | |||
|genre ={{Wikipédia|Action-RPG|Jeu de rôle d'action}} ({{infobulle|A-RPG|Action - Role Playing Game}}) | |||
|moteur =[[Creation Engine]] | |||
|modes =Solo | |||
|age ={{Wikipédia|Pan European Game Information|PEGI}} : 18+ ({{Infobulle|EU|Europe}})<br />{{Wikipédia|Entertainment Software Rating Board|ESRB}} : Mature ({{Infobulle|AN|Amérique du nord}})<br />{{Wikipédia|British Board of Film Classification|BBFC}} : 18 ({{Infobulle|GB|Grande Bretagne}})<br />{{Wikipédia|Computer Entertainment Rating Organization|CERO}} : Z ({{Infobulle|JP|Japon}})<br />{{Wikipédia|Office of Film and Literature Classification|OFLC}} : MA15+ ({{Infobulle|AU|Australie}})<br />{{Wikipédia|Office of Film and Literature Classification (Nouvelle-Zélande)|OFLC}} ({{Infobulle|NZ|Nouvelle-Zélande}}) : 18+ | |||
|plateformes =1 DVD : Windows, Xbox One, PlayStation 4<br />[http://store.steampowered.com/app/377160 Steam]<br />[https://www.xbox.com/fr-FR/games/store/fallout-4/c3kldkzbhncz Microsoft Store] (streaming)<br />[https://www.xbox.com/fr-FR/games/store/fallout-4-game-of-the-year-edition/C24SVX28PNWM/0001 Microsoft Store] (streaming) ({{infobulle|GOTY|Game Of The Year}})<br />[https://www.playstation.com/fr-fr/games/fallout-4-ps4 PlayStation Store] | |||
|précédent =''[[Fallout: New Vegas]]'' | |||
|suivant =''[[Fallout 76]]'' | |||
|partie de =[[Série Fallout|Série ''Fallout'' principale]] | |||
}} | }} | ||
</syntaxhighlight> | |||
{{ | {{clear}} | ||
}} | |||
{{ | === ''Van Buren'' === | ||
{{Infobox jeu | |||
|type =jeu vidéo annulé | |||
|nom =''Fallout 3: A Post Nuclear Role Playing Game'' | |||
|sous-titre =''Van Buren'' | |||
|image =Vb menu principal.jpg | |||
|développeur =[[Black Isle Studios]] | |||
|éditeur =[[Interplay Entertainment]] | |||
|date =Annulé le 8 décembre 2003 | |||
|genre =Jeu de rôle | |||
|moteur =[[Jefferson Engine]] | |||
|modes =Solo, coopération | |||
|plateformes =Windows | |||
}} | }} | ||
{{ | <syntaxhighlight lang="moin"> | ||
{{Infobox jeu | |||
|type =jeu vidéo annulé | |||
|nom =''Fallout 3: A Post Nuclear Role Playing Game'' | |||
|sous-titre =''Van Buren'' | |||
|image =Vb menu principal.jpg | |||
|développeur =[[Black Isle Studios]] | |||
|éditeur =[[Interplay Entertainment]] | |||
|date =Annulé le 8 décembre 2003 | |||
|genre =Jeu de rôle | |||
|moteur =[[Jefferson Engine]] | |||
|modes =Solo, coopération | |||
|plateformes =Windows | |||
}} | }} | ||
</syntaxhighlight> | |||
{{clear}} | {{clear}} | ||
modifications