Combined display of all available logs of Test wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 17:32, 3 June 2025 146.70.204.184 talk created page Module:MasteryCards (Created page with "local p = {} function p.renderMasteryCard(mastery) local html = mw.html.create('div'):addClass('mastery-card') html:tag('div'):addClass('mastery-image') :wikitext(string.format('200px', mastery.image or '')) local header = html:tag('div'):addClass('mastery-card-header') header:tag('div'):addClass('mastery-name'):wikitext(mastery.name or '') header:tag('div'):addClass('master-description'):wikitext(mastery.desc or '') local function addTier(tier, r...")
- 17:27, 3 June 2025 146.70.204.184 talk created page Template:Masteries (Created page with " <includeonly><div class="mastery-container"> <div class="mastery-card"> <div class="mastery-image">[[File:{{{masteryimage1}}}|200px]]</div> <div class="mastery-card-header"> <div class="mastery-name">{{{masteryname1|}}}</div> <div class="master-description">{{{masteryadesc1|}}}</div> </div> <div class="mastery-card-info"> <div class="mastery-card-block"> <div class="mastery-tier">Bronze</div>...")
- 17:21, 3 June 2025 146.70.204.184 talk created page Template:Masteries/styles.css (Created page with ".mastery-container { display: flex; flex-wrap: nowrap; overflow: auto; gap: 20px; padding-bottom: 15px; } .mastery-card { background-color: #101826; border-radius: 10px; width: 100%; max-width: 200px; min-width: 200px; box-shadow: 0 0 10px rgba(0,0,0,0.5); } .mastery-card-info { display: flex; align-items:center; justify-content: space-between; margin-bottom: 10px; padding-left: 10px; padding-right: 10px; } .mastery-requirement { ba...")