Modul:wanted entries/data

A Wikiszótárból, a nyitott szótárból

A modult a Modul:wanted entries/data/doc lapon tudod dokumentálni

-- The we_list is a variable containing only the (unparsed) list from WT:Wanted_entries, ignoring contents before and after.
-- It is placed in a table so that it can be loaded using mw.loadData.
-- mw.loadData allows the content to be grabbed once on each page.

return {
	we_list = mw.title.new ("Wiktionary:Wanted entries")
		:getContent()
		:match("==Queue==(.-)==Related links==")
}