Difference between revisions of "Template:Infobox Planets2"

From Australis Ultima 30k
Jump to: navigation, search
(Created page with "<!--Please do no edit this template--> {| class="infobox" style="font-size:95%; width:300px; background-color:#939393;float: right;border: 1px solid #aaa; margin-left:20px;" |...")
 
 
Line 2: Line 2:
 
{| class="infobox" style="font-size:95%; width:300px; background-color:#939393;float: right;border: 1px solid #aaa; margin-left:20px;"
 
{| class="infobox" style="font-size:95%; width:300px; background-color:#939393;float: right;border: 1px solid #aaa; margin-left:20px;"
 
|-
 
|-
! colspan="2" style="background-color:#B8B8B8; text-align:center; color:#000; font-size:150%; padding:1em;" | {{{Box title|No Title}}}{{#ifeq:{{{System}}}|||[[Category:{{{Box title}}}]]}}
+
! colspan="2" style="background-color:#B8B8B8; text-align:center; color:#000; font-size:150%; padding:1em;" | {{FULLPAGENAME}}
 
{{#if: {{{image|}}}|
 
{{#if: {{{image|}}}|
 
{{!}}-
 
{{!}}-
Line 51: Line 51:
 
|}
 
|}
 
[[Category:Planets]]
 
[[Category:Planets]]
<noinclude><br style="clear:both;"/>
+
[[Category:{{FULLPAGENAME}}]]
<div style="margin: auto; max-width: 100em; {{box-shadow|0.1em|0.1em|0.5em|rgba( 192, 192, 192, 0.75 )}} {{border-radius|1em}} border: 1px solid #a7d7f9; margin-bottom: 1em; padding: 0.5em 1em 1em; color: black;" class="ui-helper-clearfix">
+
 
+
==Description==
+
An infobox with much easier and nice method for anyone to use. This ''Infobox classic'' is a kind of infobox where you can give titles to every row. Below are some of the rules to use this infobox.
+
 
+
==Syntax==
+
<pre>
+
{{Infobox classic
+
|Box title    =
+
|image        = Image:Example.jpg
+
|imagewidth  = [defaults to 250]
+
|imagelink    =
+
|caption      = Wikipedia
+
|Row 1 title  =
+
|Row 1 info  =
+
|Row 2 title  =
+
|Row 2 info  =
+
|Row 3 title  =
+
|Row 3 info  =
+
|Row 4 title  =
+
|Row 4 info  =
+
|Row 5 title  =
+
|Row 5 info  =
+
|Row 6 title  =
+
|Row 6 info  =
+
|Row 7 title  =
+
|Row 7 info  =
+
|Row 8 title  =
+
|Row 8 info  =
+
|Row 9 title  =
+
|Row 9 info  =
+
|Row 10 title =
+
|Row 10 info  =
+
}}
+
</pre>
+
 
+
===Notes===
+
* Keeping the '''Box Title''' empty will result in displaying '''No title'''
+
* If you don't want to display image, just keep '''Image file Name''' and '''Image Size''' empty.
+
* Leaving imagelink blank results in a no click image - decoration only
+
* Keeping the '''Row 1 title''' empty will result in displaying '''No title'''.
+
* Keeping the '''Row (any row) info''' empty will result in displaying '''No information'''.
+
* Keeping the '''Row (any below row 1) title''' empty will result in that row and the rest of the rows below it will not be displayed.
+
* Max row for information: 10 rows.
+
 
+
==Sample output==
+
{{Infobox classic
+
|Box title    = Info Title
+
|image        = Image:Barren One.png
+
|imagewidth  = 120
+
|imagelink    = Barren Two
+
|caption      = Barren One Links to Barren Two
+
|Row 1 title  = Title row 1
+
|Row 1 info  = Info row 1
+
|Row 2 title  = Title row 2
+
|Row 2 info  = Info row 2
+
|Row 3 title  = Title row 3
+
|Row 3 info  = Info row 3
+
|Row 4 title  = Title row 4
+
|Row 4 info  = Info row 4
+
|Row 5 title  = Title row 5
+
|Row 5 info  = Info row 5
+
|Row 6 title  = Title row 6
+
|Row 6 info  = Info row 6
+
|Row 7 title  = Title row 7
+
|Row 7 info  = Info row 7
+
|Row 8 title  = Title row 8
+
|Row 8 info  = Info row 8
+
|Row 9 title  = Title row 9
+
|Row 9 info  = Info row 9
+
|Row 10 title = Title row 10
+
|Row 10 info  = Info row 10
+
}}
+
Complete Infobox:<br />
+
<code>
+
'''<nowiki>{{</nowiki>Infobox classic'''<br />
+
'''|'''Box title    = Info Title<br />
+
'''|'''image        = Image:Barren One.png<br />
+
'''|'''imagewidth  = 120<br />
+
'''|'''imagelink    = Barren Two<br />
+
'''|'''caption      = Barren One Links to Barren Two<br />
+
'''|'''Row 1 title  = Title row 1<br />
+
'''|'''Row 1 info  = Info row 1<br />
+
'''|'''Row 2 title  = Title row 2<br />
+
'''|'''Row 2 info  = Info row 2<br />
+
'''|'''Row 3 title  = Title row 3<br />
+
'''|'''Row 3 info  = Info row 3<br />
+
'''|'''Row 4 title  = Title row 4<br />
+
'''|'''Row 4 info  = Info row 4<br />
+
'''|'''Row 5 title  = Title row 5<br />
+
'''|'''Row 5 info  = Info row 5<br />
+
'''|'''Row 6 title  = Title row 6<br />
+
'''|'''Row 6 info  = Info row 6<br />
+
'''|'''Row 7 title  = Title row 7<br />
+
'''|'''Row 7 info  = Info row 7<br />
+
'''|'''Row 8 title  = Title row 8<br />
+
'''|'''Row 8 info  = Info row 8<br />
+
'''|'''Row 9 title  = Title row 9<br />
+
'''|'''Row 9 info  = Info row 9<br />
+
'''|'''Row 10 title = Title row 10<br />
+
'''|'''Row 10 info  = Info row 10<br />
+
'''<nowiki>}}</nowiki>'''
+
</code>
+
 
+
<br style="clear:both; margin-bottom:3em;"/>
+
 
+
{{Infobox classic
+
|Box title    = Info Title
+
|Row 1 title  = Title row 1
+
|Row 1 info  = Info row 1
+
|Row 2 title  = Title row 2
+
|Row 2 info  = Info row 2
+
|Row 3 title  = Title row 3
+
|Row 3 info  = Info row 3
+
|Row 4 title  = Title row 4
+
|Row 4 info  = Info row 4
+
|Row 5 title  = Title row 5
+
|Row 5 info  = Info row 5
+
|Row 6 title  = Title row 6
+
|Row 6 info  = Info row 6
+
|Row 7 title  = Title row 7
+
|Row 7 info  = Info row 7
+
|Row 8 title  = Title row 8
+
|Row 8 info  = Info row 8
+
|Row 9 title  = Title row 9
+
|Row 9 info  = Info row 9
+
|Row 10 title = Title row 10
+
|Row 10 info  = Info row 10
+
}}
+
Infobox '''Image''' omitted :<br />
+
<code>
+
'''<nowiki>{{</nowiki>Infobox classic'''<br />
+
'''|'''Box title    = Info Title<br />
+
'''|'''Row 1 title  = Title row 1<br />
+
'''|'''Row 1 info  = Info row 1<br />
+
'''|'''Row 2 title  = Title row 2<br />
+
'''|'''Row 2 info  = Info row 2<br />
+
'''|'''Row 3 title  = Title row 3<br />
+
'''|'''Row 3 info  = Info row 3<br />
+
'''|'''Row 4 title  = Title row 4<br />
+
'''|'''Row 4 info  = Info row 4<br />
+
'''|'''Row 5 title  = Title row 5<br />
+
'''|'''Row 5 info  = Info row 5<br />
+
'''|'''Row 6 title  = Title row 6<br />
+
'''|'''Row 6 info  = Info row 6<br />
+
'''|'''Row 7 title  = Title row 7<br />
+
'''|'''Row 7 info  = Info row 7<br />
+
'''|'''Row 8 title  = Title row 8<br />
+
'''|'''Row 8 info  = Info row 8<br />
+
'''|'''Row 9 title  = Title row 9<br />
+
'''|'''Row 9 info  = Info row 9<br />
+
'''|'''Row 10 title = Title row 10<br />
+
'''|'''Row 10 info  = Info row 10<br />
+
'''<nowiki>}}</nowiki>'''
+
</code>
+
 
+
<br style="clear:both; margin-bottom:3em;"/>
+
 
+
{{Infobox classic
+
|Box title    = Info Title
+
|Row 1 title  = Title row 1
+
|Row 1 info  = Info row 1
+
|Row 2 title  = Title row 2
+
|Row 2 info  = Info row 2
+
|Row 3 title  = Title row 3
+
|Row 3 info  = Info row 3
+
}}
+
Infobox '''Image''' omitted and displaying only 3 rows of information:<br />
+
<code>
+
'''<nowiki>{{</nowiki>Infobox classic'''<br />
+
'''|'''Box title    = Info Title<br />
+
'''|'''Row 1 title  = Title row 1<br />
+
'''|'''Row 1 info  = Info row 1<br />
+
'''|'''Row 2 title  = Title row 2<br />
+
'''|'''Row 2 info  = Info row 2<br />
+
'''|'''Row 3 title  = Title row 3<br />
+
'''|'''Row 3 info  = Info row 3<br />
+
'''<nowiki>}}</nowiki>'''
+
</code>
+
 
+
<br style="clear:both; margin-bottom:3em;"/>
+
 
+
{{Infobox classic
+
|Box title    = Info Title
+
|Row 1 title  = Title row 1
+
|Row 1 info  = Info row 1
+
|Row 2 title  = Title row 2
+
|Row 2 info  = Info row 2
+
|Row 3 title  = Title row 3
+
|Row 3 info  = Info row 3
+
|Row 4 info  = Info row 4
+
|Row 5 title  = Title row 5
+
|Row 5 info  = Info row 5
+
|Row 6 title  = Title row 6
+
|Row 6 info  = Info row 6
+
}}
+
Infobox '''Image''' and '''title row 4''' omited:<br />
+
Result: Row 4, 5, and 6 will not be displayed.<br />
+
<code>
+
'''<nowiki>{{</nowiki>Infobox classic'''<br />
+
'''|'''Box title    = Info Title<br />
+
'''|'''Row 1 title  = Title row 1<br />
+
'''|'''Row 1 info  = Info row 1<br />
+
'''|'''Row 2 title  = Title row 2<br />
+
'''|'''Row 2 info  = Info row 2<br />
+
'''|'''Row 3 title  = Title row 3<br />
+
'''|'''Row 3 info  = Info row 3<br />
+
'''|'''Row 4 info  = Info row 4<br />
+
'''|'''Row 5 title  = Title row 5<br />
+
'''|'''Row 5 info  = Info row 5<br />
+
'''|'''Row 6 title  = Title row 6<br />
+
'''|'''Row 6 info  = Info row 6<br />
+
'''<nowiki>}}</nowiki>'''
+
</code>
+
</div>
+
<includeonly>[[Category:General wiki templates|{{PAGENAME}}]][[Category:Infobox templates| ]]</includeonly><noinclude>[[Category:Template documentation|{{PAGENAME}}]]
+
 
+
[[Category:Infobox templates]]
+
</noinclude>
+

Latest revision as of 22:11, 15 February 2018

Template:Infobox Planets2

Segmentum:

Ultima Segmentum

Sector:

Australis Ultima

Subsector:

No information[[Category:{{{Subsector}}}]]

System:

No information[[Category:{{{System}}}]]

Class:

No information

Type:

Minor

                                                                       

Influence Summary
Faction Influence


Undecided.png