Wikispooks:Semantic Templates

From Wikispooks
Revision as of 09:09, 25 January 2014 by Robin (talk | contribs) (Remove about dates)
Jump to navigation Jump to search
SMW.png

Although semantic properties can be added inline in text, this is cumbersome and unsystematic so should be used only for testing purposes. All the SMW data on Wikispooks pages is input through templates.

Object Orientation

The templates are structured around a set of objects. Each object its own set of semantic properties and accompanying template to mark process them. Some are displayed to the user, some are not. As of January 2014, the objects as currently defined, in order of completion are:

  1. Documents - The first object defined on Wikispooks, with a functional Template and form
  2. Websites - Fairly simple, but fully functional template, no form as yet
  3. Properties - See Category:Properties for the full set, a short and sweet template, currently no form
  4. Events - Less functional, less consistent, no form
  5. Persons - Even less functional, even less consistent, no form
  6. Groups - Template currently just in planning, no form

Syntax

A 'semantic template' is just a template which uses semantic mediawiki, whether for reading or writing properties. The basic parser directives you'll need are:

A helpful summary of syntax is the quick reference guide, available here.

Multiple Values for Fields

Some parameters can take multiple values (e.g. an article can have more than one author) and at least 3 approaches to this are tried and tested. Which method(s) would work best for Wikispooks is an open question.

Numbered Fields

The first approach used on Wikispooks was to have a set of numbered parameters, e.g Author, Author2, Author3 etc. This is straightforward but does not make full use of the facilities provided by SMW software and does makes for long, ugly templates. Some templates and forms still use this method.

Lists

The current preferred approach stores the data as separate items in a comma-separated list. This means that ',' should not be used in page titles. These lists are easily processed with the '#arraymap:' and '#arraymaptemplate:' parser instructions.

Note that the processing of two properties (Has keyProperties and Has keyPropertyHeaders) is too complex to be done with either #arraymap: or #arraymaptemplate: (since it is not done independently) so #titleparts: is needed instead, which requires use of slash(/)-separated lists.

Multiple Templates

Another approach is the use of multiple templates. This is not used on WikiSpooks, but may be seen in action at DiscourseDB, a site run by Yaron Koren, the key developer of SMW. This appears better supported as regards input (try adding multiple Wikipedia items on the DiscourseDB site, for example) but could lead to quite messy page source if applied to the large objects already developed at Wikispooks.

See Also

Wikispooks logo.png Policy.png Wikispooks to do.png Tools2.png SMW.png
Semantic
Mediawiki
Help.png