twoColConflictShown | type | "boolean" |
---|
required | true |
---|
description | "Indicates whether a TwoColConflict resolution page was shown (opposed to the regular edit conflict page)." |
---|
|
---|
isAnon | type | "boolean" |
---|
required | true |
---|
description | "Indicates whether the conflict was caused by an anon user." |
---|
|
---|
editCount | type | "integer" |
---|
required | true |
---|
description | "Indicates the edit count of the user causing the conflict. 0 for anon users." |
---|
|
---|
pageNs | type | "integer" |
---|
required | true |
---|
description | "Indicates the namespace ID the conflcit occoured in." |
---|
|
---|
baseRevisionId | type | "integer" |
---|
required | true |
---|
description | "Indicates the baseRevisionId for the conflict, taken from EditPage." |
---|
|
---|
latestRevisionId | type | "integer" |
---|
required | true |
---|
description | "Indicates the id of the latest revision of the article at the time of the conflict." |
---|
|
---|
textUser | type | "string" |
---|
description | "Indicates the text that was entered causing the conflict. (deprecated)" |
---|
|
---|
summary | type | "string" |
---|
description | "Edit summary. (deprecated)" |
---|
|
---|
conflictChunks | type | "integer" |
---|
required | true |
---|
description | "The number of overlapping edit chunks which diff3 cannot resolve automatically." |
---|
|
---|
conflictChars | type | "integer" |
---|
required | true |
---|
description | "Rough count of the number of characters in the "other" side of the conflict, which could not be resolved automatically. Note that conflict workflows will show additional chunks, where there was any difference between the other and your edit." |
---|
|
---|
startTime | type | "string" |
---|
required | true |
---|
description | "Timestamp when the editor was first launched." |
---|
|
---|
editTime | type | "string" |
---|
required | true |
---|
description | "Timestamp of the base revision, corresponding to baseRevisionId." |
---|
|
---|
pageTitle | type | "string" |
---|
required | true |
---|
description | "Article title, without the namespace." |
---|
|
---|
hasJavascript | type | "boolean" |
---|
required | true |
---|
description | "Indicates whether Javascript was enabled." |
---|
|
---|