Module:ResourcePlaceClassifier: Revision history

From Trans People Together Wiki

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.

22 May 2025

  • curprev 17:2517:25, 22 May 2025 Admin talk contribs 2,917 bytes 0 No edit summary
  • curprev 17:2417:24, 22 May 2025 Admin talk contribs 2,917 bytes +155 No edit summary
  • curprev 10:0910:09, 22 May 2025 Admin talk contribs 2,762 bytes +2,762 Created page with "-- Module:PNWClassifier local p = {} function p.classify(frame) local input = frame.args[1] or "" -- split and trim input into individual page titles local pages = mw.text.split(input, ";", true) -- flags for global classification checks local hasOutside, hasOregon, hasWashington = false, false, false local isPortlandCandidate, isSeattleCandidate = true, true local sawPortlandCounty, sawSeattleCounty = false, false -- set of the four Po..."