1.0
r
http://rifers.org/template/xhtml
RIFE Template
v
tagdependent
A value placeholder can be filled in with content. If it contains any text, that will be used as the default content in case nothing has been filled into the placeholder.
name
true
false
The name of the value placeholder.
b
tagdependent
A block marks a piece of reusable content. The text insides the block will be stripped away automatically. By using the Template API methods, you can append or assign blocks to values or retrieve their content.
name
true
false
The name of the block marker.
bv
tagdependent
A block-value marks a piece of reusable content and automatically sets it as the default content of the value placeholder that has the same name. The text insides the block will be stripped away automatically. By using the Template API methods, you can append or assign blocks to values or retrieve their content.
name
true
false
The name of the block-value marker.
i
tagdependent
Includes the content of another template at this location. All the tags inside the included template will continue to function as if they were declared in the including template itself.
name
true
false
The name of the template that will be included.