Template:Structure: Difference between revisions

From DSRPG
Created page with "<!-- Template:Structure --> <includeonly><div class="infoboxFrame"> <div class="infoboxHeadTitle" style="background-color: {{{color|#a2b0c6}}};">{{{name|Structure Name}}}</div> {{#if: {{{image|}}} | <div class="infoboxImage"> [[File:{{{image}}}|300px|{{{name|Structure Name}}}]] {{#if: {{{caption|}}} | <div class="infoboxCaption">{{{caption}}}</div> |}} </div> |}} <div class="infoboxSubheader">General Information</div> {{#if: {{{location|}}}..."
 
No edit summary
Line 193: Line 193:
   |}}
   |}}
</div></includeonly>
</div></includeonly>
<noinclude>
<noinclude>
== Template:Structure ==
== Template:Structure ==

Revision as of 13:24, 4 May 2025


Template:Structure

This template creates an infobox for architectural structures, buildings, monuments, and other constructed features in the world of Irinia.

Usage

{{Structure
|name = The Crown Spire
|color = #8899bb
|image = Crown_Spire_Exterior.jpg
|caption = The Crown Spire as seen from The Grand Stair
|location = The Gilded Heights, Eyndrhal
|coordinates = Central point of the Eastern Heights
|status = Active royal residence
|owner = The Ironwreath Dynasty
|inception = Original structure circa 800 AE, continuously renovated
|architect = Multiple, most recently Artificer Thaddeus Gearwright
|architectural_style = Neo-Aetherweaver with contemporary magical augmentation
|material = Enchanted glass, magestone, living metal, aetherwood
|height = Approximately 800 feet (variable due to magical architecture)
|floors = 32 known floors (plus rumored hidden levels)
|magical_properties = Morphic architecture system, self-reconfiguring structure
|ley_lines = Major convergence of 7 primary ley lines
|power_source = Aetheric engines and natural magical energy
|security_level = Maximum
|guards = Elite division of the Ironclad Guard
|governing_body = Royal Custodian's Office
|primary_function = Royal palace and seat of government
|open_to_public = Limited guided tours on Illumination Day only
}}

Parameters

General Information

  • name: The name of the structure
  • color: Background color for the header (hex code)
  • image: Image filename (must be uploaded to the wiki)
  • caption: Caption for the image
  • location: Where the structure is located (district, city, region)
  • coordinates: Geographic coordinates or specific location details
  • status: Current status (active, abandoned, ruined, etc.)
  • owner: Current owner or controlling entity
  • governing_body: Organization responsible for management
  • primary_function: Main purpose of the structure
  • inception: When the structure was built or established
  • age: How old the structure is
  • open_to_public: Whether and how the public can access the structure

Architectural Information

  • architect: Designer(s) of the structure
  • architectural_style: Style or school of design
  • material: Primary building materials

Physical Characteristics

  • height: Vertical measurement
  • width: Horizontal measurement (width)
  • length: Horizontal measurement (length)
  • area: Total area covered
  • floors: Number of levels or floors

Magical Properties

  • magical_properties: General magical features
  • ley_lines: Relationship to magical energy lines
  • enchantments: Specific spells or enchantments

Historical Information

  • historical_status: Historical significance or designation
  • previous_names: Former names of the structure
  • significant_events: Important historical events associated with the structure

Security Information

  • security_level: Level of security (minimal, moderate, high, maximum)
  • security_measures: Specific security features
  • guards: Guard force or security personnel

Technological Features

  • tech_level: Level of technological advancement
  • power_source: Energy source for the structure
  • special_systems: Notable technological systems

Custom Fields

  • custom1name, custom2name, custom3name: Custom field labels
  • custom1value, custom2value, custom3value: Custom field values

Examples

See the template documentation page for examples.