Main public logs
Jump to navigation
Jump to search
Combined display of all available logs of JoJo's Bizarre Encyclopedia - JoJo Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 03:32, 24 July 2024 Vish talk contribs created page Module:StripTags (Created page with "local p = {} function p.stripTags(frame) local text = frame.args[1] -- Remove HTML tags text = mw.ustring.gsub(text, '<[^>]->', '') return text end return p")