Difference between pages "MediaWiki:Smw import owl" and "Template:Calendar"

From ToorCamp Wiki
(Difference between pages)
Jump to navigation Jump to search
(Semantic MediaWiki default vocabulary import)
 
ccc>Twi
 
Line 1: Line 1:
http://www.w3.org/2002/07/owl#|[http://www.w3.org/2002/07/owl Web Ontology Language (OWL)]
+
<noinclude>
AllDifferent|Category
 
allValuesFrom|Type:Page
 
AnnotationProperty|Category
 
backwardCompatibleWith|Type:Page
 
cardinality|Type:Number
 
Class|Category
 
comment|Type:Page
 
complementOf|Type:Page
 
DataRange|Category
 
DatatypeProperty|Category
 
DeprecatedClass|Category
 
DeprecatedProperty|Category
 
differentFrom|Type:Page
 
disjointWith|Type:Page
 
distinctMembers|Type:Page
 
equivalentClass|Type:Page
 
equivalentProperty|Type:Page
 
FunctionalProperty|Category
 
hasValue|Type:Page
 
imports|Type:Page
 
incompatibleWith|Type:Page
 
intersectionOf|Type:Page
 
InverseFunctionalProperty|Category
 
inverseOf|Type:Page
 
isDefinedBy|Type:Page
 
label|Type:Page
 
maxCardinality|Type:Number
 
minCardinality|Type:Number
 
Nothing|Category
 
ObjectProperty|Category
 
oneOf|Type:Page
 
onProperty|Type:Page
 
Ontology|Category
 
OntologyProperty|Category
 
owl|Type:Page
 
priorVersion|Type:Page
 
Restriction|Category
 
sameAs|Type:Page
 
seeAlso|Type:Page
 
someValuesFrom|Type:Page
 
SymmetricProperty|Category
 
Thing|Category
 
TransitiveProperty|Category
 
unionOf|Type:Page
 
versionInfo|Type:Page
 
  
[[Category:Imported vocabulary]]
+
This template adds a default calendar to the site using it.
 +
 
 +
Usage:
 +
<nowiki>{{</nowiki>{{PAGENAME}}|<FILTER><nowiki>}}</nowiki>
 +
 
 +
 
 +
</noinclude><includeonly>
 +
 
 +
{{#ask: [[Has object type::Event]] {{{1}}}
 +
| ?Has start time=Start
 +
| ?Has duration=Duration
 +
| ?Has session location=Location
 +
| mainlabel=Session
 +
| limit=2342
 +
| sort=Has start time
 +
| format=broadtable
 +
}}
 +
{{Refresh}}
 +
 
 +
<div class="cal-ical" style="text-align: right;">
 +
{{#ask: [[Has object type::Event]] {{{1}}}
 +
| ?=summary
 +
| ?Has start time=start
 +
| ?Has end time=end
 +
| ?Has location=location
 +
| ?Has description=description
 +
| limit=2342
 +
| format=icalendar
 +
| searchlabel=Export for iCalendar
 +
}}
 +
</div>
 +
 
 +
</includeonly>

Revision as of 16:56, 13 July 2019


This template adds a default calendar to the site using it.

Usage:

{{Calendar|<FILTER>}}