Module:Sandbox/Skkias/TestDictionary: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
local p = {} | local p = {} | ||
function p.getEntry(frame) | function p.getEntry(frame) | ||
local term = frame.args.term or "Unknown" | local term = frame.args.term or "Unknown" | ||
local | local template = "DictionaryData" | ||
return frame:expandTemplate{ title = template, args = { term = term } } | |||
end | end | ||
return p | return p |
Latest revision as of 16:12, 11 December 2024
You might want to create a documentation page for this module.
Editors can experiment in this module's sandbox and testcases pages.
Please add categories to the /doc subpage. Subpages of this module.
Editors can experiment in this module's sandbox and testcases pages.
Please add categories to the /doc subpage. Subpages of this module.