Skip to main content

templatize

To take something, usually a piece of communication, and create a template out of it that allows one to replace elements of the communication to change the message. For a banner advertisement, for instance, swapping out headlines or images to communicate something else.
"The client really likes these accolades banners you did. Can we 'templatize' them to accommodate other accolades as they come up?"
templatize by clubnobbie May 7, 2010
templatize mug front
Get the templatize mug.
See more merch

Template fatigue 

In the corporate world, templates are often provided by more senior people as a means of requesting and gathering information. The template are portrayed as an attempt to make the process easier, when in reality they make things harder.
These people in headquarters keep sending me templates to fill out on different topics. There are so many of them and in different versions that I’m suffering from template fatigue.
Template fatigue by M-regulator October 12, 2018

Crime Template 

A preconceived perception on the part of police investigators and detectives of a crime scenario or phenomenon based on past cases in which investigators became aware of a new type of scenario or phenomenon that was previously unknown to them but reaveal, being applied to a current case with similar elements and assumed to be identical to previous cases based on

past cases, statistics, personal assumptions, public opinion, hunches and other factors and then persued as such without objectivity or taking into account that although seeming similar the scenario may not be identical.
The police used a crime template to determine that when a child is killed in the home it's always the parents that are the killers due to statistics.
Crime Template by on September 28, 2020

templationship 

A composition of the words "temporary" and "relationship". It is when two, or more parties agrees that a relationship should only be temporary.

As opposed to most people, who are serial monogamists, people who agree to a templationship are aware about their situation.

It is ideal when you know you're not suited or compatible for long term, but you have intense chemistry and enjoy spending time with each other. Templationships are mostly exclusive in nature, but can also not be. It is defined by the people agreeing to it.
Jane: Have you heard? Sarah and Josh are finally dating!
Laura: Yeah, but Josh wants kids down the line, and Sarah has other plans. I am pretty sure they agreed to a templationship!
templationship by Maoraw May 24, 2021

meme template 

A meme template is the picture used for a meme.
"Hey, which meme template should I use?"
"Try the one with squidward and the lawnchair!"
meme template by Devildog21 December 10, 2019

templatized 

C++ code that is written with template parameters. In particular, allows data types and software algorithms to be easily changed.
// power() is templatized by P and T
template<int P, typename T>
T power(int a)
{

T val = 1;

for (int i=0; i<P; i++)

val = val * val;

return val;
}
templatized by Zack63 November 15, 2010

Template 

"Great idea Steve, lets move forward on this option and utilize their website design as a template for our own. We can customize it with our own logo and wording to make it better and more edgy. My wife is an artist and she loves that font Papyrus, lets use that"
Template by Hank Macson February 10, 2014