Template:ItemInfo: Difference between revisions
Template page
More actions
Content deleted Content added
imported>76561198018895007 No edit summary  | 
				m Update to 10 Items  | 
				||
| (24 intermediate revisions by 4 users not shown) | |||
| Line 1: | Line 1: | ||
<templatestyles src="ItemInfo/style.css" /><div class="item_panel"><div class="tech_header"><div class="tt_glow">{{{ItemName|Unknown Item}}}</div><includeonly><div style="font-size: 11pt;">[{{fullurl:{{FULLPAGENAME}}/ItemInfo|action=edit}} edit]</div></includeonly></div><div class="tt_category">{{{Categories|Unknown Category}}}</div> <div class="tt_desc">{{{Description|A description was not supplied to the template.}}}</div> <div class="tt_info">[[File:Icon_{{{ItemName|Unknown}}}.png|90x90px|class=tt_lg_icon|link={{{ItemName|}}}]] <table class="tt_info_table"> {{#if:{{{Info1Type|}}}|<tr><td>{{{Info1Type|}}}</td><td style="width: 100%;"></td><td>{{{Info1Text|}}}</td></tr>}} {{#if:{{{Info2Type|}}}|<tr><td>{{{Info2Type|}}}</td><td style="width: 100%;"></td><td>{{{Info2Text|}}}</td></tr>}} {{#if:{{{Info3Type|}}}|<tr><td>{{{Info3Type|}}}</td><td style="width: 100%;"></td><td>{{{Info3Text|}}}</td></tr>}} {{#if:{{{Info4Type|}}}|<tr><td>{{{Info4Type|}}}</td><td style="width: 100%;"></td><td>{{{Info4Text|}}}</td></tr>}} {{#if:{{{Info5Type|}}}|<tr><td>{{{Info5Type|}}}</td><td style="width: 100%;"></td><td>{{{Info5Text|}}}</td></tr>}} {{#if:{{{Info6Type|}}}|<tr><td>{{{Info6Type|}}}</td><td style="width: 100%;"></td><td>{{{Info6Text|}}}</td></tr>}} {{#if:{{{Info7Type|}}}|<tr><td>{{{Info7Type|}}}</td><td style="width: 100%;"></td><td>{{{Info7Text|}}}</td></tr>}} {{#if:{{{Info8Type|}}}|<tr><td>{{{Info8Type|}}}</td><td style="width: 100%;"></td><td>{{{Info8Text|}}}</td></tr>}} {{#if:{{{Info9Type|}}}|<tr><td>{{{Info9Type|}}}</td><td style="width: 100%;"></td><td>{{{Info9Text|}}}</td></tr>}}{{#if:{{{Info10Type|}}}|<tr><td>{{{Info10Type|}}}</td><td style="width: 100%;"></td><td>{{{Info10Text|}}}</td></tr>}}{{#if:{{{GridSize|}}}|<tr><td>Grid Size</td><td style="width: 100%;"></td><td>{{{GridSize|}}}</td></tr>}} {{#if:{{{StackSize|}}}|<tr><td>Stack Size</td><td style="width: 100%;"></td><td>{{{StackSize|}}}</td></tr>}} </table> </div> {{#if:{{{Recipes|}}}|<hr class="tt_bar"> {{{Recipes}}}}} </div> <noinclude> {{documentation}} [[Category:Template]] </noinclude>  | 
|||
{{#css:{{:Template:ItemInfo.css}}}}  | 
  |||
<div class="item_panel">  | 
  |||
<span class="tt_title">Unknown Item</span><br>  | 
  |||
<span class="tt_category">Unknown Category</span><br>  | 
  |||
<div class="tt_desc">  | 
  |||
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris  | 
  |||
</div>  | 
  |||
<div class="tt_lg_icon">[[File:Icon_Unknown.png]]</div>  | 
  |||
</div>  | 
  |||
{{#css:  | 
  |||
.item_panel {  | 
  |||
    border-image: url(item_panel_border.png) 4 4 fill;  | 
  |||
    border-image-width: auto;  | 
  |||
    overflow: auto;  | 
  |||
    display: inline-block;  | 
  |||
    min-width: 250px;  | 
  |||
    max-width: 400px;  | 
  |||
    font-family: SairaSB;  | 
  |||
    font-size: 14pt;  | 
  |||
    padding: 13px;  | 
  |||
}  | 
  |||
.tt_title {  | 
  |||
    color: #ffdb8e;  | 
  |||
    text-shadow: 0 0 14px #ff8851;  | 
  |||
}  | 
  |||
.tt_category {  | 
  |||
    color: #a3a4a4;  | 
  |||
    font-size: 11pt;  | 
  |||
}  | 
  |||
.tt_desc {  | 
  |||
    font-size: 11pt;  | 
  |||
    color: white;  | 
  |||
    max-width: 300px;  | 
  |||
    margin-right: 100px;  | 
  |||
}  | 
  |||
.tt_lg_icon {  | 
  |||
    display: inline-block;  | 
  |||
    border: 1px solid orange;  | 
  |||
}  | 
  |||
}}  | 
  |||
Latest revision as of 17:15, 3 January 2024
This documentation is transcluded from Template:ItemInfo/doc. Changes can be proposed in the talk page.
