Difference between revisions of "Template:DT Article csv (Intro)"

From FollowTheScore
Jump to: navigation, search
(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...)
 
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
 
Here you define the mapping of your form fields to a csv (comma separated value) representation for export.
 
Here you define the mapping of your form fields to a csv (comma separated value) representation for export.
  
 +
* Remove the extra linefeeds at ''includeonly'' and ''/includeonly''.
 
* Replace <tt>Type?</tt> by the name of your Type.
 
* Replace <tt>Type?</tt> by the name of your Type.
* Add the column names in the first part of the #if
+
* Add the column names in the first part of the #if; do not loeave spaces between the fields.
 
* Add the column values in the second part. Take care to replace single " by two consecutive "".
 
* Add the column values in the second part. Take care to replace single " by two consecutive "".
  
 
[[Category:DocTypeScript]]
 
[[Category:DocTypeScript]]

Latest revision as of 22:39, 3 December 2007

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

  • Remove the extra linefeeds at includeonly and /includeonly.
  • Replace Type? by the name of your Type.
  • Add the column names in the first part of the #if; do not loeave spaces between the fields.
  • Add the column values in the second part. Take care to replace single " by two consecutive "".