Template
 Template printing and the HTML output of VidyaVitamin are performed based on the HTML file which included an original script. This file can be created by the printing template editor of VidyaVitamin. But it can create by a text editor too.

(Template editor)
It describes a conversion command such as "[*vv (command) (argument),(argument),...]". For example, if template data is
<html>
<body>[*vv output #main]</body>
</html>
, "[*vv output #main]" replaces the data of main attribute. From subsequent explanation, it explains the part of "output" to be "attribute" and explains the part of "#main" to be "argument". You divide an argument with a comma(,), and if a comma is contained in itself, you enclose an argument with a double quotation mark(").