Difference between pages "Module:Convert/text" and "Module:Convert/text/sandbox"
m (1 revision imported) |
m (1 revision imported) |
||
Line 308: | Line 308: | ||
-- styleout=x is handled as a special case: x can be any text | -- styleout=x is handled as a special case: x can be any text | ||
-- tracking=x is handled as a special case: x can be any text | -- tracking=x is handled as a special case: x can be any text | ||
+ | } | ||
+ | |||
+ | local titles = { | ||
+ | ["sr-only"] = "Screen reader-only/styles.css", | ||
} | } | ||
Line 321: | Line 325: | ||
eng_scales = eng_scales, | eng_scales = eng_scales, | ||
ranges = ranges, | ranges = ranges, | ||
+ | titles = titles, | ||
} | } |