Sound: Difference between revisions
From hmis
Created page with "<noinclude> This template is used to record and display incident reports with description, time, image, and geospatial information. It also stores semantic properties for use in queries and maps. == Usage == <pre> {{Incident | Description = Loud screaming late at night | DateTime = 2025-08-24 16:00 | Location = Save Rest Village | Decibels = 45.512, -122.658 | Type = Screaming, Music, Leaf Blower, etc. | Reference..." |
No edit summary |
||
| (9 intermediate revisions by the same user not shown) | |||
| Line 7: | Line 7: | ||
{{Incident | {{Incident | ||
| Description = Loud screaming late at night | | Description = Loud screaming late at night | ||
| | | Datetime = 2025-08-24 16:00 | ||
| Location = Save Rest Village | | Location = Save Rest Village | ||
| Decibels = 45 | | Decibels = 45 dB | ||
| Type = Screaming, Music, Leaf Blower, etc. | | Type = Screaming, Music, Leaf Blower, etc. | ||
| Reference = 1066195 | | Reference = 1066195 | ||
| Line 23: | Line 23: | ||
* <code>Reference</code> – 311 Reference Number | * <code>Reference</code> – 311 Reference Number | ||
</noinclude> | </noinclude> | ||
<includeonly> | <includeonly>Description: {{{Description|}}} | ||
Time: {{{Datetime|}}} | |||
Location {{{Facilities|}}} | |||
Type: {{{Type|}}} | |||
Noise Level: {{{Decibels|}}} dB | |||
__NOEDITSECTION__ {{#set: Has incident description={{{Description|}}} }} {{#set: Has incident time={{{Datetime|}}} }} {{#set: Has location={{{Facilities|}}} }} {{#set: Has sound type={{{Type|}}} }} {{#set: Has decibels ={{{Decibels|}}} }} | |||
{{#ask: | |||
[[Category:Sound]] | |||
[[Has incident time::+]] | |||
|?Has incident time | |||
|?Has decibels | |||
|format=timeseries | |||
|charttype=bar | |||
|charttitle={{{Description|}}} | |||
|height=400 | |||
|width=600 | |||
}} | |||
<!-- | <!-- | ||
'''Description:''' [[Has incident description::{{{Description|}}}]] reported at {{#time: g:i a, j F Y | {{{DateTime|}}} }} near [[Has location::{{{Location|}}}]]{{#set: Has incident time={{#time:Y-m-d H:i:s|{{{DateTime|}}}}} }} {{#set: Has incident type={{{Type|}}}}} {{#set: Has decibels ={{{Decibels|}}}}} | |||
{| | {| | ||
|colspan=2 |'''Description:''' [[Has incident description::{{{Description|}}}]] reported at {{#time: g:i a, j F Y | {{{DateTime|}}} }} near [[Has location::{{{Location|}}}]]{{#set: Has incident time={{#time:Y-m-d H:i:s|{{{DateTime|}}}}} }} {{#arraymap:{{{Type|}}}|,|x|{{#set: Has incident type=x}}|}} | |colspan=2 |'''Description:''' [[Has incident description::{{{Description|}}}]] reported at {{#time: g:i a, j F Y | {{{DateTime|}}} }} near [[Has location::{{{Location|}}}]]{{#set: Has incident time={{#time:Y-m-d H:i:s|{{{DateTime|}}}}} }} {{#arraymap:{{{Type|}}}|,|x|{{#set: Has incident type=x}}|}} | ||
|- | |- | ||
Revision as of 08:26, November 4, 2025
This template is used to record and display incident reports with description, time, image, and geospatial information. It also stores semantic properties for use in queries and maps.
Usage
{{Incident
| Description = Loud screaming late at night
| Datetime = 2025-08-24 16:00
| Location = Save Rest Village
| Decibels = 45 dB
| Type = Screaming, Music, Leaf Blower, etc.
| Reference = 1066195
}}
Parameters
Description– Brief description of the incident.DateTime– Date and time the incident occurred (any MediaWiki-valid date/time).Location– Select a locationDecibels– Decibel reading from phone or meterType– A classification of the incident: Drug, Vehicle, Graffiti, Camp, Litter.Reference– 311 Reference Number