Module:T-Campaign: Difference between revisions

// via Wikitext Extension for VSCode
Tag: Reverted
// via Wikitext Extension for VSCode
Tag: Reverted
Line 98: Line 98:
     -- Use JSON config or fallback to default instruction text
     -- Use JSON config or fallback to default instruction text
     local headerText = (campaignData.instructions and campaignData.instructions.header_text)  
     local headerText = (campaignData.instructions and campaignData.instructions.header_text)  
         or "'''READ CAREFULLY'''. These are temporary instructions that will appear only until all parameters outlined here have been filled with data or have 'N/A' in them. Choose 'Edit source' at any time and edit the code below if it already exists. It can also be added manually to any page:"
         or "'''READ CAREFULLY'''. These are temporary instructions that will appear only until all parameters outlined here have been filled with data or have 'N/A' in them if the field is not applicable. Choose 'Edit source' at any time and edit the code below if it already exists. It can also be added manually to any page:"
      
      
     local parameterIntro = (campaignData.instructions and campaignData.instructions.parameter_intro)
     local parameterIntro = (campaignData.instructions and campaignData.instructions.parameter_intro)