Property:RequiredBy

From Salem Wiki
Jump to: navigation, search
m (→‎About: updated to include dependency on RepairedWith)
m (→‎About: updated)
Line 2: Line 2:
 
;Value = [[Has type::Page]]
 
;Value = [[Has type::Page]]
 
==About==
 
==About==
:This property holds the reverse-relation-info of [[Property:RequiresObj]] or [[Property:RequiresTech]] relative to the current page.
+
:This property holds the reverse-relationship, between the Properties [[Property:RequiresObj|RequiresObj]], [[Property:RepairedWith|RepairedWith]] or [[Property:RequiresTech|RequiresTech]] of pages, with the current page.
 +
:This property can be set manually, but is meant to be automatically set by {{t|SetProp}} using {{t|SetProp/RequiredBy auto}}.
 
:This property will be used by {{t|Infobox}}, using {{t|PropVals}}, to automatically list the value(s) even when used multiple times on a page.
 
:This property will be used by {{t|Infobox}}, using {{t|PropVals}}, to automatically list the value(s) even when used multiple times on a page.
:It is meant tobe automatically assigned-to using the results of a query like:
 
::<code><nowiki>{{#ask: [[:+]] [[RequiresObj::~{{PAGENAME}}*]] OR [[:+]] [[RepairedWith::~{{PAGENAME}}*]] OR [[:+]] [[RequiresTech::{{PAGENAME}}]] }}</nowiki></code>
 

Revision as of 18:55, 1 July 2012

Value = Page

About

This property holds the reverse-relationship, between the Properties RequiresObj, RepairedWith or RequiresTech of pages, with the current page.
This property can be set manually, but is meant to be automatically set by {{SetProp}} using {{SetProp/RequiredBy auto}}.
This property will be used by {{Infobox}}, using {{PropVals}}, to automatically list the value(s) even when used multiple times on a page.
... more about "RequiredBy"
Has type"Has type" is a predefined property that describes the datatype of a property and is provided by Semantic MediaWiki.