Template

Infobox Build

From Dogcraft Wiki

imported>William278
No edit summary
imported>William
No edit summary
Line 1: Line 1:
<infobox>
  <title source="title1"/>
  <image source="image1">
    <caption source="caption1"/>
  </image>
  <group>
    <header>Build</header>
    <data source="builder(s)">
      <label>Builder(s)</label>
    </data>
    <data source="world">
      <label>World</label>
    </data>
    <data source="location">
      <label>Location</label>
    </data>
    <data source="status">
      <label>[[Status]]</label>
    </data>
  </group>
</infobox>
<noinclude>
<noinclude>
Example usage:<pre>
<pre>
{{Infobox Build
{{Infobox Build
|title1=Example
|title        =  
|image1=Example
|image        =  
|caption1=Example
|caption      =  
|builder(s)=Example
|world        =  
|world=Example
|builders    =
|status=Example
|contributors =  
|location=Example
|status       =
|completed    =
|xcoord      =
|ycoord      =
|zcoord      =  
|dimension    =  
}}
}}
</pre>
</pre>
</noinclude>
</noinclude>
<includeonly>{{Infobox
|name        =
|bodystyle    =
|title        = {{#if:{{{title|}}}|{{{title|}}}|{{PAGENAME}}}}
|titlestyle  =
|image        = {{#if:{{{image|}}}|[[File:{{{image|}}}|250px]]}}
|imagestyle  =
|caption      = {{{caption|<br />}}}
|captionstyle = color:#000;
|headerstyle  = background:#3C8DBC; color:#fff;
|labelstyle  = padding: 3px;
|datastyle    = padding: 3px;
|header1 = {{Large|Build}}
|label2  = World
|data2  = {{#if: {{{world}}}|{{{world}}}|}}
|label3  = <nowiki>Builder(s)</nowiki>
|data3  = {{{builders|}}}
|label4  = Contributors
|data4  = {{{contributors|}}}
|label5  = Status
|data5  = {{[[Status]]|}}
|label6  = Completed
|data6  = {{{completed|}}}
|label7  = Location
|data7  = {{#if:{{{xcoord|}}}|X={{{xcoord|}}} <br /> Y={{{ycoord|}}} <br /> Z={{{zcoord|}}}|}}
|label8  = Dimension
|data8  = {{{dimension|Overworld}}}
}}
[[Category:Builds]]
</includeonly>

Revision as of 13:06, 2 October 2019

{{Infobox Build
|title        = 
|image        = 
|caption      = 
|world        = 
|builders     = 
|contributors = 
|status       =
|completed    = 
|xcoord       = 
|ycoord       = 
|zcoord       = 
|dimension    = 
}}


This page was last modified on 2 October 2019, at 13:06. (4 months ago)