Difference between revisions of "Template:Ribbon2"

From Geohashing
(Probably missing a bunch or variables in the sub-template call)
(overflow-y: auto)
(6 intermediate revisions by the same user not shown)
Line 27: Line 27:
 
.ribbon2-flex .ribbon2-actn {
 
.ribbon2-flex .ribbon2-actn {
 
   max-height: 4em;
 
   max-height: 4em;
   overflow-y: scroll;
+
   overflow-y: auto;
 
}
 
}
  
Line 82: Line 82:
  
 
}}{{Ribbon2/{{#switch:{{#var:ribbontheme}}|mini=mini|micro=micro|#default=default}}
 
}}{{Ribbon2/{{#switch:{{#var:ribbontheme}}|mini=mini|micro=micro|#default=default}}
 +
|style=border-left-color:{{{color|#bada55}}};background:{{{background|white}}};color:{{{fontcolor|black}}}
 
|color={{{color|#bada55}}}
 
|color={{{color|#bada55}}}
 
|icon={{{icon|landgeohash.png}}}
 
|icon={{{icon|landgeohash.png}}}
Line 87: Line 88:
 
|action={{{action}}}
 
|action={{{action}}}
 
|expedition={{{expedition}}}
 
|expedition={{{expedition}}}
 +
|background={{{background|white}}}
 +
|fontcolor={{{fontcolor|black}}}
 +
|image={{{image|}}}
 
}}<noinclude>
 
}}<noinclude>
  
Line 95: Line 99:
 
{{Ribbon2}}
 
{{Ribbon2}}
 
{{#vardefine:ribbontheme|mini}}
 
{{#vardefine:ribbontheme|mini}}
{{Ribbon2/test|action={{Lipsum}}}}
+
{{Ribbon2}}
 +
{{Ribbon2|action={{Lipsum}}}}
 
{{#vardefine:ribbontheme|micro}}
 
{{#vardefine:ribbontheme|micro}}
{{Ribbon2/test|achievement=foo|expedition=bar}}
+
{{Ribbon2|achievement=foo|expedition=bar}}
  
 
== TODO ==
 
== TODO ==

Revision as of 21:46, 27 September 2020

Landgeohash.png
{{{achievement}}}
{{{action}}}

Tests

Landgeohash.png
{{{achievement}}}
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
2020-02-08 43 -79 SIGSTKFLT-stupidgrin.jpg


Landgeohash.png
{{{achievement}}}
{{{action}}}


Landgeohash.png
{{{achievement}}}
{{{action}}}
Landgeohash.png
{{{achievement}}}
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.


Landgeohash.png
foo:
bar

TODO

  • Handle long actions in mini and micro themes
  • Split themes into their own templates?