userId | type | "integer" |
---|
description | "User ID of the user restoring the page (zero for anons)." |
---|
required | true |
---|
|
---|
userText | type | "string" |
---|
description | "Username or IP address of the user restoring the page." |
---|
required | true |
---|
|
---|
oldPageId | type | "integer" |
---|
description | "The ID of the deleted page." |
---|
required | true |
---|
|
---|
newPageId | type | "integer" |
---|
description | "The ID of the restored page." |
---|
required | true |
---|
|
---|
namespace | type | "integer" |
---|
description | "The namespace of the restored page" |
---|
required | true |
---|
|
---|
title | type | "string" |
---|
description | "The title of the restored page, in DB form with no namespace prefix" |
---|
required | true |
---|
|
---|
comment | type | "string" |
---|
description | "The comment provided by the restoring user." |
---|
required | true |
---|
|
---|