Difference between revisions of "Template:Infobox"

From Nookipedia, the Animal Crossing wiki
(Creating parent infobox template)
 
(add some tentative documentation)
Line 56: Line 56:
 
<center>[[File:NIWA Strategy.png|13px]] <small>[[StrategyWiki:{{{strategywiki|}}}|Guide/Walkthrough at StrategyWiki]]</small></center>}}
 
<center>[[File:NIWA Strategy.png|13px]] <small>[[StrategyWiki:{{{strategywiki|}}}|Guide/Walkthrough at StrategyWiki]]</small></center>}}
 
|}
 
|}
 +
<noinclude>
 +
==Usage==
 +
<pre>
 +
{{Infobox
 +
|bordercolor    =
 +
|primarycolor  =
 +
|secondarycolor =
 +
|title          =
 +
|image          = {{{image}}}
 +
|label1        =
 +
|data1          =
 +
|label2        =
 +
|data2          =
 +
|label3        =
 +
|data3          =
 +
|label4        =
 +
|data4          =
 +
|label5        =
 +
|data5          =
 +
|label6        =
 +
|data6          =
 +
|label7        =
 +
|data7          =
 +
|label8        =
 +
|data8          =
 +
|label9        =
 +
|data9          =
 +
|label10        =
 +
|data10        =
 +
|label11        =
 +
|data11        =
 +
|labelend      =
 +
|dataend        =
 +
|strategywiki  = {{{strategywiki|}}}
 +
}}</pre>
 +
[[Category:Infobox templates]]
 +
</noinclude>

Revision as of 12:44, November 6, 2019

Infobox
Have an image of this boxart?
Then please upload it!
{{{label1}}}

Usage

{{Infobox
|bordercolor    = 
|primarycolor   = 
|secondarycolor = 
|title          = 
|image          = {{{image}}}
|label1         = 
|data1          = 
|label2         = 
|data2          = 
|label3         = 
|data3          = 
|label4         = 
|data4          = 
|label5         = 
|data5          = 
|label6         = 
|data6          = 
|label7         = 
|data7          = 
|label8         = 
|data8          = 
|label9         = 
|data9          = 
|label10        = 
|data10         = 
|label11        = 
|data11         = 
|labelend       = 
|dataend        = 
|strategywiki   = {{{strategywiki|}}}
}}