Jump to content

Module:Sandbox/Od Mishehu/top25

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Od Mishehu (talk | contribs) at 11:46, 31 March 2019 (Created page with 'local p = {}; p.list = function(frame) text = "his article has been viewed enough times in a single week to make it into the [[WP:TOP25|top 25 viewed articl...'). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

local p = {};

p.list = function(frame)
    text = "his article has been viewed enough times in a single week to make it into the [[WP:TOP25|top 25 viewed articles of that week]]"

    return  frame:expandTemplate{title="tmbox", args={text=text}}

end