====== Location (template) ======
@@Image [image::300]|ic:default-location.png@@
@@Description@@ <*if tags>//[ @@tags@@ ]//
@@->fields|exclude=image,tags,in,description,faction emblem,allegiance,rating@@
-- This view triggers for the 'faction' class as a side-class on a location
template {
location#location_header
}
?self_faction is a: faction
?self_faction[text] = @@.subject@@
group {
?self_faction
}
<*if In>**Lies in**: @@In@@
template {
location#containment
}
?loc is a: location
?loc In [text]: @@.subject@@
group {
}
template {
location#havens
}
?person is a: person
?person Haven [text]: @@.subject@@
group {
}
**Rating:** @@rating[dot::t5]@@
-- This view triggers for the 'faction' class as a side-class on a location
template {
location#is_faction
}
?self_faction is a: faction
?self_faction[text] = @@.subject@@
?self_faction Allegiance [ref]: ?allegiance
group {
?self_faction
}
**Contains:** @@loc@@
**Haven of:** @@person@@
**//Faction Information//**
@@self_faction[imagelink::64::ic:default-faction.png::Faction Emblem]@@
<*if Allegiance>**Allegiance to**: @@Allegiance@@
template {
faction#containment
}
?affiliations is a: faction
?affiliations Allegiance[text]: @@self_faction@@
group {
}
**//Location Information//**