Jump to content

Module:Sandbox/isaacl/ExpandPageAbbreviation/data

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Isaacl (talk | contribs) at 01:49, 28 February 2013 (create data for ExpandPageAbbreviation module). 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 t2 = {
    foo = "foo",
    bar = "bar",
    "one",
    "two",
    [12] = "the number twelve",
    ["12"] = "the string twelve",
    "three",
    [true] = "true",
    [tonumber] = "yes, even functions may be table keys",
}

local phraseForAbbr = {
    ["WP:N"] = "Wikipedia's standards for inclusion",
    ["WP:NOTNEWS"] = "Wikipedia is not a place for news coverage",
    ["WP:RS"] = "Wikipedia's guidance on reliable sources",
    }

return phraseForAbbr