« 20201019 » : différence entre les versions

De Semantic MediaWiki - Sandbox

(chg)
(Page blanchie)
Balises : Blanchiment Éditeur de wikicode 2017
Ligne 1 : Ligne 1 :
With Semantic Mediawiki, I want to be able to create subobjects like so:
<nowiki>{{#subobject:object1
  |Label=Sample
  |Date=Oct 19 2020
  |Text = text
  }}</nowiki>


<nowiki>{{#subobject:object2
  |Label=Sample
  |Date=Oct 18 2020
  |Text = == Header ==
  }}</nowiki>
and have them show up like this (notice how the header renders as a wikitext header):
Query:
<nowiki>{{#ask: [[-Has subobject::+]]
[[Label::~Sample]]
|?Date
|?Text
}}</nowiki>
Result:
{| class="wikitable"
|+
!Page
!Date
!Text
|-
|Page 1#object1
|October 19th 2020
|Text
|-
|Page 2#object2
|October 18th 2020
|== Header ==
|}
Solution:
See [[20201020]]

Version du 23 octobre 2020 à 09:15

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