summaryrefslogtreecommitdiff
path: root/meta/styletest/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'meta/styletest/index.html')
-rwxr-xr-xmeta/styletest/index.html28
1 files changed, 25 insertions, 3 deletions
diff --git a/meta/styletest/index.html b/meta/styletest/index.html
index 5842d48..c51776a 100755
--- a/meta/styletest/index.html
+++ b/meta/styletest/index.html
@@ -12,14 +12,14 @@
<script src="/js/bg.js"></script>
<title>Style Template &mdash; DistressNetwork°</title>
<meta name="description" content="&laquo;BOMBER TEXT&raquo; &mdash; Title and/or Leading Phrase" />
-<meta http-equiv="last-modified" content="2021-08-14 22:50:50-04:00" />
+<meta http-equiv="last-modified" content="2021-09-15 10:53:34-04:00" />
</head>
<body>
<header>
<div class="bomber">BOMBER TEXT</div>
<hr>
<div class="identcontainer">
-<div class="ident"><time datetime="2021-08-14 22:50:50-04:00">210814</time>––––<a href="https://distress.network">DistressNetwork°</a></div>
+<div class="ident"><time datetime="2021-09-15 10:53:34-04:00">210915</time>––––<a href="https://distress.network">DistressNetwork°</a></div>
<img class="headerlogo" src="/media/distressnetwork-b.svg" alt="">
</div>
</header>
@@ -155,9 +155,31 @@ Level Three</p>
<li><a href="https://www.scribbr.com/chicago-style/citation-examples/">Chicago-like</a></li>
</ul>
-<pre><code>[Author[[, Author[, ...]] &#38; Author]. ]“Title.”[ YYYY[-MM-DD].][ Medium[, details].][ Notes.]
+<pre><code>citation = author-field, &#39; &#39;, title-field, (&#39; &#39;, date-field)?, (&#39; &#39;, medium-field)?, (&#39; &#39;, note, &#39;.&#39;)*
+
+author-field = (author
+ | author-pair
+ | author-list), &#39;.&#39;
+
+author-pair = author, &#39; &#38; &#39;, author
+
+author-list = author, (&#39;, &#39;, author)+
+
+title-field = &#39;“&#39;, title, &#39;.”&#39;
+
+date-field = year, (&#39;-&#39;, month, &#39;-&#39;, day)?, &#39;.&#39;
+
+year = [0-9]{4} &#47;* 0000-9999 *&#47;
+
+month = [0-9]{2} &#47;* 01-12 *&#47;
+
+day = [0-9]{2} &#47;* 01-31 *&#47;
+
+medium-field = medium, (&#39;, &#39;, details)?, &#39;.&#39;
</code></pre>
+<p>Values of <code>author</code>, <code>title</code>, <code>medium</code>, <code>details</code>, and <code>note</code> are specific to the works they describe.</p>
+
<div class="footnotes">
<hr/>
<ol>