Module:PersonRelatedNews: Revision history

From TwogPedia

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

25 April 2025

  • curprev 03:1403:14, 25 April 2025Admin talk contribs 4,055 bytes +4,055 Created page with "local cargo = mw.ext.cargo local p = {} function p.main(frame) local newsItemContainer = mw.html.create('div'):addClass('related__news') local title = mw.title.getCurrentTitle().fullText local newsTitle = "Related news" -- if title:match("^Companies/") then -- newsTitle = "Team News" -- end local iconHtml = '30px|alt=' .. newsTitle .. ' Icon' local iconElement = mw.html.create('h3'):addClass('news-icon'):wikit..."