Module:T-Campaign: Difference between revisions

// via Wikitext Extension for VSCode
// via Wikitext Extension for VSCode
Line 185: Line 185:
         -- Step 1: Get the raw title value
         -- Step 1: Get the raw title value
         local rawTitle = args._campaign_data.defaults.title or "Campaign"
         local rawTitle = args._campaign_data.defaults.title or "Campaign"
        local finalTitle = rawTitle
          
          
         -- Step 2: Launder the string to work around suspected Scribunto bug
         -- Step 2: Launder the string to work around suspected Scribunto bug