Interface BasicCopyrightProblemsListingData

Represents a listing on a CPN page where the listing is just a page link.

interface BasicCopyrightProblemsListingData {
    basic: true;
    element: HTMLAnchorElement;
    i?: number;
    listingPage: Title;
    title: Title;
}

Properties

basic: true

Whether the listing is basic or not. When listings are detected from the basic method, they are more likely to cause bugs or unintended output.

i?: number

If multiple listings exist with the same page name, i will ensure that the correct one is found and edited.

listingPage: Title
title: Title