Module:Citation/CS1: Difference between revisions

    m>Trappist the monk
    (Synch from sandbox; Migrate cite thesis and cite techreport; ISBN & ISSN tweaks; Deprecated parameter tracking; Add date validation;)
    m>Trappist the monk
    (Fix sandbox oversight;)
    Line 6: Line 6:


    -- Include translation message hooks, ID and error handling configuration settings.
    -- Include translation message hooks, ID and error handling configuration settings.
    local cfg = mw.loadData( 'Module:Citation/CS1/Configuration/sandbox' );
    local cfg = mw.loadData( 'Module:Citation/CS1/Configuration' );


    -- Contains a list of all recognized parameters
    -- Contains a list of all recognized parameters
    local whitelist = mw.loadData( 'Module:Citation/CS1/Whitelist/sandbox' );
    local whitelist = mw.loadData( 'Module:Citation/CS1/Whitelist' );


    -- Whether variable is set or not
    -- Whether variable is set or not