From ebf2e4c07945cf3671eaacab71f64adc454f7883 Mon Sep 17 00:00:00 2001 From: twanvl Date: Sun, 11 Jan 2009 16:52:39 +0000 Subject: [PATCH] documented the time_created and time_modified members of Card git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1349 0fc631ac-6414-0410-93d0-97cfa31319b6 --- doc/type/card.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/type/card.txt b/doc/type/card.txt index c68b2649..c2b55e1d 100644 --- a/doc/type/card.txt +++ b/doc/type/card.txt @@ -10,6 +10,8 @@ A '''card''' in a [[type:set]]. | @has styling@ [[type:boolean]] false This card has styling data different from the set's default. | @styling data@ [[type:indexmap]] of [[type:value]]s false Styling data, based on the [[type:stylesheet]]'s @style fields@. | @notes@ [[type:tagged string]] @""@ Notes for this card. +| @time created@ [[type:date]] ''now'' Time at which the card was created. +| @time modified@ [[type:date]] ''now'' Time at which the card was last modified. | @extra data@ [[type:map]] of [[type:indexmap]]s of [[type:value]]s Data for the 'extra card fields' of the stylesheet.
This is first indexed by stylesheet name, then by field name.