پودمان:Triple tab Prayer/Text
ظاهر
local p1 = {}
function p1.text(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 p1
--[[Category:Template:Triple tab Prayer]]