Ir para o conteúdo

Módulo:Tags/data

De Undertale Wiki

Erro em Lua em package.lua na linha 80: module 'Dev:Docbunto' not found.


--- Data for mapping <code>&lt;tag&gt;</code>s into their respective spans with
--  specified colors or fonts.
--  @file               {table} tags_data

--- A set of color tag names that correspond with color classes in sitewide CSS.
--  @property           {table} tags_data.colors

--- A set of font tag names that correspond font classes in sitewide CSS.
--  @property           {table} tags_data.fonts

return {
    colors = {
        ['red'] = true,
        ['orange'] = true,
        ['yellow'] = true,
        ['green'] = true,
        ['cyan'] = true,
        ['aqua'] = true,
        ['blue'] = true,
        ['purple'] = true
    },
    fonts = {
        ['dt'] = true,
        ['csans'] = true, -- Deprecated
        ['papyrus'] = true,
        ['sans'] = true
    }
}