User:JeffDoozan/lists/template params/cleanup

Hello, you have come here looking for the meaning of the word User:JeffDoozan/lists/template params/cleanup. In DICTIOUS you will not only get to know all the dictionary meanings for the word User:JeffDoozan/lists/template params/cleanup, but we will also tell you about its etymology, its characteristics and you will know how to say User:JeffDoozan/lists/template params/cleanup in singular and plural. Everything you need to know about the word User:JeffDoozan/lists/template params/cleanup you have here. The definition of the word User:JeffDoozan/lists/template params/cleanup will help you to be more precise and correct when speaking or writing your texts. Knowing the definition ofUser:JeffDoozan/lists/template params/cleanup, as well as those of other words, enriches your vocabulary and provides you with more and better linguistic resources.
# parameters that should be deleted from template calls
# formatted as "template_name": ,
# will only remove a parameter if it is not supported by the template

REMOVE = {
    "cite-book": ,
    "az-variant": ,
    "hu-verbpref": ,
    "en-symbol": ,
    "en-det": ,
    "en-part": ,
    "en-prep": ,
    "en-symbol": ,
    "en-letter": ,
}

# parameters that should be renamed in template calls
# formatted as "template_name": { "bad1":"good1", "bad2":"good2" },
# will only rename if the "bad" parameter name is not supported by the template,
# and the "good" parameter name is supported by the template

RENAME = {
    "cite-web": { "titel": "title" },
    "az-variant": { "c": "1", "a": "2" },
}

# parameters that should not be flagged as errors
# formatted as "template_name": ,

IGNORE = {
     "hu-pos": ,
}