1====== Jumbotron ======
2
3A lightweight, flexible component that can optionally extend the entire viewport to showcase key content on your site.
4
5<jumbotron>
6<html><h1></html> Hello, world! <html></h1></html>
7
8This is a simple hero unit, a simple jumbotron-style
9component for calling extra attention to featured
10content or information.
11
12<btn type="primary">[[#|Learn more]]</btn>
13</jumbotron>
14
15\\
16
17<code html5><jumbotron>
18====== Hello, world! ======
19
20This is a simple hero unit, a simple jumbotron-style
21component for calling extra attention to featured
22content or information.
23
24<btn type="primary">[[#|Learn more]]</btn>
25</jumbotron></code>
26
27===== Background and text colors =====
28
29<code html><jumbotron background=":wiki:plugin:bootswrapper:35723-fielx.jpg" color="#fff">
30====== Lorem ipsum! ======
31
32Lorem ipsum dolor sit amet, [...]
33</jumbotron></code>
34
35<jumbotron background=":wiki:plugin:bootswrapper:35723-fielx.jpg" color="#fff">
36====== Lorem ipsum! ======
37
38Lorem ipsum dolor sit amet, consectetur adipisici elit, sed eiusmod tempor incidunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquid ex ea commodi consequat. Quis aute iure reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint obcaecat cupiditat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
39
40<btn type="primary">Link</btn>
41</jumbotron>
42
43^ Attribute ^ Description ^
44| ''background'' | Background URL or DokuWiki Media link (eg '':wiki:logo.png'') |
45| ''color''      | Color name or HEX (eg. ''#ffffff'') of text |
46