Difference between revisions of "Template:Infobox LARP"

From Shadow Accord
Jump to: navigation, search
 
(10 intermediate revisions by the same user not shown)
Line 3: Line 3:
 
  | abovestyle  = background:#DDD;
 
  | abovestyle  = background:#DDD;
  
  | above      = Shadow Accord
+
  | above      = {{{Game Name}}}
  
 
  | headerstyle = background:#DDD;
 
  | headerstyle = background:#DDD;
Line 9: Line 9:
 
  | datastyle  = width:60%;
 
  | datastyle  = width:60%;
  
  | image      = [[File:SA-Logo-Simple-Black.png|200px]]
+
  | image      = {{{Logo image|}}}
  
  | header1    = General
+
  | header1    = {{ #if: {{{Acronym|}}}{{{Structure|}}}{{{Organization|}}}{{{Owner|}}}{{{Founded|}}}{{{Status|}}}{{{Genre(s)|}}} | General }}
  
  | label2      = Acronym:       | data2  = SA
+
  | label2      = Acronym:           | data2  = {{{Acronym|}}}
  | label3      = Location:       | data3  = Western Washington, USA
+
  | label3      = Structure:         | data3  = {{{Structure|}}}
  | label4      = Site used:      | data4  = [http://www.soundviewcamp.com/ Soundview Camp]
+
  | label4      = Organization:      | data4  = {{{Organization|}}}
  | label5      = Structure:     | data5  = Non-Profit
+
  | label5      = Owner:             | data5  = {{{Owner|}}}
  | label6      = Founded:       | data6  = 2009
+
  | label6      = Founded:           | data6  = {{{Founded|}}}
  | label7      = Active:         | data7  = Yes
+
  | label7      = Status:           | data7  = {{{Status|}}}
  | label8      = Genre(s)       | data8  =  
+
  | label8      = Genre(s)           | data8  = {{{Genre(s)|}}}
* Supernatural Horror
 
* Gothic Punk
 
* Medieval
 
  
  | header9    = System
+
  | header9    = {{ #if: {{{Region|}}}{{{Site Used|}}}{{{IG Location|}}} | Location}}
  
  | label10    = Rules:         | data10 = [[Rules|In-House]]<br />based on oWOD
+
  | label10    = Region:           | data10 = {{{Region|}}}
  | label11    = Combat Style:   | data11 = Boffer & Packet
+
  | label11    = Site used:         | data11 = {{{Site Used|}}}
  | label12    = Play Style:     | data12 = [[WYSIWYG]]
+
  | label12    = IG Location:       | data12 = {{{IG Location|}}}
  
  | header13    = Events
+
  | header13    = {{ #if: {{{Rules|}}}{{{Combat Style|}}}{{{Play Style|}}} | System }}
  
  | label14    = Style:         | data14 = Weekend long (Fri-Sun)
+
  | label14    = Rules:             | data14 = {{{Rules|}}}
  | label15    = Frequency:      | data15 = Every 2-3 months
+
  | label15    = Combat Style:      | data15 = {{{Combat Style|}}}
 +
| label16    = Play Style:        | data16 = {{{Play Style|}}}
 +
 
 +
| header17    = {{ #if: {{{Event Style|}}}{{{Normal Attendance|}}}{{{Frequency|}}}{{{Event Fee|}}} | Events }}
 +
 
 +
| label18    = Style:            | data18 = {{{Event Style|}}}
 +
| label19    = Normal Attendance: | data19 = {{{Normal Attendance|}}}
 +
| label20    = Frequency:        | data20 = {{{Frequency|}}}
 +
| label21    = Event Fee:         | data21 = {{{Event Fee|}}}
 +
 
 +
| header22    = {{ #if: {{{Main Page|}}}{{{Forums|}}}{{{Facebook|}}}{{{Google+|}}}{{{Resources|}}} | Website }}
 +
 
 +
| label23    =                    | data23 = {{ #if: {{{Main Page|}}} | [{{{Main Page|}}} Main Page] }}
 +
| label24    =                    | data24 = {{ #if: {{{Forums|}}} | [{{{Forums|}}} Forums] }}
 +
| label25    =                    | data25 = {{ #if: {{{Facebook|}}} | [{{{Facebook|}}} Facebook] }}
 +
| label26    =                    | data26 = {{ #if: {{{Google+|}}} | [{{{Google+|}}} Google+] }}
 +
| label27    =                    | data27 = {{ #if: {{{Resources|}}} | [{{{Resources|}}} Resources] }}
 +
}}
 +
<noinclude>
 +
== Usage ==
 +
To use this template on a page, simply paste this Wiki-markup in to the edit page and fill in the variables you want. Fields not specified will not render.
 +
<pre style="overflow:auto">
 +
{{Infobox LARP
 +
<!-- SECTION: General -->
 +
| Game Name              =
 +
| Logo image            =
 +
| Acronym                =
 +
| Structure              =
 +
| Organization          =
 +
| Owner                  =
 +
| Founded                =
 +
| Status                =
 +
| Genre(s)              =
 +
<!-- SECTION: Location -->
 +
| Region                =
 +
| Site Used              =
 +
| IG Location            =
 +
<!-- SECTION: System -->
 +
| Rules                  =
 +
| Combat Style          =
 +
| Play Style            =
 +
<!-- SECTION: Events -->
 +
| Event Style            =
 +
| Normal Attendance     =
 +
| Frequency              =
 +
| Event Fee              =  
 +
<!-- SECTION: Website (URLs) -->
 +
| Main Page              =
 +
| Forums                =
 +
| Facebook              =
 +
| Google+                =
 +
| Resources              =
 
}}
 
}}
 +
</pre>{{clear}}
 +
</noinclude>

Latest revision as of 23:54, 9 March 2015

{{#invoke:Infobox|infobox}}

Usage[edit]

To use this template on a page, simply paste this Wiki-markup in to the edit page and fill in the variables you want. Fields not specified will not render.

{{Infobox LARP
<!-- SECTION: General -->
 | Game Name              = 
 | Logo image             = 
 | Acronym                = 
 | Structure              = 
 | Organization           = 
 | Owner                  = 
 | Founded                = 
 | Status                 = 
 | Genre(s)               = 
<!-- SECTION: Location -->
 | Region                 = 
 | Site Used              = 
 | IG Location            = 
<!-- SECTION: System -->
 | Rules                  = 
 | Combat Style           = 
 | Play Style             = 
<!-- SECTION: Events -->
 | Event Style            = 
 | Normal Attendance      = 
 | Frequency              = 
 | Event Fee              = 
<!-- SECTION: Website (URLs) -->
 | Main Page              = 
 | Forums                 = 
 | Facebook               = 
 | Google+                = 
 | Resources              = 
}}