Widget:NewsLanding/LatestNews/Category: 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.

12 February 2024

  • curprev 14:3814:38, 12 February 2024Couchor talk contribs 1,555 bytes +1,555 Created page with "<script> function changeCategory(e, newCat) { var parameters = ''; var list = document.querySelector(".news-latest") if ( !list ) return var category = list.dataset.category; if ( newCat === category ) return // Use the selected template as a parameter in the parser function var parserFunction = "{{NewsLanding/LatestNews|category=" + newCat + "|offset=0}}"; // Replace the content in the dynamic content container with the parsed template $.get(mw...."