Module:TemplateStyles: Difference between revisions
Jump to navigation
Jump to search
Created page with "return function (CSS_page) return mw.getCurrentFrame():extensionTag{ name = "templatestyles", args = { src = CSS_page } } end" |
m 1 revision imported |
||
| (2 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
return function ( | local frame = mw.getCurrentFrame() | ||
return | local args = {} | ||
return function (stylesheet) | |||
args.src = stylesheet | |||
return frame:extensionTag("templatestyles", nil, args) | |||
end | end | ||
Latest revision as of 11:22, 21 April 2026
- This module lacks a documentation subpage. Please create it.
- Useful links: subpage list • links • transclusions • testcases • sandbox