Service: Difference between revisions
From hmis
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
<noinclude>This template is used to create and display a | <noinclude>This template is used to create and display a '''Service''' subobject within a Resource page in Semantic MediaWiki. | ||
It sets semantic properties for each service so they can be queried independently (e.g., all facilities offering "Legal Aid") | It sets semantic properties for each '''service''' so they can be queried independently (e.g., all facilities offering "Legal Aid"). | ||
=== Usage === | === Usage === | ||
| Line 14: | Line 7: | ||
<pre> | <pre> | ||
{{Service | {{Service: Kerr_Bikes_Naito | ||
| Service | |Group = Community And Other Support Services | ||
| | |Category = Disability Support Services | ||
| | |Resource = TAlbertina Kerr | ||
| | |Service = Kerr Bikes Naito | ||
| | |Address = 1020 SW Naito Parkway | ||
|City = Portland | |||
|State = OR | |||
|Zip = 97201 | |||
|Phone = (503)-808-9955 | |||
|Time = Monday-Friday, 9 a.m.–5 p.m., Saturday and Sunday, 10 a.m.–5 p.m. | |||
|Note = Tom McCall Waterpark Park | |||
}} | }} | ||
{{Service | {{Service: Service Name | ||
| Service name = | |Group = The Grouping of services | ||
| | |Category = The Category of service | ||
| | |Resource = The Resource of the service | ||
| | |Service = The service name | ||
|Address = Address | |||
|Locator = Room or Box No | |||
|City = City | |||
|State = State | |||
|Zip = Zip | |||
|Phone = Phone | |||
|Time = Times open | |||
|URL = URL | |||
|Email = email | |||
|Note = note | |||
</pre> | </pre> | ||
This produces two service subobjects attached to the facility, with properties that can be queried across all facilities. | This produces two service subobjects attached to the facility, with properties that can be queried across all facilities. | ||
</noinclude> | </noinclude> | ||
<includeonly>{{# | <includeonly> | ||
{{#if: {{{Group|}}} | '''Group: ''' [[Has group::{{{Group|}}}]] </br>| }} | |||
{{#if: {{{Category|}}} | '''Group: ''' [[Has category::{{{Category|}}}]] </br>| }} | |||
{{#if: {{{Resource|}}} | '''Group: ''' [[Has resource::{{{Resource|}}}]] </br>| }} | |||
{{#if: {{{Service|}}} | '''Group: ''' [[Has service::{{{Service|}}}]] </br>| }} | |||
{{#if: {{{Address|}}} |</br>[[Has group::{{{Address|}}}]]| }} | |||
{{#if: {{{Locator|}}} |</br>[[Has group::{{{Locator|}}}]]| }} | |||
{{#if: {{{City|}}} |</br>[[Has city::{{{City|}}}]]| }} | |||
{{#if: {{{State|}}} |, [[Has state::{{{State|}}}]]| }} | |||
{{#if: {{{Zip|}}} |[[Has zip::{{{Zip|}}}]]}} | |||
{{#if: {{{Phone|}}} |</br>[[Has phone::{{{Phone|}}}]]| }} | |||
{{#if: {{{Time|}}} |</br>[[Has time::{{{Time|}}}]]| }} | |||
{{#if: {{{Email|}}} |</br>[Has email::{{{Email|}}}]]| }} | |||
{{#if: {{{Note|}}} |<br>[[Has note::{{{Note|}}}]]| }}</includeonly> | |||
Revision as of 19:31, October 4, 2025
This template is used to create and display a Service subobject within a Resource page in Semantic MediaWiki. It sets semantic properties for each service so they can be queried independently (e.g., all facilities offering "Legal Aid").
Usage
To use this template, add it inside a facility page. Each call to the template creates a new **subobject** tied to the facility, representing one service.
{{Service: Kerr_Bikes_Naito
|Group = Community And Other Support Services
|Category = Disability Support Services
|Resource = TAlbertina Kerr
|Service = Kerr Bikes Naito
|Address = 1020 SW Naito Parkway
|City = Portland
|State = OR
|Zip = 97201
|Phone = (503)-808-9955
|Time = Monday-Friday, 9 a.m.–5 p.m., Saturday and Sunday, 10 a.m.–5 p.m.
|Note = Tom McCall Waterpark Park
}}
{{Service: Service Name
|Group = The Grouping of services
|Category = The Category of service
|Resource = The Resource of the service
|Service = The service name
|Address = Address
|Locator = Room or Box No
|City = City
|State = State
|Zip = Zip
|Phone = Phone
|Time = Times open
|URL = URL
|Email = email
|Note = note
This produces two service subobjects attached to the facility, with properties that can be queried across all facilities.