Vorlage:Weather inline: Unterschied zwischen den Versionen

Aus Stardew Valley Wiki
Zur Navigation springen Zur Suche springen
(Revamp: same features as Template:Season)
Zeile 1: Zeile 1:
<includeonly>{{#switch: {{lc:{{{value|{{{1|}}}}}}}}
+
<includeonly><!--
| sunny | sun = [[File:Sunny.png]]&nbsp;[[Wetter|Sonnig]]
+
// Define the list of recognized weather names
| rainy | rain = [[File:Rain.png]]&nbsp;[[Wetter|Regen]]
+
//  First column=icon name -> same in all languages
| polleny | pollen | wind | windy = [[File:Pollen_fall.png]]&nbsp;[[Wetter|Pollen]]
+
//  Second column=displayed text -> needs translation
| springwind = [[File:Pollen spring.png|link=]]&nbsp;[[Wetter|Wind]]
+
//  All other values are synonyms
| stormy | storm = [[File:Thunderstorm.png]]&nbsp;[[Wetter|Gewitter]]
+
-->{{ParseInputValues|code=weather||
| snowy | snow = [[File:Snow.png]]&nbsp;[[Wetter|Schnee]]
+
,Any,          Beliebig, All, Always, Jedes, Jedem, Immer,
| #default = <span style="color: red;">WEATHER TEMPLATE ERROR</span>
+
,Sunny,        Sonnig, Sun,
}}</includeonly><noinclude>{{englishdoc}}</noinclude>
+
,Pollen fall,  Wind,  Pollen, Polleny, Windy,
 +
,Pollen spring, Wind,  Springwind,
 +
,Rain,          Regen,  Rainy,
 +
,Thunderstorm,  Gewitter, Sturm, Storm, Stormy,
 +
,Snow,          Schnee, Snowy
 +
}}<!--
 +
// The name of the weather wiki page
 +
-->{{#arraydefine:$lang_weatherlink|Wetter}}<!--
 +
 
 +
// 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:$wlink_text}} | alt=]]&nbsp;}}<!--
 +
 
 +
// Add link
 +
-->[[{{#arrayprint:$lang_weatherlink}}|{{#arrayprint:$wlink_text}}]]<!--
 +
-->}}}}</span>}}}}</includeonly><noinclude>{{Englishdoc}}{{#ifexist:{{FULLPAGENAME}}/doc |<nowiki/>
 +
{{{{FULLPAGENAME}}/doc}} }}</noinclude>

Version vom 9. September 2020, 22:53 Uhr

Details zur Vorlage finden Sie auf der englischsprachigen Dokumentationsseite.

Verwendung

Diese Vorlage kann verwendet werden, indem Sie auf eine relevante Seite folgendes eingeben.

{{Weather inline}}

Ergibt... Vorlage:ParseInputValues[[File:Vorlage:ParseInputValues.png|

      | link=Vorlage:ParseInputValues | alt=]] [[Wetter|Vorlage:ParseInputValues]]