Template:DT Article csv (Intro)

From FollowTheScore
Revision as of 17:35, 3 December 2007 by Gero (talk | contribs) (New page: Here you define the mapping of your form fields to a csv (comma separated value) representation for export. * Replace <tt>Type?</tt> by the name of your Type. * Add the column names in th...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Here you define the mapping of your form fields to a csv (comma separated value) representation for export.

  • Replace Type? by the name of your Type.
  • Add the column names in the first part of the #if
  • Add the column values in the second part. Take care to replace single " by two consecutive "".