Template:Interactive object infobox: differenze tra le versioni

Da Guild Wars - Wiki italiano non ufficiale.
Jump to navigation Jump to search
(Creata pagina con "{| style="margin: 0 0 0.5em 1em; border:1px solid silver; float:right; font-size:90%; text-align:left; background:white" cellpadding="5" cellspacing="3" class="infobox fellowship-infobox" ! colspan="2" style="font-size:110%; text-align:center; background-color:#FCD;" | {{{name|{{PAGENAME}}}}} |- | colspan="2" align="center" | {{#ifexist:image:{{{name}}}.jpg|{{{image|[[Image:{{{name}}}.jpg{{pipe}}150px]]}}}|{{{image|[[Image:{{PAGENAME}}.jpg{{pipe}}150px]]}}} }} |- valign=...")
 
Nessun oggetto della modifica
 
Riga 4: Riga 4:
| colspan="2" align="center" | {{#ifexist:image:{{{name}}}.jpg|{{{image|[[Image:{{{name}}}.jpg{{pipe}}150px]]}}}|{{{image|[[Image:{{PAGENAME}}.jpg{{pipe}}150px]]}}} }}
| colspan="2" align="center" | {{#ifexist:image:{{{name}}}.jpg|{{{image|[[Image:{{{name}}}.jpg{{pipe}}150px]]}}}|{{{image|[[Image:{{PAGENAME}}.jpg{{pipe}}150px]]}}} }}
|- valign="top"
|- valign="top"
! style="background-color:#FCD;" | Type
! style="background-color:#FCD;" | Tipo
| [[{{{type|Interactive object}}}]]
| [[{{{type|Oggetto interattivo}}}]]
|- valign="top"
|- valign="top"
<!-- Start:Optional Sections Code -->
<!-- Inizio:Sezione codici opzionali -->
{{#if: {{{skill|}}}
{{#if: {{{skill|}}}
   |
   |
     ! style="background-color:#FCD;" {{pipe}} [[Skill]]  
     ! style="background-color:#FCD;" {{pipe}} [[Abilità]]  
   {{pipe}} {{#ifexist: image:{{{skill}}}.png
   {{pipe}} {{#ifexist: image:{{{skill}}}.png
     | [[image:{{{skill}}}.png|16px]]
     | [[image:{{{skill}}}.png|16px]]
Riga 20: Riga 20:
{{pipe}}- valign="top"
{{pipe}}- valign="top"
   |
   |
}}<!-- End:Optional Sections Code -->
}}<!-- Fine:Sezione codici opzionali -->
! style="background-color:#FCD;" | {{#if: {{{campaign2|}}} | [[Campaign]]s | [[Campaign]] }}
! style="background-color:#FCD;" | {{#if: {{{campaign2|}}} | [[Campagna|Campagne]] | [[Campagna]] }}
| [[{{{campaign|Core}}}]] {{ #if:{{{campaign2|}}}
| [[{{{campaign|Base}}}]] {{ #if:{{{campaign2|}}}
     | <br>[[{{{campaign2}}}]] {{ #if:{{{campaign3|}}}
     | <br>[[{{{campaign2}}}]] {{ #if:{{{campaign3|}}}
       | <br>[[{{{campaign3}}}]] {{ #if:{{{campaign4|}}}
       | <br>[[{{{campaign3}}}]] {{ #if:{{{campaign4|}}}
Riga 30: Riga 30:
   }}
   }}
|- valign="top"
|- valign="top"
{{ #if: {{{map|}}} | {{NPC infobox map1 | {{{map}}}}}<br/><small>{{{map-text|(Click to enlarge)}}}</small>
{{ #if: {{{map|}}} | {{NPC infobox map1 | {{{map}}}}}<br/><small>{{{map-text|(Premi per ingrandire)}}}</small>
{{ #if: {{{map2|}}} | {{NPC infobox map2 | {{{map2}}}}}<br/><small>{{{map2-text|(Click to enlarge)}}}</small>
{{ #if: {{{map2|}}} | {{NPC infobox map2 | {{{map2}}}}}<br/><small>{{{map2-text|(Premi per ingrandire)}}}</small>
}} }}
}} }}
|}
|}
<!-- Start:Categorisation Code --><includeonly><div style="display:none;"><!-- Main Category defined by type -->
<!-- Inizio:Codice di categorizzazione --><includeonly><div style="display:none;"><!-- Categoria principale definito dal tipo -->
{{ #if: {{NAMESPACE}}
{{ #if: {{NAMESPACE}}
   |
   |
   |{{ #switch: {{lc: {{{type|}}} }}
   |{{ #switch: {{lc: {{{type|}}} }}
     | chest = [[Category:Chests]]
     | chest = [[Category:Forzieri]]
     | monument = [[Category:Monuments]]
     | monument = [[Category:Monumenti]]
     | signpost = [[Category:Signposts]]
     | signpost = [[Category:Cartelli]]
     | control point = [[Category:Control points]]
     | control point = [[Category:Punti di Controllo]]
     | [[Category:Interactive objects]]
     | [[Category:Oggetti interattivi]]
   }}
   }}
}}</div></includeonly><!--End: Categorisation Code -->
}}</div></includeonly><!--Fine: Codice di categorizzazione -->
<noinclude>{{clear}}
<noinclude>{{clear}}
==Usage==
==Utilizzo==


This template can be used for interactive map objects such as chests, treasure, wurm spoors, trebuchets, signposts etc...
Questo template può essere usato per oggetti interattivi come forzieri, tesori, trabucchi, cartelli, ecc.
<pre>
<pre>
{{Interactive object infobox
{{Interactive object infobox
Riga 66: Riga 66:
</pre>
</pre>


==Parameters==
==Parametri ==
; name : Optional. Defaults to the name of the article (<code><nowiki>{{PAGENAME}}</nowiki></code>).
; name : Opzionale. Predefinito al nome dell'articolo (<code><nowiki>{{PAGENAME}}</nowiki></code>).
; image : Optional. The image should be .jpg format. This should be an in-game view of the item. See also the [[Guild Wars Wiki:Image use|image use policy]]. Defaults to the objects name parameter.
; image : Opzionale. l'immagine deve essere in formato jpg. Deve essere la vista nel gioco dell'oggetto. Vedi anche le [[Guild Wars Wiki:Utilizzo immagine|norme di uso delle immagini]]. Il valore predefinito è uguale al nome dell'oggetto.
; type : Specifies the type of the environment object.
; type : Specifica il tipo dell'oggetto ambientale.
; campaign, campaign2, campaign3, campaign4 : Optional. The [[campaign]]s this item is available in. Defaults to [[Core]].  
; campaign, campaign2, campaign3, campaign4 : Opzionale. Le [[campagna|campagne]] in cui si trova l'oggetto. Predefinito a [[Base]].  
; skill : Optional. Any [[skill]] used by the object.
; skill : Opzionale. Qualsiasi [[abilità]] usata dall'oggetto.
; map, map2: Optional. May be used to show the object's fixed location if an accordant map is available.
; map, map2: Opzionale. Può essere utilizzato per mostrare il luogo fisso dell'oggetto se disponibile una mappa relativa.
; map-text, map2-text: Optional. Description for the particular maps.
; map-text, map2-text: Opzionale. Descrizione per le mappe.


===List of known object types===
===Lista dei tipi di oggetto conosciuti===
*[[Chest]]
*[[Forziere]]
*[[Monument]]
*[[Monumento]]
*[[PvP object]]
*[[Oggetto PvP]]
*[[Signpost]]
*[[Cartello]]
*[[Statue]] (Plaque really)
*[[Statua]] (in realtà Placche)
*[[Treasure]]
*[[Tesoro]]
*[[Control point]]
*[[Punto di Controllo]]


==Examples==
==Esempi==
<pre>
<pre>
{{Interactive object infobox
{{Interactive object infobox
| name = Margonite Chest
| name = Forziere Margonita
| type = Chest
| type = chest
| campaign = Nightfall
| campaign = Nightfall
}}
}}
Riga 95: Riga 95:
<pre>
<pre>
{{Interactive object infobox
{{Interactive object infobox
| name = Dwarven Powder Keg Station
| name = Stazione Polvere Nera Nanica
| image = [[Image:DwarvenPowderKegStation.jpg|150px]]
| image = [[Image:DwarvenPowderKegStation.jpg|150px]]
| campaign = Prophecies
| campaign = Prophecies
Riga 109: Riga 109:
</pre>
</pre>


[[Category:Infobox templates|O]]
[[Category:Template infobox|O]]
</noinclude>
</noinclude>

Versione attuale delle 10:10, 22 ott 2022

Interactive object infobox
File:Interactive object infobox.jpg
Tipo Oggetto interattivo
Campagna Base


Utilizzo

Questo template può essere usato per oggetti interattivi come forzieri, tesori, trabucchi, cartelli, ecc.

{{Interactive object infobox
| name = 
| image = 
| type = 
| campaign = 
| campaign2 = 
| campaign3 = 
| campaign4 = 
| skill = 
| map =
| map2 =
| map-text =
| map2-text =
}}

Parametri

name
Opzionale. Predefinito al nome dell'articolo ({{PAGENAME}}).
image
Opzionale. l'immagine deve essere in formato jpg. Deve essere la vista nel gioco dell'oggetto. Vedi anche le norme di uso delle immagini. Il valore predefinito è uguale al nome dell'oggetto.
type
Specifica il tipo dell'oggetto ambientale.
campaign, campaign2, campaign3, campaign4
Opzionale. Le campagne in cui si trova l'oggetto. Predefinito a Base.
skill
Opzionale. Qualsiasi abilità usata dall'oggetto.
map, map2
Opzionale. Può essere utilizzato per mostrare il luogo fisso dell'oggetto se disponibile una mappa relativa.
map-text, map2-text
Opzionale. Descrizione per le mappe.

Lista dei tipi di oggetto conosciuti

Esempi

{{Interactive object infobox
| name = Forziere Margonita
| type = chest
| campaign = Nightfall
}}
{{Interactive object infobox
| name = Stazione Polvere Nera Nanica
| image = [[Image:DwarvenPowderKegStation.jpg|150px]]
| campaign = Prophecies
| campaign2 = Eye of the North
}}
{{Interactive object infobox
|type = PvP object
|skill = Obelisk Lightning
}}