Property:Tournament

From BattleMaster Wiki
Jump to navigation Jump to search

This is a test of multi-valued properties. Do not use it! It could get wiped out at any time without warning!

This property is intended to allow the specification of data related to tournaments, such as the date, location, type, number of attendees, entry fee, pot, winner, etc. This would go on the city page, so we don't need to specify the city, I think....

Link to multi-valued properties: http://semantic-mediawiki.org/wiki/Help:Many-valued_properties

Data we need to capture:

  • Date (Date)
  • Island (Page)
  • Type (sword, joust, both) (String)
  • Top prize (Number)
  • Second prize (Number)
  • Fee (Number)
  • Winner (String)

If this works, you would specify it like this:

[[Tournament:: September 2, 2009; Atamara; Both; 700; 200; 10; Kende Indirik]]

A template could be made to make data entry easier. Once this has been done, we should be able to run queries on this data to, for example, assemble all the tournament winners on Atamara:

{{#ask: [[Tournament:: ?; Atamara; ?; ?; ?; ?; ?]] }}

Or, to find all dual event tournaments on East Island with an entry fee of over 10 gold:

{{#ask: [[Tournament:: ?; East Island; Both; ?; ?; >10; ?]] }}

etc....

Property values:

[[has type:: Date; Page; String; Number; Number; Number; String]]

Property definition

[[has type:: Date; Page; String; Number; Number; Number; String]]

Showing 2 pages using this property.