Template:Vehicle escape

From Disney•Pixar CARS Wiki
Jump to navigation Jump to search
This template is a component of another, as to help organize (and/or optimize) a larger structure of code. It is not meant to be called individually and should never be placed into an article.

Function used in several core DCP templates. It eliminates certain SQL-unfriendly characters (namely single ' and double " quotes) from a name string, that would normally throw an error when queried. This way they can be entered as part of user inputs, without worry.

Parameters:

  • |name= (string) - Does not need to be explicitly named.