Module:Citation/CS1/Utilities: Difference between revisions

    m>Trappist the monk
    No edit summary
    m>Trappist the monk
    No edit summary
    Line 23: Line 23:


    ]]
    ]]
    function is_set( var )
    local function is_set( var )
    return not (var == nil or var == '');
    return not (var == nil or var == '');
    end
    end