Difference between revisions of "TableEdit/IFALT"

From GMOD
Jump to: navigation, search
m
(Replacing page with '[#REDIRECT IFALT] Category:TableEdit')
Line 1: Line 1:
IFALT = Intermediate Format for Anything to Load TableEdit.  From the
+
[#REDIRECT IFALT]
Hackathon notes
+
http://blog.gmod.org/tableedit_round_trip_thoughts
+
 
+
Tab-delimited
+
<pre>
+
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
+
</pre>
+
  
 
[[Category:TableEdit]]
 
[[Category:TableEdit]]

Revision as of 07:24, 15 January 2010

[#REDIRECT IFALT]