Template:FactionBox: Difference between revisions

From Shiptest Wiki
Jump to navigationJump to search
No edit summary
No edit summary
Line 1: Line 1:
</noinclude>
</noinclude>
Example usage of the template:
<pre>
{{FactionBox
| name      = Literally 1984
| image      = 1984.png
| formalname = Big Moth
| capital    = Capital City
| capitalloc = Your mom's house
| system    = Dictatorship
| founddate  = 2021
| color      = cc8899
}}
</pre>
<div style="box-shadow: 0 0 .3em #999; border-radius: .2em; margin: 0 0 0.5em 0; padding: 1px; width: 22em; margin-left: 1.4em; margin-bottom: 0.5em; float: right;">
<div style="box-shadow: 0 0 .3em #999; border-radius: .2em; margin: 0 0 0.5em 0; padding: 1px; width: 22em; margin-left: 1.4em; margin-bottom: 0.5em; float: right;">
<div style="background: #{{{color|cc8899}}}; border-radius: .2em; color: #FFF; padding: .4em .4em .4em; font-size: 1.2em;"><center>'''{{{name}}}'''</center></div>
<div style="background: #{{{color|cc8899}}}; border-radius: .2em; color: #FFF; padding: .4em .4em .4em; font-size: 1.2em;"><center>'''{{{name}}}'''</center></div>
Line 41: Line 25:
</div></div></div>
</div></div></div>
<noinclude>
<noinclude>
Example usage of the template:
<pre>
{{FactionBox
| name      = Literally 1984
| image      = 1984.png
| formalname = Big Moth
| capital    = Capital City
| capitalloc = Your mom's house
| system    = Dictatorship
| founddate  = 2021
| color      = cc8899
}}
</pre>


<noinclude>[[Category:Templates]]</noinclude>
<noinclude>[[Category:Templates]]</noinclude>

Revision as of 07:13, 3 December 2021

{{{name}}}
[[File:{{{image}}}|256px]]
Basic Information
Official Name: {{{formalname}}}
{{{capital}}}: {{{capitalloc}}}
System: {{{system}}}
Founded: {{{founddate}}}

No traits.


Example usage of the template:

{{FactionBox
 | name       = Literally 1984
 | image      = 1984.png
 | formalname = Big Moth
 | capital    = Capital City
 | capitalloc = Your mom's house
 | system     = Dictatorship
 | founddate  = 2021
 | color      = cc8899
}}