389
edits
Welcome to Gamerpedia! Let me know at either Mario Wiki or Fanonpedia if you'd like an account here.
(making) |
(doc) |
||
Line 3: | Line 3: | ||
|- | |- | ||
{{#if:{{{1|}}}| | {{#if:{{{1|}}}| | ||
{{!}}style="width:16em;background:{{{bg2|#FFC0CB}}}"{{!}}'''Details''' | {{!}}style="width:16em;background:{{{bg2|#FFC0CB}}};color:{{{color2|#000}}}"{{!}}'''Details''' | ||
{{!}} {{{1}}} | {{!}} {{{1}}} | ||
{{!}}- | {{!}}- | ||
}} | }} | ||
{{#if:{{{2|}}}| | {{#if:{{{2|}}}| | ||
{{!}}style="background:{{{bg2|#FFC0CB}}}"{{!}}'''Attribution''' | {{!}}style="background:{{{bg2|#FFC0CB}}};color:{{{color2|#000}}}"{{!}}'''Attribution''' | ||
{{!}} {{{2}}} | {{!}} {{{2}}} | ||
{{!}}- | {{!}}- | ||
}} | }} | ||
{{#if:{{{3|}}}| | {{#if:{{{3|}}}| | ||
{{!}}style="background:{{{bg2|#FFC0CB}}}"{{!}}'''Copyright holder''' | {{!}}style="background:{{{bg2|#FFC0CB}}};color:{{{color2|#000}}}"{{!}}'''Copyright holder''' | ||
{{!}} {{{3}}} | {{!}} {{{3}}} | ||
}} | }} | ||
Line 21: | Line 21: | ||
==Usage== | ==Usage== | ||
The template has three main parameters: | |||
<pre> | <pre> | ||
{{file details | {{file details | ||
Line 27: | Line 29: | ||
|3=(who owns the copyright) | |3=(who owns the copyright) | ||
}}</pre> | }}</pre> | ||
You can also customize the background and text color of the heading and the left cell on each row: | |||
<pre> | |||
|bg=(heading background color) | |||
|color=(heading text color) | |||
|bg2=(left cell background color) | |||
|color2=(left cell text color) | |||
</pre> | |||
[[Category:Infobox templates]]</noinclude> | [[Category:Infobox templates]]</noinclude> |