output
This is used for outputting the contents of the card.
Argument 1 | The target to output |
It specifies a parts name as a target basically. If the following (The text which begins with "#") is specified as a value, the data according to the contents of the database will output.
#count | The count of outputted cards |
#tablealias | The alias of the card |
#cardno | The count of cards which the output finished |
#id | The number of a card |
#title | The contents of an item of a title attribute |
#category | The contents of an item of a category attribute |
#date1 | The contents of an item of a date1 attribute |
#date2 | The contents of an item of a date2 attribute |
#main | The contents of an item of a main attribute |
#picture | The contents of an item of a picture attribute |
#field | The contents of the field |
#fieldno | The number of the field |
ex :
<div>[*vv output Parts1]</div>
<p>[*vv output #body]</p>