Protected
constructorPrivate constructor. Use get
instead to avoid cache misses.
Optional
revid: numberWhether this is the main page or not
The current revision ID of the listing page. Helps in avoiding edit conflicts.
The title of the listing page
Cached wikitext. Based off of the revision ID.
Static
Readonly
pageStatic
rootSee WikiConfiguration#ia.rootPage.
Posts a single page listing to this page, or (if on the root page), the page for the current date. Listings are posted in the following format:
* {{subst:article-cv|Example}} <comment> ~~~~
For posting multiple pages, use postListings
.
Optional
comments: stringOptional
presumptive: booleanPosts multiple pages under a collective listing. Used for cases where the same comment can be applied to a set of pages. Listings are posted in the following format:
;{{anchor|1=<title>}}<title>
* {{subst:article-cv|1=Page 1}}
* {{subst:article-cv|1=Page 2}}
<comment> ~~~~
Optional
comments: stringOptional
presumptive: booleanStatic
getGets a listing page from the cache, if available. If a cached page is not available, it will be created for you.
Optional
revid: numberThe page requested
Static
getGets the current CopyrightProblemsPage (on Copyright Problems listing pages)
A CopyrightProblemsPage for the current page.
Static
getStatic
is
A class that represents a
Wikipedia:Copyright problems
page, a page that lists a collection of accumulated copyright problems found on Wikipedia. Users who are not well-versed in copyright can submit listings there to be reviewed by more- knowledgeable editors.This page can refer to any Copyright problems page, and not necessarily one that is running on the current tab. For that, CopyrightProblemsSession is used.