View source for Module:WCNA 2019 Session Categories
Jump to navigation
Jump to search
You do not have permission to edit this page, for the following reason:
You can view and copy the source of this page.
local p = {}
local categories_base = "[[Category:Submissions/2019/"
function p.main( frame )
categories = ""
if string.match(frame.args["1"], "Reliability") then
categories = categories .. categories_base .. "Reliability·]]"
end
if string.match(frame.args["1"], "Inclusion") then
categories = categories .. categories_base .. "Inclusion & Diversity]]"
end
if string.match(frame.args["1"], "Relationship Building") then
categories = categories .. categories_base .. "Relationship Building & Support]]"
end
if string.match(frame.args["1"], "Editor Recruitment") then
categories = categories .. categories_base .. "Editor Recruitment & Retention]]"
end
if string.match(frame.args["1"], "Tech") then
categories = categories .. categories_base .. "Tech & Tools]]"
end
000
1:0
Template used on this page:
Return to Module:WCNA 2019 Session Categories.