Wikipedia:User scripts/Function template

//


function FUNCTION_NAME(){
    FUNCTION_CODE;
}

//