Difference between revisions of "TableEdit/IFALT"

From GMOD
Jump to: navigation, search
(New page: IFALT = Intermediate Format for Anything to Load TableEdit. From the Hackathon notes http://blog.gmod.org/tableedit_round_trip_thoughts Tab-delimited column 1 - page name column 2 - pag...)
 
m
Line 4: Line 4:
  
 
Tab-delimited
 
Tab-delimited
 
+
<pre>
 
column 1 - page name
 
column 1 - page name
 
column 2 - page template (to create page if it doesn't exist already -this
 
column 2 - page template (to create page if it doesn't exist already -this
Line 17: Line 17:
 
row, overwrite old, defer to old, attempt to resolve, etc.
 
row, overwrite old, defer to old, attempt to resolve, etc.
 
column 7 - optional for future expansion
 
column 7 - optional for future expansion
 +
</pre>

Revision as of 15:16, 7 August 2008

IFALT = Intermediate Format for Anything to Load TableEdit. From the Hackathon notes http://blog.gmod.org/tableedit_round_trip_thoughts

Tab-delimited

column 1 - page name
column 2 - page template (to create page if it doesn't exist already -this
is a page in the wiki)
column 3 - table template (to create table if it doesn't exist already -the
template is a page in the wiki)
column 4 - row data in TableEdit/wiki markup format - delimited by ||
column 5 - row metadata (may need modification to handle one row to many
metadata, delimit with ||?)
1-5 were discussed at hackathon
column 6 - update type - what to do if old row and new row conflict - new
row, overwrite old, defer to old, attempt to resolve, etc.
column 7 - optional for future expansion