![]() | We're back! Sorry, bad combo of sickness, funeral and a month-long trip abroad. The site is back now. ![]() |
View source for Module:qualifier/templates
Jump to navigation
Jump to search
You do not have permission to edit this page, for the following reasons:
You can view and copy the source of this page.
local m_qualifier = require("Module:qualifier")
local antsense = m_qualifier.antsense
local format_qualifier = m_qualifier.format_qualifier
local process_params = require("Module:parameters").process
local sense = m_qualifier.sense
local export = {}
function export.qualifier_t(frame)
return format_qualifier(
process_params(frame:getParent().args, {
[1] = {required = true, list = true},
})[1]
)
end
function export.sense_t(frame)
return sense(
process_params(frame:getParent().args, {
000
1:0
Template used on this page:
Return to Module:qualifier/templates.