|
|
(8 versions intermédiaires par le même utilisateur non affichées) |
Ligne 3 : |
Ligne 3 : |
| |headerstyle = background:#e0c59d; | | |headerstyle = background:#e0c59d; |
| |title = {{#if: {{{title|}}} | {{{title}}} | {{BASEPAGENAME}} }} | | |title = {{#if: {{{title|}}} | {{{title}}} | {{BASEPAGENAME}} }} |
| |image = {{#invoke:InfoboxImage|InfoboxImage|image=Infobox{{#if: {{{infoboxPicture|}}} | {{{infoboxPicture}}} | PlaceholderLieux }}.png | size=480px | maxsize=480px}} | | |image = {{#invoke:InfoboxImage|InfoboxImage|image=Infobox{{#if: {{{concatName|}}} | {{{concatName}}} | Placeholder }}.png | size=300px | maxsize=300px}} |
| |header1 = Informations générales | | |data1 = |
| |label2 = [[Fichier:IconDynmap.png|alt=|16px]] Coordonnées
| | |label1 = ''{{{latin|}}}'' |
| |data2 = [https://map.steamhouse.org/?worldname={{#if: {{{dynmapWorld|}}} | {{{dynmapWorld}}} | world }}&mapname={{#ifeq: {{{dynmapView|}}} | surface | surface | flat }}&zoom={{#if: {{{dynmapZoom|}}} | {{{dynmapZoom}}} | 0 }}&x={{#if: {{{xCoord|}}} | {{{xCoord}}} | 0}}&y={{#if: {{{yCoord|}}} | {{{yCoord}}} | 0}}&z={{#if: {{{zCoord|}}} | {{{zCoord}}} | 0}} {{#if: {{{xCoord|}}} | {{{xCoord}}} | 0}}, {{#if: {{{yCoord|}}} | {{{yCoord}}} | 0}}, {{#if: {{{zCoord|}}} | {{{zCoord}}} | 0}}]
| | |label2 = [[Fichier:IconClock.png|alt=|16px]] Date de découverte |
| |label3 = [[Fichier:IconFaction.png|alt=|16px]] Faction | | |data2 = {{{datecreate|}}} |
| |data3 = {{#if: {{{faction|}}} | [[{{{faction}}} (Faction)| {{{faction}}}]][[Catégorie:{{{faction}}}]] | Aucune }}
| | |label3 = [[Fichier:IconBiome.png|alt=|16px]] Habitat principal |
| |label4 = [[Fichier:IconLocalisation.png|alt=|16px]] Localisation | | |data3 = {{#if: {{{biome|}}} | [[{{{biome}}}]][[Catégorie:{{{biome}}}]] | }} |
| |data4 = {{{localisation|}}} | |
| |label5 = [[Fichier:IconTheme.png|alt=|16px]] Thème | |
| |data5 = {{#if: {{{musicLink|}}} | [{{{musicLink}}} Lien Youtube] | Pas de musique}} | |
| |header6 = Type de lieu
| |
| |data7 = {{#if: {{{iconPlace|}}} | [[Fichier:IconPlaces{{{iconPlace}}}.png|alt=|64px]] | Pas d’icône }}
| |
| |header9 = Métadonnées
| |
| |label10 = [[Fichier:IconCreatorNPC.png|alt=|16px]] Constructeur
| |
| |data10 = {{#if: {{{creator|}}} | [[Utilisateur:{{{creator}}} | {{{creator}}}]] | Aucun }}
| |
| |label13 = [[Fichier:IconCreatorNPC.png|alt=|16px]] avec l'aide de
| |
| |data13 = {{{contributors|}}}
| |
| |label14 = [[Fichier:IconClock.png|alt=|16px]] Date de création
| |
| |data14 = {{{datecreate|}}} | |
| }} | | }} |
| <includeonly>[[Catégorie:Lieux]]</includeonly>
| |
| <noinclude> | | <noinclude> |
| | |
| <templatedata> | | <templatedata> |
| { | | { |
Ligne 31 : |
Ligne 19 : |
| "label": "Titre Infobox", | | "label": "Titre Infobox", |
| "description": "Titre de l'infobox", | | "description": "Titre de l'infobox", |
| "default": "Le titre de la page", | | "type": "string", |
| "type": "string" | | "default": "Le titre de la page" |
| }, | | }, |
| "infoboxPicture": { | | "concatName": { |
| "label": "Nom normalisé", | | "label": "Nom normalisé", |
| "description": "Le nom normalisé de l'image, permettant l'affichage automatique de l'image d'infobox", | | "description": "Le nom normalisé de l'image, permettant l'affichage automatique de l'image d'infobox", |
| "example": "\"Abysses\" \"SpaceUnion\"",
| |
| "type": "string",
| |
| "default": "PlaceholderLieux" | | "default": "PlaceholderLieux" |
| }, | | }, |
| "dynmapWorld": { | | "latin": { |
| "label": "Monde dynmap", | | "label": "Nom scientifique", |
| "description": "Monde à afficher sur la dynmap", | | "description": "Nom scientifique en latin (ou autre langue)" |
| "example": "\"world\" \"idblock\"",
| |
| "default": "world"
| |
| }, | | }, |
| "dynmapView": { | | "datecreate": { |
| "label": "Vue dynmap", | | "label": "Date de découverte", |
| "description": "Vue en 3D ou en 2D", | | "description": "Date de découverte ou d'enregistrement de l'espèce.", |
| "example": "\"Surface\" ou \"Flat\"", | | "example": "2E, 211" |
| "type": "string",
| |
| "default": "surface"
| |
| },
| |
| "dynmapZoom": {
| |
| "label": "Zoom dynmap",
| |
| "description": "Taille du zoom. 0 étant le plus petit et 6 le plus grand.",
| |
| "type": "number",
| |
| "default": "0"
| |
| },
| |
| "xCoord": {
| |
| "label": "Coordonnée X",
| |
| "type": "number"
| |
| },
| |
| "yCoord": {
| |
| "label": "Coordonnée Y",
| |
| "type": "number"
| |
| }, | | }, |
| "zCoord": { | | "biome": { |
| "label": "Coordonnée Z", | | "label": "Biome", |
| "type": "number"
| | "description": "Habitat principal de l'espèce" |
| },
| |
| "faction": {
| |
| "label": "Faction",
| |
| "description": "La faction auquel appartient le lieu", | |
| "example": "\"Revolution's Thunder\" \"Hostile\" \"Aucune\" \"Pacifique\"",
| |
| "type": "string"
| |
| },
| |
| "localisation": {
| |
| "label": "Localisation",
| |
| "description": "Où se situe le lieu",
| |
| "example": "\"Revolution's Thunder\" \"Forêt de Travers\"",
| |
| "type": "string"
| |
| },
| |
| "musicLink": {
| |
| "label": "Musique",
| |
| "description": "Lien Youtube vers la musique du lieu",
| |
| "example": "https://www.youtube.com/watch?v=dQw4w9WgXcQ",
| |
| "default": "\"Pas de musique\""
| |
| },
| |
| "iconPlace": {
| |
| "label": "Icone",
| |
| "description": "Icone à afficher qui indique le type de lieu",
| |
| "default": "Aucune"
| |
| },
| |
| "creator": {
| |
| "label": "Créateur",
| |
| "description": "Le nom du créateur du lieu",
| |
| "type": "wiki-user-name"
| |
| },
| |
| "contributors": {
| |
| "label": "Contributeurs",
| |
| "description": "Liste des contributeurs au projet",
| |
| "type": "wiki-user-name"
| |
| },
| |
| "datecreate": {
| |
| "label": "Date de création",
| |
| "description": "Quand le lieu à été construit",
| |
| "example": "2017, Janvier 2020, 15 Novembre 2018",
| |
| "type": "date"
| |
| } | | } |
| }, | | }, |
| "description": "Infobox pour les lieux comme des maisons, des caves, etc" | | "description": "Infobox pour les espèces, comme humain, loup-garou, etc..." |
| } | | } |
| </templatedata> | | </templatedata></noinclude> |
| </noinclude> | |