10,731
edits
TheNightAvl (talk | contribs) No edit summary |
TheNightAvl (talk | contribs) No edit summary |
||
Line 24: | Line 24: | ||
["nocat"] = {}, | ["nocat"] = {}, | ||
["post"] = {}, | ["post"] = {}, | ||
["note"] = {}, | |||
["q"] = {alias_of = "note"} | |||
} | } | ||
Line 53: | Line 55: | ||
pos = args["pos"], | pos = args["pos"], | ||
nocat = args["nocat"], | nocat = args["nocat"], | ||
post = args["post"] | post = args["post"], | ||
note = args["note"] | |||
} | } | ||
end | end |