پودمان:Triple tab Prayer/Translate
ظاهر
local p2 = {}
function p2.translate(frame)
local result = {}
local args = frame:getParent().args
for i, param in ipairs(args) do
if param and param ~= "" then
table.insert(result, string.format('<p class="prayer-resizable-text">%s</p>', param))
end
end
return table.concat(result, "\n")
end
return p2
--[[Category:Template:Triple tab Prayer]]