Content deleted Content added
BrandonXLF (talk | contribs) No edit summary |
BrandonXLF (talk | contribs) No edit summary |
||
Line 8:
--------------------------------------------------------------------------------
function p.
local args = getArgs(frame)
-- Dot related
Line 182:
function p.graph(frame) -- Returns a graph with the dots on it
if mw.ustring.match(p.
return p.
end
local args = getArgs(frame)
Line 213:
picture = mw.ustring.gsub(picture,'.-:','')
if p.
return ""
end
Line 230:
:css('position','relative')
:wikitext('[[File:',picture,'|',args["width"] or '240px',']]')
:wikitext(p.
div -- Creates box
:css('width',args["width"] or '240px')
|