Silverstripe module for managing abbreviations and unusal words using shortcodes. Good for web accesibility.
Silverstripe module for managing Abbreviations and unusal words using shortcodes. Good for web accesibility.
See https://www.wuhcag.com/abbreviations/ and https://www.wuhcag.com/unusual-words/ for the corresponding guidelines.
Download and install manually or use composer.
composer require wernerkrauss/explainable
Add a page of type "AbbrevationPage" or "ExplanationPage" to your CMS. There you can add new abbreviations or explanations
in the gridfield.
You can link to this abbreviations in the CMS using the bundled shortcodes, use the UI for selecting the abbreviation.
The listings page lists all abbreviations or explanations in alphabetical order, grouped by first letter. You might update
the templates to fit your needs.
You can add the abbreviations and explanations to google sitemap if you have the GoogleSitemap module installed. Just
add to your mysite/_config.php
:
GoogleSitemap::register_dataobject('Abbreviation', 'weekly', '0.5');
GoogleSitemap::register_dataobject('Explanation', 'weekly', '0.5');
Module rating system helping users find modules that are well supported. For more on how the rating system works visit Module standards
Score not correct? Let us know there is a problem