summaryrefslogtreecommitdiffhomepage
path: root/src/de/table-key.html
diff options
context:
space:
mode:
Diffstat (limited to 'src/de/table-key.html')
-rw-r--r--src/de/table-key.html27
1 files changed, 27 insertions, 0 deletions
diff --git a/src/de/table-key.html b/src/de/table-key.html
new file mode 100644
index 0000000..0868211
--- /dev/null
+++ b/src/de/table-key.html
@@ -0,0 +1,27 @@
+<table cellspacing=0 id=table-key>
+ <tr>
+ <td><div class=nifc></div></td>
+ <td>Missing from my collection (NIFC)</td>
+ </tr>
+ <tr>
+ <td><div class=have></div></td>
+ <td>In my collection</td>
+ </tr>
+ <tr>
+ <td><div class=have-nifc></div></td>
+ <td>In my collection (NIFC)</td>
+ </tr>
+ <tr>
+ <td><div class=unknown></div></td>
+ <td>Data missing</td>
+ </tr>
+ <tr>
+ <td><div class=not-minted></div></td>
+ <!-- IF-COINS -->
+ <td>Not minted</td>
+ <!-- FI-COINS -->
+ <!-- IF-NOTES -->
+ <td>Not printed</td>
+ <!-- FI-NOTES -->
+ </tr>
+</table>