Jump to content

Module:Sandbox/isaacl/ExpandPageAbbreviation/data

From Wikipedia, the free encyclopedia
This is the current revision of this page, as edited by Isaacl (talk | contribs) at 17:04, 7 April 2013 (move phrases into a config object, to allow for additional data to be stored in the object). The present address (URL) is a permanent link to this version.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)
local config = { }

config.phraseForAbbr = {
    ["WP:AN"] = "administrators' noticeboard",
    ["WP:ANI"] = "administrators' noticeboard for incidents",
    ["WP:GNG"] = "Wikipedia's general notability guideline",
    ["WP:N"] = "Wikipedia's standards for inclusion",
    ["WP:NOTNEWS"] = "Wikipedia is not a place for news coverage",
    ["WP:NOTNEWSPAPER"] = "Wikipedia is not a place for news coverage",
    ["WP:NPOV"] = "Wikipedia's guidance on maintaining a neutral point of view in articles.",
    ["WP:RS"] = "Wikipedia's guidance on reliable sources",
    }

return config