using <figure> with caption - online edit of handbook/troggle/trogarch.html

This commit is contained in:
Expo on server 2024-04-17 23:01:47 +01:00
parent 6bd620782b
commit f1eb2cab12

View File

@ -87,6 +87,11 @@ See the <a href="https://docs.djangoproject.com/en/dev/misc/design-philosophies/
<p>There are only three places where this happens. This is where online forms are used to create cave entrance records and cave records, where a form is used to record the information about a wallet. These are created in the database but also exported as files so that when troggle is rebuilt and data reimported the new cave data is there.
<p>Any page in this handbook, and any logbook entry, can also be edited online and the page is saved as a file - and registered with the version control system.
<figure class="center">
<a href='/handbook/troggle/l/manic-cave-database.html'><img class="center" src='/handbook/troggle/t/manic-cave-database.jpg'></a>
<br><figcaption>Internet meme</figcaption>
</figure>
<hr />
See: <a href="datamodel.html">Troggle data model</a> in python code <br />