Property:RequiredBy

From Salem Wiki
Jump to: navigation, search
(Initial setup)
 
m (6 revisions imported)
 
(5 intermediate revisions by one other user not shown)
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 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 can be set manually, but is meant to be automatically set by {{t|SetProp}} using {{t|SetProp/RequiredBy auto}}.
:It is meant tobe automatically assigned-to using the results of a query like:
+
:This property will be used by {{t|Infobox}}, with an Embedded SMW-Query using '''reverse-property''' notation.
::<code><nowiki>{{#ask: [[:+]] [[RequiresObj::~{{PAGENAME}}*]] OR [[:+]] [[RequiresTech::{{PAGENAME}}]] }}</nowiki></code>
+
:This Embedded SMW-Query uses {{t|PropVals/Print Entry}}, to automatically format all the value(s).

Latest revision as of 20:24, 9 January 2018

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}}, with an Embedded SMW-Query using reverse-property notation.
This Embedded SMW-Query uses {{PropVals/Print Entry}}, to automatically format all the value(s).
... more about "RequiredBy"
Has type"Has type" is a predefined property that describes the datatype of a property and is provided by Semantic MediaWiki.