コンテンツにスキップ

モジュール:Tags/data

提供: Undertale Wiki

このモジュールについての説明文ページを モジュール:Tags/data/doc に作成できます

--- 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,
        ['blue'] = true,
        ['purple'] = true,
        ['lightgreen'] = true,
        ['violet'] = true,
        ['lightyellow'] = true
    },
    fonts = {
        ['dt'] = true,
        ['papyrus'] = true,
		['vert'] = true,
		['num'] = true,
        ['sans'] = true
    }
}