Module:Citation/CS1/Identifiers: Difference between revisions

    m>Trappist the monk
    No edit summary
    m>Trappist the monk
    No edit summary
    Line 686: Line 686:
    --[[--------------------------< S E T _ C F G >----------------------------------------------------------------
    --[[--------------------------< S E T _ C F G >----------------------------------------------------------------


    Sets cfg table to use either the live version or the sandbox version of Module:Citation/CS1/Configuration
    Sets local cfg table to same as that used by the other modules


    ]]
    ]]
    Line 692: Line 692:
    local function set_cfg (cfg_table_ptr)
    local function set_cfg (cfg_table_ptr)
    cfg = cfg_table_ptr;
    cfg = cfg_table_ptr;
    --local function set_cfg (sandbox)
    -- if sandbox then
    -- cfg = mw.loadData ('Module:Citation/CS1/Configuration/sandbox');
    -- else
    -- cfg = mw.loadData ('Module:Citation/CS1/Configuration');
    -- end
    end
    end