Actions

Module

BuildingBreadcrumb: 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 23:0023:00, 9 April 2025 Operator talk contribs m 1,804 bytes −6 No edit summary
  • curprev 22:2822:28, 9 April 2025 Operator talk contribs m 1,810 bytes +269 No edit summary
  • curprev 22:2422:24, 9 April 2025 Operator talk contribs 1,541 bytes +1,541 Created page with "local p = {} function p.render(frame) local title = mw.title.getCurrentTitle().text local rows = mw.ext.externalData.getExternalData({ source = "externaldb", from = "data_buildings", where = "page_title='" .. title:gsub("'", "''") .. "'", data = "category_1=category_1,category_2=category_2,category_3=category_3" }) if not rows or #rows == 0 then return '' end local cat1 = rows[1].category_1 or '' local cat2 = rows[1].category_2 or ''..."