Module:Guidance: Difference between revisions

Jump to navigation Jump to search
no edit summary
imported>Camenati
(temporarily setting this for now)
imported>Camenati
No edit summary
Line 109: Line 109:
                 type = "style",
                 type = "style",
                 nocat = "yes",
                 nocat = "yes",
                 image = "[[File:Avid-jumpscare-ace.png|30px]]",
                 image = "[[File:Avid-jumpscare-ace.png|50px]]",
                 style = "margin:auto;max-width:480px;width:inherit;background:#fcfcfc;border: 0px solid #a2a9b1;border-left: 15px solid #da0c3f;padding: 10px 0 10px 0.5em;",
                 style = "margin:auto;max-width:480px;width:inherit;background:#fcfcfc;border: 0px solid #a2a9b1;border-left: 15px solid #da0c3f;padding: 10px 0 10px 0.5em;",
                 text = "This logo '''contains a jump scare'''."
                 text = "This logo '''contains a jump scare''' for the whole duration or at the specified timestamps."
             }
             }
         }
         }
Line 175: Line 175:
     end
     end
     if string.find(frame.args[1], "jumpscare") then -- Check for "jumpscare" and add the corresponding banner
     if string.find(frame.args[1], "jumpscare") then -- Check for "jumpscare" and add the corresponding banner
         if rd ~= nil then
         if ts ~= nil then -- If timestamps are specified, display the jump scare banner
            rd = rd .. b[3]
        else
             rd = b[3]
             rd = b[3]
         end
         end
Anonymous user

Navigation menu