Module:ScriptItem: Difference between revisions

no edit summary
No edit summary
No edit summary
 
Line 111: Line 111:


     -- Added for discord embed styling
     -- Added for discord embed styling
table.insert(lines, frame:preprocess("<meta content='"..p.getDisplayedName(frame).."' property='og:title' />"))
--table.insert(lines, "<meta content='"..p.getDisplayedName(frame).."' property='og:title' />"))
table.insert(lines, frame:preprocess("<meta content='"..p.description(frame).."' property='og:description' />"))
--table.insert(lines, "<meta content='"..p.description(frame).."' property='og:description' />"))
table.insert(lines, frame:preprocess("<meta content='#04C765' data-react-helmet='true' name='theme-color' />"))
--table.insert(lines, "<meta content='#04C765' data-react-helmet='true' name='theme-color' />"))


table.insert(lines, "__NOTOC__"..p.getPageTopBoxes(frame).."\n")
table.insert(lines, "__NOTOC__"..p.getPageTopBoxes(frame).."\n")
2,591

edits