20 398
modifications
Utilisation de TemplateData pour décrire les paramètres |
Balise : Éditeur de wikicode 2017 |
||
(8 versions intermédiaires par 2 utilisateurs non affichées) | |||
Ligne 7 : | Ligne 7 : | ||
<pre> | <pre> | ||
{{Infobox quête | {{Infobox quête | ||
|jeux = | |||
|type = | |||
|nom = | |||
|sous-titre = | |||
|icône = | |||
|image = | |||
|légende = | |||
|lieu = | |||
|lieu de fin = | |||
|donneur = | |||
|autres pnjs = | |||
|faction = | |||
|récompenses = | |||
|achèvement = | |||
|gamerscore = | |||
|type trophée = | |||
|précédente = | |||
|suivante = | |||
|relative = | |||
|baseid = | |||
|editorid = | |||
}} | }} | ||
</pre> | </pre> | ||
Ligne 43 : | Ligne 63 : | ||
"type": "wiki-file-name" | "type": "wiki-file-name" | ||
}, | }, | ||
"image": { | "image": { | ||
"label": "Image", | "label": "Image", | ||
Ligne 50 : | Ligne 69 : | ||
"type": "wiki-file-name" | "type": "wiki-file-name" | ||
}, | }, | ||
"image2": { | "image2": { | ||
"label": "Image 2", | "label": "Image 2", | ||
Ligne 56 : | Ligne 74 : | ||
"type": "wiki-file-name" | "type": "wiki-file-name" | ||
}, | }, | ||
"image3": { | "image3": { | ||
"label": "Image 3", | "label": "Image 3", | ||
Ligne 63 : | Ligne 80 : | ||
"type": "wiki-file-name" | "type": "wiki-file-name" | ||
}, | }, | ||
"image4": { | "image4": { | ||
"label": "Image 4", | "label": "Image 4", | ||
Ligne 69 : | Ligne 85 : | ||
"type": "wiki-file-name" | "type": "wiki-file-name" | ||
}, | }, | ||
"image5": { | "image5": { | ||
"label": "Image 5", | "label": "Image 5", | ||
Ligne 75 : | Ligne 90 : | ||
"type": "wiki-file-name" | "type": "wiki-file-name" | ||
}, | }, | ||
"image desc": { | "image desc": { | ||
"aliases": [ | "aliases": [ | ||
Ligne 146 : | Ligne 160 : | ||
"type": "string" | "type": "string" | ||
}, | }, | ||
" | "editorid": { | ||
"label": "Editor ID", | "label": "Editor ID", | ||
"description": "Le Editor ID de la quête si elle appartient à un jeu utilisant le GECK.", | "description": "Le Editor ID de la quête si elle appartient à un jeu utilisant le GECK.", | ||
Ligne 165 : | Ligne 179 : | ||
"description": "Liste des quêtes associées", | "description": "Liste des quêtes associées", | ||
"type": "string" | "type": "string" | ||
} | |||
}, | }, | ||
"description": "Infobox d'une quête", | "description": "Infobox d'une quête", | ||
Ligne 179 : | Ligne 192 : | ||
|type =principale | |type =principale | ||
|nom =Fuite ! | |nom =Fuite ! | ||
|icône = | |icône =FO3 Fuite succes.png | ||
|image =Interrogation of Amata.jpg | |image =Interrogation of Amata.jpg | ||
|image desc =Interrogation d'[[Amata Almodovar|Amata]] | |image desc =Interrogation d'[[Amata Almodovar|Amata]] | ||
Ligne 198 : | Ligne 211 : | ||
|jeux =FO3 | |jeux =FO3 | ||
|type =principale | |type =principale | ||
|icône =FO3 Fuite succes.png | |||
|icône = | |||
|image =Interrogation of Amata.jpg | |image =Interrogation of Amata.jpg | ||
|image desc =Interrogation d'[[Amata Almodovar|Amata]] | |image desc =Interrogation d'[[Amata Almodovar|Amata]] | ||
Ligne 252 : | Ligne 264 : | ||
|relative = | |relative = | ||
|baseid ={{ID|}} | |baseid ={{ID|}} | ||
}} | |||
</pre> | |||
== Exemples == | |||
=== Trouvez la cache de Duchesse (Fallout 76) === | |||
{{Infobox quête | |||
|nom = | |||
|jeux =FO76 | |||
|type =annexe | |||
|icône = | |||
|image =Fo76_Duchess_Stash_safe.png | |||
|image desc = | |||
|lieu =[[Welch]] | |||
|récompenses =200 [[XP]] <br /> 20 {{Caps76}} <br /> Voir [[#Récompenses|Récompenses]] | |||
|editorid =MTR15_WelchMisc | |||
|formid ={{ID|0050FDC0}} | |||
}} | |||
<pre> | |||
{{Infobox quête | |||
|jeux =FO76 | |||
|type =annexe | |||
|icône = | |||
|image =Fo76_Duchess_Stash_safe.png | |||
|image desc = | |||
|nom original = | |||
|lieu =[[Welch]] | |||
|récompenses =200 [[XP]] <br /> 20 {{Caps76}} <br /> Voir [[#Récompenses|Récompenses]] | |||
|editorid =MTR15_WelchMisc | |||
|formid ={{ID|0050FDC0}} | |||
}} | }} | ||
</pre> | </pre> |
modifications