« Modèle:NPC infobox » : différence entre les versions

De Wiki - La Calv
Aller à la navigation Aller à la recherche
Aucun résumé des modifications
Aucun résumé des modifications
 
(10 versions intermédiaires par le même utilisateur non affichées)
Ligne 1 : Ligne 1 :
{{#arraydefine:effets|{{{effects|Aucun effet}}}}}
{{#arraydefine:effets|{{{effects|Aucun effet}}}}}{{#vardefine:elementicon|{{elementicon|{{{element|}}}}}}}{| align="right" style="margin:0 0 0.5em 1em; border:1px solid silver; font-size:90%; text-align:left; background-color:white; width:300px;" cellpadding="5" cellspacing="3"
{{#vardefine:elementicon|{{elementicon|{{{element|}}}}}}}
! colspan="2" style="font-size:110%; text-align:center; background-color:{{elementcolor|{{{element|}}}}};" | {{{name|{{PAGENAME}}}}} {{#var:elementicon}}
{| align="right" style="margin:0 0 0.5em 1em; border:1px solid silver; font-size:90%; text-align:left; background-color:white; width:300px;" cellpadding="5" cellspacing="3"
! colspan="2" style="font-size:110%; text-align:center; background-color:#FA5;" | {{{name|{{PAGENAME}}}}} {{#var:elementicon}}
|-
|-
| colspan="2" align="center" | {{{image|[[Image:{{{name|}}}.png|200px]]}}}
| colspan="2" align="center" | {{{image|[[Image:{{{name|{{PAGENAME}}}}}.png|200px]]}}}
|- valign="top"
|- valign="top"
! style="background-color:#FA5;" | Type
! style="background-color:{{elementcolor|{{{element|}}}}};" | Type
| [[{{{type|''type manquant''}}}]]
| [[{{{type|''type manquant''}}}]]
|- valign="top"
|- valign="top"
! style="background-color:#FA5;" | Nom
! style="background-color:{{elementcolor|{{{element|}}}}};" | Nom
| {{{name|{{PAGENAME}}}}}
| {{{name|{{PAGENAME}}}}}
|- valign="top"
|- valign="top"
! style="background-color:#FA5;" | Nom court
! style="background-color:{{elementcolor|{{{element|}}}}};" | Nom court
| {{{short|''short manquant''}}}
| {{{short|''short manquant''}}}
|- valign="top"
|- valign="top"
! style="background-color:#FA5;" | Élément
! style="background-color:{{elementcolor|{{{element|}}}}};" | Élément
| [[{{{element|''element manquant''}}}]]
| [[{{{element|''element manquant''}}}]]
|- valign="top"
|- valign="top"
! style="background-color:#FA5;" | Effets
! style="background-color:{{elementcolor|{{{element|}}}}};" | Effets
| {{#arrayprint:effets |,  |@@@@ | [[@@@@]] }}
| {{#arrayprint:effets |,  |@@@@ | [[@@@@]] }}
|-
|-
|}<noinclude>
|}
<includeonly>[[Catégorie:{{{type|}}}]]
[[Catégorie:{{{element|}}}]]
{{#arrayprint:effets| |@@@@ | [[Catégorie:@@@@]] }}
</includeonly><noinclude>
{{clear}}
{{clear}}


Ligne 47 : Ligne 49 :
<pre>
<pre>
{{NPC infobox
{{NPC infobox
| name = Bellindt
| short = bellindt
| short = bellindt
| image = Bellindt.png
| type = Mob
| type = Mob
| element = Électro
| element = Électro
Ligne 59 : Ligne 59 :
<pre>
<pre>
{{NPC infobox
{{NPC infobox
| name = Lunalpes
| short = lunalpes
| short = lunalpes
| image = Lunalpes.png
| type = Boss
| type = Boss
| element = Aqua
| element = Aqua
Ligne 71 : Ligne 69 :
<pre>
<pre>
{{NPC infobox
{{NPC infobox
| name = Styliste
| short = kazu
| short = kazu
| image = Styliste.png
| type = Pnj
| type = Pnj
| element = Pyro
| element = Pyro
Ligne 80 : Ligne 76 :
</pre>
</pre>


[[Catégorie:Modèles Infobox|NPC infobox]]
</noinclude>
</noinclude>

Dernière version du 23 novembre 2023 à 22:52

NPC infobox
Fichier:NPC infobox.png
Type ''type manquant''
Nom NPC infobox
Nom court short manquant
Élément ''element manquant''
Effets Aucun effet


{{NPC infobox
| name = 
| short = 
| image = 
| type = 
| element = 
| effects = 
}}

Paramètres

image
Facultatif. Une image représentative. Utilise par défaut le nom court ({{{short|}}}.png).
name
Facultatif. Utilise par défaut le nom de l'article ({{PAGENAME}}
short
Le nom court de la créature ou du personnage.
type
Type de l'entité (par exemple, Mob, Boss, Pnj).
element
L'élément associé à la créature ou au personnage (par exemple, pyro, aqua, électro, etc.).
effects
Facultatif. Liste des effets de la créature ou du personnage.

Exemples

Pour une créature standard :

{{NPC infobox
| short = bellindt
| type = Mob
| element = Électro
| effects = Bonne étoile, Impuissance vs Aqua
}}

Pour un boss :

{{NPC infobox
| short = lunalpes
| type = Boss
| element = Aqua
| effects = Gel, Empoisonnement
}}

Pour un PNJ :

{{NPC infobox
| short = kazu
| type = Pnj
| element = Pyro
| effects = Consolidation
}}