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

Module:StyledHeader: Revision history

From LCD wiki

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

24 July 2024

18 July 2024

  • curprev 09:5909:59, 18 July 2024Wzy talk contribs 958 bytes +958 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..."