The official discord link if you wish to join the discord: https://discord.gg/j5RKwCvAFu

The background art comes from Cherylann1960.

Module:Cite/data

From The Codex
Revision as of 16:25, 9 March 2023 by GiverOfThePeace (talk | contribs) (Created page with "--- Additional data for inferring citations in the template. -- @file cite_data --- Map of Twitter handles to names, to replace the handle when the 'twitter' -- citation type is selected. -- @property {table} cite_data.twitter return { twitter = { tobyfox = 'Toby Fox', fwugradiation = 'Toby Fox', tuyoki = 'Temmie Chang' } }")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Lua error in package.lua at line 80: module 'Dev:Docbunto' not found.


--- Additional data for inferring citations in the template.
--  @file               cite_data

--- Map of Twitter handles to names, to replace the handle when the 'twitter'
--  citation type is selected.
--  @property            {table} cite_data.twitter

return {
    twitter = {
        tobyfox       = 'Toby Fox',
        fwugradiation = 'Toby Fox',
        tuyoki        = 'Temmie Chang'
    }
}