Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

All public logs

More actions

Combined display of all available logs of LCD wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 09:59, 18 July 2024 Wzy talk contribs created page Module:StyledHeader (Created page with "local p = {} function p.customStyles(frame) local args = frame:getParent().args local bgcolor = args['bgcolor'] or 'transparent' local border_left = args['border-left'] or '0' local color = args['color'] or 'black' local header = args['header'] or 'h1' local text = args['text'] or '' local border_bottom = args['border-bottom'] or '0' local padding_left = border_left ~= '0' and '10px' or '0px' local styles = string.format( 'ba...")