View source for Module:Clade/labels
MyWikiBiz, Author Your Legacy — Saturday June 21, 2025
Jump to navigationJump to searchYou do not have permission to edit this page, for the following reasons:
You can view and copy the source of this page.
local p = {}
--local args =frame:getParent().args -- get parent arguments
--local args = {}
p.getArgs = function(frame)
--return frame.args -- use frame arguments
return frame:getParent().args -- use parent arguments
end
p.main = function(frame)
args = p.getArgs(frame)
local i = 1 -- index for labels
local output = ""
--[[local groupStyle = args['style']
local topStyle = args['top']
local leftStyle = args['left']
local rightStyle = args['right']
local bottomStyle = args['bottom']
]]
000
1:0
Template used on this page:
Return to Module:Clade/labels.