Interface RawTranslatedPageTemplate

interface RawTranslatedPageTemplate {
    comments: string;
    insertversion: string;
    lang: string;
    page: string;
    partial: string;
    section: string;
    small: string;
    version: string;
}

Implemented by

Properties

comments: string

Additional pertinent information. Not period-appended. Actual parameter name is '3'.

insertversion: string

The oldid for the subject page (the page that translated content was copied into) at the time translation was done.

lang: string

Language code of the source page. Actual parameter name is '1'.

page: string

Title of the source page. Actual parameter name is '2'.

partial: string

Supplied with any value to indicate that the translation was partial.

section: string

If only a section was translated, the name of the section.

small: string

Whether to enable or disable small mode. Defaults to yes.

version: string

The oldid for the source page at the time translation was done.