Welcome to Warhammer 40k - Lexicanum! Log in and join the community.

Difference between revisions of "Template:Planets"

From Warhammer 40k - Lexicanum
Jump to: navigation, search
m (centering everything)
(17 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{| align=center border="1" cellpadding="5" cellspacing="0"
+
{|class="infotable"
|style=background:#4F4F4F align=center|'''Map'''
+
!style="width:1%"|'''Map'''
|style=background:#4F4F4F colspan=2 align=center|'''Basic Data'''
+
!colspan="2"|'''Basic Data'''
|style=background:#4F4F4F align=center|'''Planetary Image'''
+
!style="width:1%"|'''Planetary Image'''
 
|-
 
|-
|rowspan=9 align=center|[[Image:{{{Map}}}|{{{Map Px}}}}px]]
+
|rowspan="9" style="padding:0"|[[File:{{{Map|Galaxy map unknown.jpg}}}|{{{Map Px|}}}px]]
|align=center|'''Name:'''
+
|'''Name:'''
|align=center|'''{{{Name}}}'''
+
|'''{{{Name}}}'''
|rowspan=9 align=center|[[Image:{{{Planetary Image}}}|{{{Planetary Image Px}}}}px]]
+
|rowspan="9" style="padding:0"|[[File:{{{Planetary Image|Unknown.jpg}}}|{{{Planetary Image Px|200}}}px]]
 
|-
 
|-
|align=center|[[Segmentum]]:
+
|'''[[Segmentum]]:'''
|align=center|{{{Segmentum}}}
+
|{{{Segmentum|Unknown}}}
 
|-
 
|-
|align=center|[[Sector]]:
+
|'''[[Sector]]:'''
|align=center|{{{Sector}}}
+
|{{{Sector|Unknown}}}
 
|-
 
|-
|align=center|[[Subsector]]:
+
|'''[[Subsector]]:'''
|align=center|{{{Subsector}}}
+
|{{{Subsector|Unknown}}}
 
|-
 
|-
|align=center|[[System]]:
+
|'''[[System]]:'''
|align=center|{{{System}}}
+
|{{{System|Unknown}}}
 
|-
 
|-
|align=center|[[Population]]:
+
|'''[[Population]]:'''
|align=center|{{{Population}}}
+
|{{{Population|Unknown}}}
 
|-
 
|-
|align=center|[[Affiliation]]:
+
|'''[[Affiliation]]:'''
|align=center|{{{Affiliation}}}
+
|{{{Affiliation|Unknown}}}
 
|-
 
|-
|align=center|[[Class (planet)|Class]]:
+
|'''[[Class (planet)|Class]]:'''
|align=center|{{{Class}}}
+
|{{{Class|Unknown}}}
 
|-
 
|-
|align=center|[[Tithe Grade]]:
+
|'''[[Tithe Grade]]:'''
|align=center|{{{Tithe Grade}}}
+
|{{{Tithe Grade|Unknown}}}
 
|-
 
|-
|}
+
|}<noinclude>
<noinclude>
+
== Code to include on page ==
==Stuff to be copied==
+
<nowiki>{{Planets
<pre>
 
{{Planets
 
 
|Map=
 
|Map=
 
|Map PX=
 
|Map PX=
Line 51: Line 49:
 
|Class=
 
|Class=
 
|Tithe Grade=
 
|Tithe Grade=
}}
+
}}</nowiki>
</pre>
+
[[Category:Summary Templates|Planets]]
[[Category:Templates|Planets]]
 
 
</noinclude>
 
</noinclude>

Revision as of 20:40, 18 May 2015

Map Basic Data Planetary Image
px Name: {{{Name}}} Unknown.jpg
Segmentum: Unknown
Sector: Unknown
Subsector: Unknown
System: Unknown
Population: Unknown
Affiliation: Unknown
Class: Unknown
Tithe Grade: Unknown

Code to include on page

{{Planets
|Map=
|Map PX=
|Planetary Image=
|Planetary Image Px=
|Name=
|Segmentum=
|Sector=
|Subsector=
|System=
|Population=
|Affiliation=
|Class=
|Tithe Grade=
}}