Template: Difference between revisions

From BitProjects
Jump to navigation Jump to search
Infobox>Ebricca
m relink
No edit summary
Line 1: Line 1:
#REDIRECT [[Template (disambiguation)]]
See [[Template (disambiguation)]] for other meanings of this word.
 
A template's function is mostly to separate the form from the content.
 
A template may mean a predefined layout to give you an idea what to write where with boxes and lines; a single-page newsletter template (for instance), might have a few columns, space for a picture and gaps for the headline and name of the newsletter.
 
Templates can be used by humans or by automated systems; many web-based software packages now use a templating system to seperate the logic of the program from the displayed formatting. Typically, these templates will include variables (often denoted {VARIABLE}), and possibly a few logical operators to allow better adaptability of the template.

Revision as of 11:42, 24 June 2004

See Template (disambiguation) for other meanings of this word.

A template's function is mostly to separate the form from the content.

A template may mean a predefined layout to give you an idea what to write where with boxes and lines; a single-page newsletter template (for instance), might have a few columns, space for a picture and gaps for the headline and name of the newsletter.

Templates can be used by humans or by automated systems; many web-based software packages now use a templating system to seperate the logic of the program from the displayed formatting. Typically, these templates will include variables (often denoted {VARIABLE}), and possibly a few logical operators to allow better adaptability of the template.