Schema:PageCreation

Revision 7481635
description"Logs a page creation event"
properties
userId
type"integer"
description"User ID of the user creating the page (zero for anons). Should match rev_user of first revision."
requiredtrue
userText
type"string"
description"Username or IP address of the user creating the page. Should match rev_user_text of first revision."
requiredtrue
pageId
type"integer"
description"The ID of the created page."
requiredtrue
namespace
type"integer"
description"The namespace of the page"
requiredtrue
title
type"string"
description"The title of the created page, in DB form with no namespace prefix"
requiredtrue
revId
type"integer"
description"The ID of the revision that created the page. Should match rev_id of the page's first revision."
requiredtrue