Difference between revisions of "Template:VSS"

From End to Dawn
Jump to navigation Jump to search
 
(4 intermediate revisions by 2 users not shown)
Line 4: Line 4:
 
<pre>
 
<pre>
 
{{VSS
 
{{VSS
|domain=AL-009-D
+
|vsspic=
|region=Southeast Region
+
|domain=
|description=...
+
|region=
|tenets=...
+
|description=
|theme=...
+
|tenets=
|style=...
+
|theme=
|rules=...
+
|style=
|vst_name=...
+
|rules=
|vst_email=...
+
|vst_name=
|notes=...
+
|vst_email=
 +
|notes=
 
}}
 
}}
 
</pre>
 
</pre>
Line 19: Line 20:
  
 
<div class="vss-container">
 
<div class="vss-container">
 +
 +
<div class="vss-header">
 +
  <div class="vss-title">{{PAGENAME}}</div>
 +
  <div class="vss-image">
 +
    {{#if: {{{vsspic|}}} | [[File:{{{vsspic}}}|center|600px]] }}
 +
  </div>
 +
</div>
  
 
== Domain Information ==
 
== Domain Information ==
Line 25: Line 33:
  
 
== Description ==
 
== Description ==
{{{description|}}}
+
{{{desc|}}}
  
 
== Tenets ==
 
== Tenets ==
Line 40: Line 48:
  
 
== Venue Storyteller ==
 
== Venue Storyteller ==
* '''Name:''' {{{vst_name|}}}
+
* '''Name:''' {{{vst|}}}
* '''Email:''' {{{vst_email|}}}
+
* '''Email:''' {{{vstemail|}}}
  
 
== Storyteller Notes ==
 
== Storyteller Notes ==
Line 52: Line 60:
 
[[Category:Domain]]
 
[[Category:Domain]]
 
{{#if: {{{domain|}}}|[[Category:{{{domain}}}]]}}
 
{{#if: {{{domain|}}}|[[Category:{{{domain}}}]]}}
 +
 +
<!-- Automatically create a subcategory named after the VSS -->
 +
{{#if: {{{VSS|}}}|
 +
  [[Category:{{{VSS}}}]]
 +
}}
 +
 +
<!-- If this is a category page itself, add description + parent link -->
 +
{{#ifeq: {{NAMESPACE}} | Category |
 +
This category contains all pages related to the VSS '''{{PAGENAME}}'''.
 +
[[Category:VSS]]
 +
}}
  
 
{{#css:
 
{{#css:
Line 64: Line 83:
 
   color: #C33;
 
   color: #C33;
 
   font-family: "Limelight", cursive;
 
   font-family: "Limelight", cursive;
 +
}
 +
.vss-header {
 +
  text-align: center;
 +
  margin-bottom: 20px;
 +
}
 +
.vss-title {
 +
  font-size: 2.5em;
 +
  font-family: "Limelight", cursive;
 +
  color: #C33;
 +
}
 +
.vss-image img {
 +
  max-width: 80%;
 +
  height: auto;
 +
  border: 3px solid #600;
 +
  border-radius: 10px;
 +
  margin-top: 10px;
 
}
 
}
 
}}
 
}}
 
</includeonly>
 
</includeonly>

Latest revision as of 20:24, 29 January 2026

This is the "VSS" template. It should be called in the following format:

{{VSS
|vsspic=
|domain=
|region=
|description=
|tenets=
|theme=
|style=
|rules=
|vst_name=
|vst_email=
|notes=
}}