drawshield / Drawshield-Code

PHP code to create SVG shield images from Blazons, as used on drawshield.net
https://drawshield.net
GNU General Public License v3.0
49 stars 17 forks source link

!todo insert catalog id into catalog entries so easier to link to #611

Closed karlwilcox closed 1 year ago

karlwilcox commented 1 year ago

!todo insert catalog id into catalog entries so easier to link to Like this:

<figure id="cross-flory-of-1-lozenge-fitchy"> <!-- id has been inserted here -->
  <a href="https://drawshield.net/create/index.html?blazon=argent%20a%20cross-flory-of-1-lozenge-fitchy%20grey&amp;palette=drawshield&amp;shape=heater&amp;effect=none">
    <img src="/catalog/charges/quadrate//cross-flory-of-1-lozenge-fitchy.png" alt="Cross Flory Of 1 Lozenge Fitchy" class="img-fluid">
  </a>
  <figcaption class="text-center">Cross Flory Of 1 Lozenge Fitchy</figcaption>
</figure>
karlwilcox commented 1 year ago

This is done (the catalog entries are generated "on-the-fly" so this was quit straight-forward - can make other changes if required).