Differenze tra le versioni di "Template:Weather inline"

Da Stardew Valley Wiki.
Jump to navigation Jump to search
(sync with english template)
Riga 1: Riga 1:
<includeonly>{{#switch: {{lc:{{{1|}}}}}
+
<includeonly><!--
| sunny | sun | soleggiato | sole = [[File:Sunny.png|link=]]&nbsp;[[Clima|Sole]]
+
// Define the list of recognized weather names
| rainy | rain | piovoso | pioggia = [[File:Rain.png|link=]]&nbsp;[[Clima|Pioggia]]
+
//  First column=icon name -> same in all languages
| polleny | pollen | polline | wind | windy | vento | ventosa= [[File:Pollen_fall.png|link=]]&nbsp;[[Clima|Vento]]
+
//  Second column=displayed text -> needs translation
| springwind | vento di primavera = [[File:Pollen spring.png|link=]]&nbsp;[[Clima|Vento]]
+
//  All other values are synonyms
| stormy | storm | tempestoso | tempesta = [[File:Thunderstorm.png|link=]]&nbsp;[[Clima|Tempesta]]
+
-->{{ParseInputValues|code=weather||
| snowy | snow | nevoso | neve = [[File:Snow.png|link=]]&nbsp;[[Clima|Neve]]
+
,Any,          Qualsiasi, All,  Always,   
| #default = <span style="color:red">Il tipo di tempo è richiesto</span>}}</includeonly><noinclude>{{Englishdoc}}</noinclude>
+
,Sunny,        Sole,      Sun,  Soleggiato,
 +
,Pollen fall,  Vento,    Wind,  Pollen,    Polleny,    Windy, Polline, Ventosa,
 +
,Pollen spring, Vento,    Wind,  Springwind, Vento di primavera,
 +
,Rain,          Pioggia,  Rainy, Piovoso,   
 +
,Thunderstorm,  Tempesta,  Storm, Stormy,    Tempestoso,
 +
,Snow,          Neve,      Snowy, Nevoso,
 +
}}<!--
 +
// The name of the weather wiki page
 +
-->{{#arraydefine:$lang_weatherlink|Clima}}<!--
 +
 
 +
// END OF translated text
 +
 
 +
// Check whether there's already a file link in {{{1}}}... implying this is probably a recursive call.  Return immediately
 +
-->{{#if:{{#pos:{{{1|}}}|{{Bracket|2}}File}}|{{{1}}}|<!--
 +
// Parse input data, then loop over all extracted entries
 +
-->{{#arraydefine:$wweather|{{ParseInputValues|code=weather|{{{1|}}}|default=true}}}}<!--
 +
-->{{#arrayprint:$wweather||@weather@|<!--
 +
// Convert @weather@ (icon name) into displayed text
 +
-->{{#arraydefine:$wlink_text|{{ParseInputValues|code=weather|@weather@|translate=true}}}}<!--
 +
 
 +
// On first entry, add sort-key if requested. On other entries, add space and bullet.
 +
-->{{#ifexpr:{{#arraysearch:$wweather|@weather@}}>0
 +
    |&#32;•&#32;
 +
    |{{#if:{{{sortkey|}}}|
 +
        <span class="sortkey" style="display:none;">{{#if:{{#arrayprint:$wlink_text}}
 +
  |{{#expr:{{ParseInputValues|code=weather|@weather@|translate=index}}+1}}
 +
  |0}}</span>
 +
  }}}}<span style="display:inline; margin-right:0; white-space: nowrap"><!--
 +
 
 +
// Display unmatched text (detected by empty value for $wlink_text)
 +
// And also handle text_only option
 +
-->{{#ifeq:{{#arrayprint:$wlink_text}}|
 +
    | {{ucfirst:@weather@}}
 +
    | {{#if:{{{text_only|}}}
 +
        | {{#if:{{{no_translate|}}}|@weather@|{{#arrayprint:$wlink_text}}}}
 +
| <!--
 +
 
 +
// Display the normal cases: first display icon (except for Any)
 +
-->{{#ifeq:@weather@|Any||[[File:@weather@.png|
 +
      {{#if:{{{size|}}}|{{{size}}}px}} | link={{#arrayprint:$lang_weatherlink}}| alt=]]&nbsp;}}<!--
 +
 
 +
// Add link
 +
-->[[{{#arrayprint:$lang_weatherlink}}|{{#arrayprint:$wlink_text}}]]<!--
 +
-->}}}}</span>}}}}</includeonly><noinclude>{{Englishdoc}}{{#ifexist:{{FULLPAGENAME}}/doc |<nowiki/>
 +
{{{{FULLPAGENAME}}/doc}} }}</noinclude>

Versione delle 22:08, 30 set 2020

Vedi la pagina di documentazione inglese per ulteriori informazioni su questo modello.

Utilizzo

Questo modello può essere utilizzato inserendo quanto segue in una pagina pertinente.

{{Weather inline}}

Risultati in... Template:ParseInputValues[[File:Template:ParseInputValues.png|

      | link=Clima| alt=]] [[Clima|Template:ParseInputValues]]