Template:Infobox Major Faction: Difference between revisions

From PRIME Universe Wiki
Jump to navigation Jump to search
No edit summary
Tag: wikieditor
No edit summary
Tag: wikieditor
Line 5: Line 5:
| colspan="2" style="text-align:center; padding:6px;" | {{{image|[[File:Warning.png|250px|alt=Example image]]}}}
| colspan="2" style="text-align:center; padding:6px;" | {{{image|[[File:Warning.png|250px|alt=Example image]]}}}
|-
|-
! style="width:35%; text-align:left; padding:6px; background-color:#f2f2f2;" | {{{Type|Type:}}}
! style="width:35%; text-align:left; padding:6px; background-color:#f2f2f2;" | Type
| style="padding:6px;" | {{{Type|N/A}}}
| style="padding:6px;" | {{{Type|N/A}}}
|-
|-
! style="text-align:left; padding:6px; background-color:#f2f2f2;" | {{{Predecessor|Predecessor:}}}
! style="text-align:left; padding:6px; background-color:#f2f2f2;" | Predecessor
| style="padding:6px;" | {{{Predecessor|None}}}
| style="padding:6px;" | {{{Predecessor|None}}}
|-
|-
! style="text-align:left; padding:6px; background-color:#f2f2f2;" | {{{Leadership|Leadership:}}}
! style="text-align:left; padding:6px; background-color:#f2f2f2;" | Leadership
| style="padding:6px;" | {{{Leadership|[REDACTED]}}}
| style="padding:6px;" | {{{Leadership|[REDACTED]}}}
|-
|-
! style="text-align:left; padding:6px; background-color:#f2f2f2;" | {{{TimeScale|Time Scale:}}}
! style="text-align:left; padding:6px; background-color:#f2f2f2;" | Time Scale
| style="padding:6px;" | {{{TimeScale|[[GST]]}}}
| style="padding:6px;" | {{{TimeScale|[[GST]]}}}
|-
|-
! style="text-align:left; padding:6px; background-color:#f2f2f2;" | {{{HQ|Headquarters:}}}
! style="text-align:left; padding:6px; background-color:#f2f2f2;" | Headquarters
| style="padding:6px;" | {{{HQ|[REDACTED]}}}
| style="padding:6px;" | {{{HQ|[REDACTED]}}}
|-
|-
! style="text-align:left; padding:6px; background-color:#f2f2f2;" | {{{Population|Leadership:}}}
! style="text-align:left; padding:6px; background-color:#f2f2f2;" | Population
| style="padding:6px;" | {{{Population|Unknown}}}
| style="padding:6px;" | {{{Population|Unknown}}}
|-
|-
! style="text-align:left; padding:6px; background-color:#f2f2f2;" | {{{Status|Status:}}}
! style="text-align:left; padding:6px; background-color:#f2f2f2;" | Status
| style="padding:6px;" | {{{Status|Unknown}}}
| style="padding:6px;" | {{{Status|Unknown}}}
|}
|}
<noinclude>
<noinclude>
This is a base infobox template. Use it to build more specific infoboxes.
This is a base infobox template. Use it as a starting point for factions, organizations, or other entities.


== Usage ==
== Usage ==
Basic example:
<pre>
<pre>
{{Infobox
{{Infobox
  | title = Example Article
  | title     = Shadow Wolves
  | image = [[File:Example.jpg|250px]]
  | image     = [[File:ShadowWolves.svg|250px]]
  | label1 = Created by
  | Type      = Minor Faction
  | data1  = John Doe
  | Predecessor= Night Wolves
  | label2 = Released
  | Leadership = Raven
  | data2 = 2025
  | TimeScale = 2025–present
  | label3 = Genre
  | HQ        = Northern Forests
  | data3 = Adventure
  | Population = 150
  | Status    = Active
}}
}}
</pre>
</pre>
== Notes ==
* Add or remove rows as needed (copy-paste `labelN` / `dataN` pairs).
* To create a new specialized infobox (like {{Infobox character}}), just copy this page and rename it.
== Recommended ==
Keep it consistent — use `width:300px` and light gray tones for readability.
</noinclude>
</noinclude>
'''Bold text'''

Revision as of 11:05, 18 October 2025

Infobox Title
Example image
Type N/A
Predecessor None
Leadership [REDACTED]
Time Scale GST
Headquarters [REDACTED]
Population Unknown
Status Unknown

This is a base infobox template. Use it as a starting point for factions, organizations, or other entities.

Usage

{{Infobox
 | title      = Shadow Wolves
 | image      = [[File:ShadowWolves.svg|250px]]
 | Type       = Minor Faction
 | Predecessor= Night Wolves
 | Leadership = Raven
 | TimeScale  = 2025–present
 | HQ         = Northern Forests
 | Population = 150
 | Status     = Active
}}