"templatize" meaning in English

See templatize in All languages combined, or Wiktionary

Verb

Forms: templatizes [present, singular, third-person], templatizing [participle, present], templatized [participle, past], templatized [past]
Etymology: template + -ize Etymology templates: {{suffix|en|template|ize}} template + -ize Head templates: {{en-verb}} templatize (third-person singular simple present templatizes, present participle templatizing, simple past and past participle templatized)
  1. (transitive, computing, programming) To genericize by means of templates. Tags: transitive Categories (topical): Computing, Programming Synonyms: templatise [UK] Derived forms: nontemplatized

Inflected forms

Alternative forms

Download JSON data for templatize meaning in English (2.9kB)

{
  "etymology_templates": [
    {
      "args": {
        "1": "en",
        "2": "template",
        "3": "ize"
      },
      "expansion": "template + -ize",
      "name": "suffix"
    }
  ],
  "etymology_text": "template + -ize",
  "forms": [
    {
      "form": "templatizes",
      "tags": [
        "present",
        "singular",
        "third-person"
      ]
    },
    {
      "form": "templatizing",
      "tags": [
        "participle",
        "present"
      ]
    },
    {
      "form": "templatized",
      "tags": [
        "participle",
        "past"
      ]
    },
    {
      "form": "templatized",
      "tags": [
        "past"
      ]
    }
  ],
  "head_templates": [
    {
      "args": {},
      "expansion": "templatize (third-person singular simple present templatizes, present participle templatizing, simple past and past participle templatized)",
      "name": "en-verb"
    }
  ],
  "lang": "English",
  "lang_code": "en",
  "pos": "verb",
  "senses": [
    {
      "categories": [
        {
          "kind": "other",
          "name": "English entries with incorrect language header",
          "parents": [
            "Entries with incorrect language header",
            "Entry maintenance"
          ],
          "source": "w"
        },
        {
          "kind": "other",
          "name": "English terms suffixed with -ize",
          "parents": [],
          "source": "w"
        },
        {
          "kind": "topical",
          "langcode": "en",
          "name": "Computing",
          "orig": "en:Computing",
          "parents": [
            "Technology",
            "All topics",
            "Fundamental"
          ],
          "source": "w"
        },
        {
          "kind": "topical",
          "langcode": "en",
          "name": "Programming",
          "orig": "en:Programming",
          "parents": [
            "Computing",
            "Software engineering",
            "Technology",
            "Computer science",
            "Engineering",
            "Software",
            "All topics",
            "Sciences",
            "Applied sciences",
            "Media",
            "Fundamental",
            "Communication"
          ],
          "source": "w"
        }
      ],
      "derived": [
        {
          "word": "nontemplatized"
        }
      ],
      "examples": [
        {
          "ref": "2000, Mark A DeLoura, Game programming gems",
          "text": "For our final look at metaprogramming, we templatize matrix multiplication.",
          "type": "quotation"
        },
        {
          "ref": "2001, Andrei Alexandrescu, Modern C++ Design: Generic Programming and Design Patterns Applied",
          "text": "We must templatize the engine with the base types of the two arguments (left-hand side and right-hand side).",
          "type": "quotation"
        },
        {
          "ref": "2004, Chris Sells, Justin Gehtland, Windows Forms programming in Visual Basic.NET",
          "text": "This makes it trivial to templatize your application; changes to the new generic base form automatically cascade to the derived classes at the next build.",
          "type": "quotation"
        },
        {
          "ref": "2008, Mark S Joshi, C++ Design Patterns and Derivatives Pricing",
          "text": "An iterator is a generalization of a pointer and we could templatize the code to work off any iterator.",
          "type": "quotation"
        }
      ],
      "glosses": [
        "To genericize by means of templates."
      ],
      "id": "en-templatize-en-verb-5fbv6sq~",
      "links": [
        [
          "computing",
          "computing#Noun"
        ],
        [
          "programming",
          "programming#Noun"
        ],
        [
          "genericize",
          "genericize"
        ],
        [
          "template",
          "template"
        ]
      ],
      "raw_glosses": [
        "(transitive, computing, programming) To genericize by means of templates."
      ],
      "synonyms": [
        {
          "tags": [
            "UK"
          ],
          "word": "templatise"
        }
      ],
      "tags": [
        "transitive"
      ],
      "topics": [
        "computing",
        "engineering",
        "mathematics",
        "natural-sciences",
        "physical-sciences",
        "programming",
        "sciences"
      ]
    }
  ],
  "word": "templatize"
}
{
  "derived": [
    {
      "word": "nontemplatized"
    }
  ],
  "etymology_templates": [
    {
      "args": {
        "1": "en",
        "2": "template",
        "3": "ize"
      },
      "expansion": "template + -ize",
      "name": "suffix"
    }
  ],
  "etymology_text": "template + -ize",
  "forms": [
    {
      "form": "templatizes",
      "tags": [
        "present",
        "singular",
        "third-person"
      ]
    },
    {
      "form": "templatizing",
      "tags": [
        "participle",
        "present"
      ]
    },
    {
      "form": "templatized",
      "tags": [
        "participle",
        "past"
      ]
    },
    {
      "form": "templatized",
      "tags": [
        "past"
      ]
    }
  ],
  "head_templates": [
    {
      "args": {},
      "expansion": "templatize (third-person singular simple present templatizes, present participle templatizing, simple past and past participle templatized)",
      "name": "en-verb"
    }
  ],
  "lang": "English",
  "lang_code": "en",
  "pos": "verb",
  "senses": [
    {
      "categories": [
        "English entries with incorrect language header",
        "English lemmas",
        "English terms suffixed with -ize",
        "English terms with quotations",
        "English transitive verbs",
        "English verbs",
        "Quotation templates to be cleaned",
        "en:Computing",
        "en:Programming"
      ],
      "examples": [
        {
          "ref": "2000, Mark A DeLoura, Game programming gems",
          "text": "For our final look at metaprogramming, we templatize matrix multiplication.",
          "type": "quotation"
        },
        {
          "ref": "2001, Andrei Alexandrescu, Modern C++ Design: Generic Programming and Design Patterns Applied",
          "text": "We must templatize the engine with the base types of the two arguments (left-hand side and right-hand side).",
          "type": "quotation"
        },
        {
          "ref": "2004, Chris Sells, Justin Gehtland, Windows Forms programming in Visual Basic.NET",
          "text": "This makes it trivial to templatize your application; changes to the new generic base form automatically cascade to the derived classes at the next build.",
          "type": "quotation"
        },
        {
          "ref": "2008, Mark S Joshi, C++ Design Patterns and Derivatives Pricing",
          "text": "An iterator is a generalization of a pointer and we could templatize the code to work off any iterator.",
          "type": "quotation"
        }
      ],
      "glosses": [
        "To genericize by means of templates."
      ],
      "links": [
        [
          "computing",
          "computing#Noun"
        ],
        [
          "programming",
          "programming#Noun"
        ],
        [
          "genericize",
          "genericize"
        ],
        [
          "template",
          "template"
        ]
      ],
      "raw_glosses": [
        "(transitive, computing, programming) To genericize by means of templates."
      ],
      "tags": [
        "transitive"
      ],
      "topics": [
        "computing",
        "engineering",
        "mathematics",
        "natural-sciences",
        "physical-sciences",
        "programming",
        "sciences"
      ]
    }
  ],
  "synonyms": [
    {
      "tags": [
        "UK"
      ],
      "word": "templatise"
    }
  ],
  "word": "templatize"
}

This page is a part of the kaikki.org machine-readable English dictionary. This dictionary is based on structured data extracted on 2024-05-25 from the enwiktionary dump dated 2024-05-02 using wiktextract (bb24e0f and c7ea76d). The data shown on this site has been post-processed and various details (e.g., extra categories) removed, some information disambiguated, and additional data merged from other sources. See the raw data download page for the unprocessed wiktextract data.

If you use this data in academic research, please cite Tatu Ylonen: Wiktextract: Wiktionary as Machine-Readable Structured Data, Proceedings of the 13th Conference on Language Resources and Evaluation (LREC), pp. 1317-1325, Marseille, 20-25 June 2022. Linking to the relevant page(s) under https://kaikki.org would also be greatly appreciated.