Special property "Is a new page"
Is a new page | |
---|---|
Holds a value marking a page as being new or not
| |
Further Information | |
Provided by: | extension "Semantic MediaWiki "Allows to store and query data annotated to pages |
Added: | 1.7.1 |
Removed: | still in use |
Alias: | has no alias |
Optional: | yes |
Visible: | no |
Annotable: | no |
Declarative: | no |
Key: | _NEWP
|
Setting: | not specified |
Focus: | page information |
In this wiki: | Property:Is a new page |
Table of Contents | |
The Is a new page property is a special property in Semantic MediaWiki with a built-in meaning: it marks a page as being new (page with only one revision) or not (page with more than one revision). This special property is available since Semantic MediaWiki 1.7.1 and it is possible to control if this special property is used or not. It is disabled by default. See the help page on the configuration setting $smwgPageSpecialProperties for details on configuring SMW for special page related properties including "Is a new page".
This property can be used to refer to page creation dates in inline queries, where it can be used like any other property of datatype "Boolean". This special property should never be set manually, since SMW will take care of setting its value. Starting with Semantic MediaWiki 2.2.0 it is no longer possible to manually add values for this special property.1
See the property page "Is a new page" to see which pages use this special property on this wiki.
References
- ^ Semantic MediaWiki: GitHub pull request gh:smw:914