Tabler.Wiki is based on WordPress, and uses some basic code called Shortcode to enable features within its articles. The following are the most important shortcodes you’d need.
From the Classic Editor page:
1. Add Wiki Link
The most important feature! Useful in 80% of situations.
Use this to link articles within the Wiki. The Shortcode only requires the name of the article to link to it. The link will remain valid, even if the page is moved within the hierarchy.
DO NOT use URL links 🔗to link Wiki articles.
Link: Input part Article Title, and suggestions will appear.
Show: Adds alternative text to the Article Title.
Notes: Changing the name of an article breaks this link!
2. Add Wiki Listing
This can be ignored for 98% of articles.
Lists all articles with the same Category, etc. Used in Other Associations, where articles with category=“Associations (Other)” are automatically listed.
3. How the Logo_Grid code works (high-level)
1) Shortcode entry points
There are 6 shortcodes. Each one calls the same engine, just with a different column count.
-
logo_grid(defaults to 4)logo_grid2…logo_grid6(fixed columns)
2) The engine resolves what pages to show
It tries these in order:
titles: explicit list, rendered in the order wriiten-
ids: explicit list, rendered in the exact order you wrote - category: taxonomy query, sorted alphabetically - rarely usedchildren: children of a resolved parent, natural sort — Children parent resolution:
parent_id (fastest)
parent_slug
parent (title search)
fallback to current page ID (only if you are on a yada_wiki post)
3) Filters are applied
ignore: removes items by exact title and/or ID
labels: changes only the displayed label (safe renames)
4) Display options
pagetitle="off" hides the label, and adds tooltip (title=) to the link
layout="wide" makes bigger horizontal logos by height, not by forcing width
4. Insert Shortcode Menu
Accordion Style List
Allows multiple Toggles open at a time, and allows default open state with state=“opened”
Content for item 2
Content for item 3
Content for item 4
Single Toggle
Background yellow: #FEC640
Text Grey: #908E88
Background yellow: #F2E1B8
Text Grey: #d8d8d8
Icons
5. Other Codes
-
- [child_pages] — lists all immediate Child pages to that Parent page
- [[wiki_logo_grid titles=“Round Table Albania, Round Table Arabian Gulf”]] — adds grid with first picture
- [association_image] — adds a 200x logo of association within any child pages
- [wiki_page_count] — shows Total Wiki pages: 3280
- [wiki_sitemap_accordion] — used only in Sitemap — Not useful elsewhere
- [[custom_yadawikitoc category=“Associations (Active)” order=“title”]] — Lists category, with pictures — Phased out
When you have problems with ’ apostrophes, try using: ˊ
