Difference between revisions of "Module:Sandbox/SiBr4"
Jump to navigation
Jump to search
blackwiki>SiBr4 |
blackwiki>SiBr4 (Moved to Module:Country listdata) |
||
| Line 3: | Line 3: | ||
------------------------- | ------------------------- | ||
| − | function p. | + | function p.test(frame) |
| − | + | return "" | |
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
end | end | ||
| − | |||
| − | |||
| − | |||
------------------------- | ------------------------- | ||
| Line 57: | Line 20: | ||
return "?" | return "?" | ||
end | end | ||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
end | end | ||
Revision as of 10:19, 9 February 2016
local p = {}
-------------------------
function p.test(frame)
return ""
end
-------------------------
function p.ec(frame)
local p = frame:preprocess("{{Wikipedia:List of Wikipedians by number of edits/5001–6000}}")
local i = string.find(p,"User:SiBr4")
if i then
return string.sub(p,i-10,i-6)
else
return "?"
end
end
-------------------------
return p