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
return categories
end
return p
000
1:0
Template used on this page:
Return to Module:WCNA 2019 Session Categories.