Difference between revisions of "Template:Ribbon2"

From Geohashing
(still looking for a width that works properly)
(reduce indent to 1em)
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
<!-- this css MUST NOT have any variables in it - someday, it'll be moved to [[MediaWiki:Common.css]] -->
 
<!-- this css MUST NOT have any variables in it - someday, it'll be moved to [[MediaWiki:Common.css]] -->
 
{{#css:
 
{{#css:
 +
.ribbon2-wrapper {
 +
  /* it's probably possible to remove this but idk how */
 +
  display: flex;
 +
}
 +
 
.ribbon2 {
 
.ribbon2 {
 
   padding: 5px;
 
   padding: 5px;
Line 7: Line 12:
 
   border-left: 5px solid;
 
   border-left: 5px solid;
 
   border-radius: 1px;
 
   border-radius: 1px;
 +
  align-items: center;
 +
}
 +
 +
.ribbon2[data-ribbon2-theme=default] {
 +
  display: grid;
 +
  grid-template-areas:
 +
    "icon achievement achievement image"
 +
    "icon .          action      image";
 +
  grid-template-columns: auto 1em 1fr auto;
 +
  gap: 0 1ch;
 
   align-items: center;
 
   align-items: center;
  
Line 36: Line 51:
 
}
 
}
  
.ribbon2[data-ribbon2-theme=default] {
+
.ribbon2[data-ribbon2-theme=mini], .ribbon2[data-ribbon2-theme=micro] {
   display: grid;
+
   display: flex;
   grid-template-areas:
+
   flex-direction: row;
    "icon achievement achievement image"
+
  gap: 1ch;
    "icon .          action      image";
+
 
   grid-template-columns: auto 3em 1fr auto;
+
   .ribbon2-icon img {
  gap: 0 1ch;
+
    width: 3ch;
   align-items: center;
+
    height: 3ch;
 +
   }
 
}
 
}
  
 
+
}}<div class="ribbon2-wrapper">
}}<div class="ribbon2" style="border-left-color:{{{color|#e8bf28}}}" data-ribbon2-theme="{{#var:ribbontheme|default}}">
+
<div class="ribbon2" style="border-left-color:{{{color|#e8bf28}}}" data-ribbon2-theme="{{#var:ribbontheme|default}}">
 
   <div class="ribbon2-icon">{{{iconcode|[[File:{{{icon|Landgeohash.png}}}|70px]]}}}</div>
 
   <div class="ribbon2-icon">{{{iconcode|[[File:{{{icon|Landgeohash.png}}}|70px]]}}}</div>
 
   <div class="ribbon2-achievement">{{{achievement}}}</div>
 
   <div class="ribbon2-achievement">{{{achievement}}}</div>
 
   <div class="ribbon2-action">{{{action}}}</div>
 
   <div class="ribbon2-action">{{{action}}}</div>
 
<div class="ribbon2-image">{{#if:{{{image|}}}|[[Image:{{{image}}}|50px]]}}</div>
 
<div class="ribbon2-image">{{#if:{{{image|}}}|[[Image:{{{image}}}|50px]]}}</div>
 +
</div>
 
</div><noinclude>
 
</div><noinclude>
  
 
== Tests ==
 
== Tests ==
 
[[File:Frozen.png|right|220px]]
 
[[File:Frozen.png|right|220px]]
 +
asdfasdf
 
{{Ribbon2|action={{Lipsum}}|image=2020-02-08_43_-79_SIGSTKFLT-stupidgrin.jpg}}
 
{{Ribbon2|action={{Lipsum}}|image=2020-02-08_43_-79_SIGSTKFLT-stupidgrin.jpg}}
 
{{Dark Ages|latitude=51|longitude=-1|date=2019-11-29|name=[[User:DanQ|DanQ]]|image=Vlcsnap-2019-11-29-15h55m24s199.jpg}}
 
{{Dark Ages|latitude=51|longitude=-1|date=2019-11-29|name=[[User:DanQ|DanQ]]|image=Vlcsnap-2019-11-29-15h55m24s199.jpg}}

Latest revision as of 02:18, 18 November 2024

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

Tests

Frozen.png

asdfasdf

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
Fiveohthree.png
DanQ earned the Dark Ages achievement
by going on an expedition to the (51, -1) geohash on 2019-11-29.
Vlcsnap-2019-11-29-15h55m24s199.jpg
Frozen.png
SIGSTKFLT earned the Frozen Geohash Achievement
by reaching the (43, -79) geohash on 2020-02-08 while the temperature was -17°C.
2020-02-08 43 -79 SIGSTKFLT-stupidgrin.jpg
Landgeohash.png
{{{achievement}}}
{{{action}}}

Mini

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.

Micro

Landgeohash.png
foo
{{{action}}}

TODO

  • Handle long actions in mini and micro themes
  • Split themes into their own templates?
  • Make the {{{image}}} parameter work