Module:Sandbox/isaacl/ExpandPageAbbreviation/data
Appearance
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