try again |
fix underscores |
||
Line 8: | Line 8: | ||
local text = ""; | local text = ""; | ||
for i=1, frame.args[3] do | for i=1, frame.args[3] do | ||
text = text .. frame:getParent().args[i]; | text = text .. "_" .. frame:getParent().args[i]; | ||
end | end | ||
Latest revision as of 22:46, 10 February 2024
Example of how to use this is on Template:GetDirectionNodePage