Combined display of all available logs of The Quelmar Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 15:20, 23 January 2024 Spiderjjr45 talk contribs created page Module:CampaignNavbox (Created page with "local p = {} function p.getCampaigns(frame) local wikitext = frame.args[1] -- Get the wikitext passed to the module local campaigns = { PA = {}, MD = {}, Online = {} } -- Function to process each campaign row local function processRow(row) local campaign, location = row:match("|'''%[%[(.-)%]%]'''%s*|%s*.-|.-|.-|.-|.-|.-|(.-)|") if campaign and location then if location:find("PA") then...")