Merge "Replace FOR UPDATE with LockManager use in LocalFile::lock()"
[lhc/web/wiklou.git] / docs / kss / styleguide-template / index.html
1 <!DOCTYPE html>
2 <html class="no-js" lang="en">
3 <head>
4 <meta charset="utf-8">
5 <title>MediaWiki Living Styleguide</title>
6 <meta name="description" content="">
7 <meta name="generator" content="kss-node" />
8 <meta name="viewport" content="width=device-width">
9 <link rel="stylesheet" href="public/kss.css">
10 <link rel="stylesheet" href="public/style.css">
11 </head>
12 <body><div id="kss-wrapper">
13 <header id="kss-header">
14 <hgroup><h1>MediaWiki Living Styleguide</h1></hgroup>
15 </header>
16 <nav class="content">
17 <ul>
18 <li><a href="index.html">0.0: Overview</a></li>
19 {{#eachRoot}}
20 <li>
21 <a href="section-{{reference}}.html">{{reference}}.0: {{header}}</a>
22 </li>
23 {{/eachRoot}}
24 </ul>
25 </nav>
26 <article>
27 {{#if overview}}
28 {{html overview}}
29 {{else}}
30 {{#eachSection rootNumber}}
31 <section>
32 {{#whenDepth 1}}
33 <h1>{{ reference }}.0 - {{ header }}</h1>
34 {{else}}
35 {{#whenDepth 2}}
36 <h2>{{ reference }} - {{ header }}</h2>
37 {{/whenDepth}}
38 {{#whenDepth 3}}
39 <h3>{{ reference }} - {{ header }}</h3>
40 {{/whenDepth}}
41 {{/whenDepth}}
42 {{#ifAny markup modifiers}}
43 <div>{{html description}}</div>
44 <h4>Default styling</h4>
45 <blockquote>{{modifierMarkup}}</blockquote>
46 {{#eachModifier}}
47 <h4>{{name}}</h4>
48 {{html description}}
49 <blockquote>{{modifierMarkup}}</blockquote>
50 {{/eachModifier}}
51 <pre class="prettyprint lang-html">{{markup}}</pre>
52 {{else}}
53 {{#if description}}
54 {{html description}}
55 {{/if}}
56 {{/ifAny}}
57 </section>
58 {{/eachSection}}
59 {{/if}}
60 </article>
61 </div></body>
62 </html>