Module:Import style: Difference between revisions
Appearance
Content deleted Content added
create |
fix frame |
||
Line 3: | Line 3: | ||
function p.main() |
function p.main() |
||
out = '' |
out = '' |
||
for style in ipairs( |
for style in ipairs(mw.getCurrentFrame():getParent().args) do |
||
out = out .. |
out = out .. mw.getCurrentFrame():extensionTag( |
||
'templatestyles', |
'templatestyles', |
||
{ |
{ |
Revision as of 01:47, 23 November 2021
This module implements Template:Import style, and allows it to be used with an unlimited number of parameters.