Difference between revisions of "Template:Notable"

From Dragalia Lost Wiki
Jump to navigation Jump to search
>Discoomastar
(Created page with "{{#css: .notable, .notable * { box-sizing: border-box; } .notable { display: flex; flex-direction: column; margin: 1em; } .notable > .notable-header { background-color: rgb...")
>Discoomastar
Line 1: Line 1:
{{#css:
+
<includeonly>{{#css:
  
 
.notable, .notable * {
 
.notable, .notable * {
Line 41: Line 41:
 
</div>
 
</div>
  
</div>
+
</div></includeonly><noinclude>
 +
 
 +
A responsive alternative to tables, when creating notable information. Use with [[Template:NotableWrap]] if you need more than one. Feel free to contact if you have questions/concerns. [[User:Discoomastar|Discoomastar]] ([[User talk:Discoomastar|talk]]) 05:21, 12 May 2019 (UTC)
 +
 
 +
<pre>
 +
{{Notable
 +
|header=header goes here
 +
|content=content goes here
 +
}}
 +
</pre>
 +
 
 +
{{Notable
 +
|header=fun header text
 +
|content=Cupcake ipsum dolor sit amet pudding chocolate wafer cake. Ice cream gingerbread fruitcake sweet roll. Cake toffee sesame snaps cotton candy marshmallow pastry. Icing jelly chocolate cake lollipop gummies. Cookie fruitcake tiramisu dessert macaroon gummies fruitcake marzipan. Cupcake muffin cookie tiramisu ice cream. Macaroon marshmallow gummies oat cake. Dragée pudding danish sweet roll jujubes dessert.
 +
}}
 +
 
 +
</noinclude>

Revision as of 00:21, 12 May 2019


A responsive alternative to tables, when creating notable information. Use with Template:NotableWrap if you need more than one. Feel free to contact if you have questions/concerns. Discoomastar (talk) 05:21, 12 May 2019 (UTC)

{{Notable
|header=header goes here
|content=content goes here
}}

{{#css:

.notable, .notable * { box-sizing: border-box; }

.notable { display: flex; flex-direction: column; margin: 1em; }

.notable > .notable-header { background-color: rgb(77, 144, 94); color: white; text-shadow: rgba(0, 0, 0, 0.75) 0px 0px 0.25em; font-weight: bold; padding: .2em .5em; border: 1px solid rgb(51, 102, 66); text-align: center; }

.notable > .notable-content { background-color: #f8f9fa; padding: .2em .5em; border-right: 1px solid rgb(170, 170, 170); border-left: 1px solid rgb(170, 170, 170); border-bottom: 1px solid rgb(170, 170, 170); color: rgb(34, 34, 34); }


}}

fun header text

Cupcake ipsum dolor sit amet pudding chocolate wafer cake. Ice cream gingerbread fruitcake sweet roll. Cake toffee sesame snaps cotton candy marshmallow pastry. Icing jelly chocolate cake lollipop gummies. Cookie fruitcake tiramisu dessert macaroon gummies fruitcake marzipan. Cupcake muffin cookie tiramisu ice cream. Macaroon marshmallow gummies oat cake. Dragée pudding danish sweet roll jujubes dessert.