Arrowverse Wiki
Advertisement
Arrowverse Wiki
Module documentation

This module is used as a data table for other modules and has no functions within it.

Table Format

[" input value "] = " output value "

For help on this module, please contact an administrator.
Visit Module:Notes/data/doc to edit this text! (How does this work?)

return {
--Mentioned--
    ["m"] = "(mentioned)",
    ["mentioned"] = "(mentioned)",
    ["(mentioned)"] = "(mentioned)",
    ["im"] = "(indirectly mentioned)",
    ["indirectly mentioned"] = "(indirectly mentioned)",
    ["(indirectly mentioned)"] = "(indirectly mentioned)",
--Alternate Time--
    ["fb"] = "(flashbacks)",
    ["(flashbacks)"] = "(flashbacks)",
    ["(flashback)"] = "(flashbacks)",
    ["ff"] = "(flashforwards)",
    ["(flashforwards)"] = "(flashforwards)",
    ["(flashforward)"] = "(flashforwards)",
--Media appearances--
    ["p"] = "(pictured)",
    ["(pictured)"] = "(pictured)",
    ["(photograph)"] = "(pictured)",
    ["(picture)"] = "(pictured)",
    ["v"] = "(video footage)",
    ["(video footage)"] = "(video footage)",
    ["(video)"] = "(video footage)",
--Other--
    ["(logo)"] = "(logo)",
    ["(archive footage)"] = "(archive footage)"
}
Advertisement