Module:AchievementSystem: Difference between revisions

// via Wikitext Extension for VSCode
// via Wikitext Extension for VSCode
Line 3: Line 3:
-- retrieves achievement information for pages, and renders achievement displays
-- retrieves achievement information for pages, and renders achievement displays
-- for templates with simplified error handling and display.
-- for templates with simplified error handling and display.
--
-- STYLING NOTE: All achievement styling is defined in CSS/Templates.css, not in the JSON.
-- This module only assigns CSS classes based on achievement IDs in the format:
-- .person-template .template-title.achievement-{id}::after {}
--
-- The module does not use any styling information from the JSON data structure.


local Achievements = {}
local Achievements = {}