Difference between revisions of "Template:Infobox"

From Project Einherjar
(Usage)
(Undo revision 41 by Derpy (talk))
(Tag: Undo)
Line 1: Line 1:
 
==Usage==
 
==Usage==
 +
<pre>
 
{{Infobox
 
{{Infobox
  |name        = Infobox
+
  |name        = {{subst:PAGENAME}}
 
  |bodystyle    =  
 
  |bodystyle    =  
  
Line 33: Line 34:
 
  |  data5 = 2nd Job Trans
 
  |  data5 = 2nd Job Trans
 
}}
 
}}
 +
</pre>
 +
[[Category:Templates]]

Revision as of 18:26, 3 December 2018

Usage

{{Infobox
 |name         = {{subst:PAGENAME}}
 |bodystyle    = 

 |titlestyle   = 
 |abovestyle = background:#cfc;
 |subheaderstyle =
 |above        = Class

 |imagestyle   = 
 |captionstyle = 
 |image      = [[File:Example.jpg|200px|alt=Example alt text]]

 |headerstyle  = background:#ccf;
 |labelstyle   = background:#ddf;
 |datastyle    = 

 |header1 = Class
 | label1 = 1-1
 |  data1 = 1st Job
 |header2 = 
 | label2 = 2-1
 |  data2 = 2nd Job
 |header3 =
 | label3 = 2-2
 |  data3 = 2nd Job
 |header4 =
 | label4 = 2-1 (Trans)
 |  data4 = 2nd Job Trans
 |header5 =
 | label5 = 2-2 (Trans)
 |  data5 = 2nd Job Trans
}}