20201019

De Semantic MediaWiki - Sandbox

With Semantic Mediawiki, I want to be able to create subobjects like so:

{{#subobject:object1
  |Label=Sample
  |Date=Oct 19 2020
  |Text = text
  }}
{{#subobject:object2
  |Label=Sample
  |Date=Oct 18 2020
  |Text = == Header ==
  }}

and have them show up like this (notice how the header renders as a wikitext header):

Query:

{{#ask: [[-Has subobject::+]]
 [[Label::~Sample]]
 |?Date
 |?Text
 }}

Result:

Page Date Text
Page 1#object1 October 19th 2020 Text
Page 2#object2 October 18th 2020 == Header ==

Solution:

See 20201020

Les cookies nous aident à fournir nos services. En utilisant nos services, vous acceptez notre utilisation de cookies.