Difference between revisions of "Template:ScheduleHeader"

From Stardew Valley Wiki
Jump to navigation Jump to search
(Let's see if Season Deviations works)
(Make this a little more readable and <big>...</big> was deprecated in favor of CSS "font-size: larger;" also remove case sensitivity in #switch:{{{1|}}}|case= statements)
Line 1: Line 1:
<includeonly>{| class="mw-collapsible mw-collapsed" style="border:1px solid {{#switch: {{{1|}}}
+
<includeonly>{| class="mw-collapsible mw-collapsed" style="border: 1px solid {{#switch:{{LC:{{{1|}}}}}
|Spring= rgb(38,160,38)
+
  | spring    = rgb(38,160,38)
|Summer= rgb(255, 219, 77)  
+
  | summer    = rgb(255, 219, 77)  
|Fall= rgb(230, 138, 0)  
+
  | fall      = rgb(230, 138, 0)  
|Winter= rgb(68,155,237)
+
  | winter    = rgb(68,155,237)
|Marriage= rgb(233, 19, 240)
+
  | marriage  = rgb(233, 19, 240)
|Deviations= rgb(255,0,0)}}; padding:5px;border-radius:11px;margin-top:15px;width:500px;"  
+
  | deviations = rgb(255,0,0)
!style="background: #{{#switch: {{{1|}}}
+
}}; padding: 5px; border-radius: 11px; margin-top: 15px; width: 500px;"  
|Spring= 5cd65c
+
! style="background: #{{#switch:{{LC:{{{1|}}}}}
|Summer= ffdb4d
+
  | spring    = 5CD65C
|Fall= e68a00
+
  | summer    = FFDB4D
|Winter= 66ccff
+
  | fall      = E68A00
|Marriage= e913f0
+
  | winter    = 66CCFF
|Deviations= FF5A5A}};" | <big>{{Season|{{{1|}}}}}</big></includeonly><noinclude>{{{{FULLPAGENAME}}/doc}}</noinclude>
+
  | marriage  = E913F0
 +
  | deviations = FF5A5A
 +
}}; font-size: larger;" | {{Season|{{{1|}}}}}</includeonly><noinclude>{{{{FULLPAGENAME}}/doc}}</noinclude>

Revision as of 17:44, 27 February 2017

Used on villager pages to simplify and homogenize schedule headers.
Note that the template must be closed with |}

Use

{{ScheduleHeader|Spring}}
//Schedule tables and headings go here
|}
Spring.png Spring
{{ScheduleHeader|Summer}}
//Schedule tables and headings go here
|}
Summer.png Summer
{{ScheduleHeader|Fall}}
//Schedule tables and headings go here
|}
Fall.png Fall
{{ScheduleHeader|Winter}}
//Schedule tables and headings go here
|}
Winter.png Winter
{{ScheduleHeader|Marriage}}
//Schedule tables and headings go here
|}
Mermaid's Pendant.png Marriage
{{ScheduleHeader|Deviations}}
//Schedule tables and headings go here
|}
Deviations