Module:Article history/config: Difference between revisions

Content deleted Content added
add collapsible table settings and messages
add default icon sizes
Line 897:
-------------------------------------------------------------------------------
 
-- If this number or fewer of collapsible rows are present (including actions
-- and collapsible notices) they will not be collapsed. If this is set to the
-- string "all", all rows will always be visible. Otherwise, the input must be
-- a number. The default is three rows.
uncollapsedRows = 3,
 
-- The default size for notice bar icons. The default is 30px.
defaultIconSize = '30px',
 
-- The default size for notice bar icons. The default is 15px.
defaultNoticeBarIconSize = '15px',
 
-------------------------------------------------------------------------------