Editing Module:Proposal support
From Tardis Wiki, the free Doctor Who reference
Revision as of 15:05, 3 January 2023 by Bongolium500 (talk | contribs) (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")
You are editing an out-of-date revision of this page. If you save it, any changes made since this revision will be lost.
Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.
Retrieved from "https://tardis.wiki/wiki/Module:Proposal_support"