Module:Proposal support: Difference between revisions

From Tardis Wiki, the free Doctor Who reference
Created page with "local p = {} function p.proposalSupport(frame) local args = frame:getParent().args local supporters = #args local list = "" for sig in args do list = list .. "\n* " .. sig end local final = "<span data-sort-value=\"" .. supporters .. "\">" .. list .. "</span>" return final end return p"
(Created page with "local p = {} function p.proposalSupport(frame) local args = frame:getParent().args local supporters = #args local list = "" for sig in args do list = list .. "\n* " .. sig end local final = "<span data-sort-value=\"" .. supporters .. "\">" .. list .. "</span>" return final end return p")
(No difference)
Cookies help us deliver our services. By using our services, you agree to our use of cookies.