Vreen and Template:Mbox: Difference between pages

From Hazeron Wiki
(Difference between pages)
Jump to navigation Jump to search
(Restored)
 
m (Woops)
 
Line 1: Line 1:
{{Bug|This pirate empire does not have any blueprints assigned to it. As a result, it currently cannot be encountered in the game.}}
<includeonly><center>
{| style="float: right;" class="wikitable"
{| style="{{#if:{{{floatright|}}}|float:right;|}}border-style: solid; {{{bwidth|border-width: 5px}}}; border-color: {{{colorborder|}}}; background-color:{{{colorbackground|}}}; color: {{{colortext|}}};"
|+ Pirate Empire
| style="vertical-align:middle; text-align:center;" | [[File:{{#if:{{{icon|}}}|{{{icon}}}|Imbox_deletion.png}}]]
|-
{{#if:{{{text|}}}|{{!}} style="vertical-align:middle;" {{!}} {{{text}}}|}}
! colspan=2 | Vreen
|-
| colspan=2 align="center" | [[File:Flag_{{PAGENAME}}.png|200px|{{PAGENAME}}'s empire flag]]
|-
! colspan=2 | Home [[Galaxy]]
|-
| colspan=2 |
* [[Dyrathon's Retreat]] (War)
* [[Vreenox Eclipse]] (Peace)
|-
! Difficulty
| 4
|}
|}
 
</center></includeonly><noinclude>{{Mbox/Doc}}</noinclude>
'''Vreen''' is an AI controlled [[pirate]] [[empire]].
 
== Blueprints ==
List of [[blueprint]]s used by the '''Vreen''' empire.
 
===Building Blueprints===
* ...
 
===Spacecraft Blueprints===
* ...
 
== Lore ==
The Vreen Advance Guard has established the Vreen race as a force to be reckoned with in the Universe. A recent run of good luck on the battlefield, both against the Syth and the Balorites, has caused a stir, particularly among those Council members who saw the Vreen as insignificant. Honesty, cooperation and fairness have characterized their brief membership on the Council.
 
[[Category:Pirate_Empires]]

Revision as of 06:21, 27 February 2024

What is {{Mbox}}

The {{Mbox}} template is a standard text box with an icon.

For example it is used in:

How to use

This template it most of all used to create other templates, there is no need to use this directly on a page.

That said, here are some examples:

{{Mbox
| icon = 
| colorborder = 
| colorbackground = 
| colortext = 
| text = 
}}

Suggested icons:

  • Imbox_content.png Imbox_content.png
  • Imbox_deletion.png Imbox_deletion.png
  • Imbox_notice.png Imbox_notice.png

Examples

{{Mbox
| icon = 
| colorborder = 
| colorbackground = 
| colortext = 
| text = 
}}
{{Mbox
| icon = Imbox_content.png
| colorborder = 
| colorbackground = 
| colortext = 
| text = This is a test.
}}
This is a test.
{{Mbox
| icon = Imbox_notice.png
| colorborder = darkred
| colorbackground = red
| colortext = yellow
| text = This is also a test.
}}
This is also a test.

You can also change the width of the border and float the box to the right:

{{Mbox
| icon = Imbox_notice.png
| colorborder = black
| bwidth = 2px
| floatright = yes
| colorbackground = blue
| colortext = yellow
| text = This is an extra test.
}}
This an extra test.