Actions

Module

ArmorBreadcrumb: Revision history

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.

9 April 2025

  • curprev 22:3222:32, 9 April 2025 Operator talk contribs 1,646 bytes +1,646 Created page with "local p = {} function p.render(frame) local Html = mw.html local titleObj = mw.title.getCurrentTitle() local currentTitle = titleObj.text local rows = mw.ext.externalData.getExternalData({ source = "externaldb", from = "data_armor", where = "page_title='" .. currentTitle:gsub("'", "''") .. "'", data = "category_1=category_1,category_2=category_2,category_3=category_3" }) local cat1, cat2, cat3 if rows and #rows > 0 then cat1 = rows[1]..."