Difference between revisions of "Template:GameInfobox"
Jump to navigation
Jump to search
Komidore64 (talk | contribs) m (probably a bad copy/paste) |
(try to make the documation sorted in wikitable.) |
||
Line 74: | Line 74: | ||
</div><noinclude> | </div><noinclude> | ||
== Optional parameters for the infobox == | == Optional parameters for the infobox == | ||
− | + | {| class="wikitable" | |
− | + | |- | |
− | + | |'''{{{bordercolor}}}''' ||The color of the infobox border and header. Try to choose something related to the game's theme. | |
+ | |- | ||
+ | | '''{{{background}}}''' || The main color/background color of the infobox. Try to choose something ''light'' and related to the game's theme that won't make the content hard to read. | ||
+ | |- | ||
+ | | '''{{{innerbordercolor}}}''' || Color for a very faint border around the game's image. Try to choose a highlight color related to the game or just use the {{{background}}} color.<br />Wikimedia software uses standard #RRGGBB (R = red, G = green, B = blue) web color values. FF = highest, 00 = lowest. It's pretty hard to read anything on a background darker than say d5 in all fields. | ||
+ | |- | ||
+ | | '''{{{width}}}''' || The width of the infobox in pixels. Probably just leave it as is. | ||
+ | |- | ||
+ | | '''{{{title}}}''' || Probably just leave it as is as it will automatically be filled in with the page name. | ||
+ | |- | ||
+ | | '''{{{image}}}''' || An image that will be placed in the center of the box. | ||
+ | |- | ||
+ | | '''{{{imagecaption}}}''' || A caption for the central image | ||
+ | |- | ||
+ | | '''{{{officialsite}}}''' || A link to the game's official website if any. <br />For instance, <code><nowiki>|officialsite = [https://www.8ing.co.jp/museum/prd/sipu/ 8ing Museum]</nowiki></code> | ||
+ | |- | ||
+ | | '''{{{releasedate}}}''' || For release date info including different regions if available. | ||
+ | |- | ||
+ | | '''{{{previousgame}}}''' || An internal wikilink to the previous game in the series or by this dev. | ||
+ | |- | ||
+ | | '''{{{nextgame}}}''' || An internal wikilink to the next game in the series or by this dev. | ||
+ | |- | ||
+ | | '''{{{developer}}}''' || Game credits if available. | ||
+ | |- | ||
+ | | '''{{{publisher}}}''' || Game credits if available. | ||
+ | |- | ||
+ | | '''{{{producer}}}''' || Game credits if available. | ||
+ | |- | ||
+ | | '''{{{planning}}}''' || Game credits if available. | ||
+ | |- | ||
+ | | '''{{{music}}}''' || Game credits if available. | ||
+ | |- | ||
+ | | '''{{{program}}}''' || Game credits if available. | ||
+ | |- | ||
+ | | '''{{{art}}}''' || Game credits if available. | ||
+ | |- | ||
+ | | '''{{{designer}}}''' || Game credits if available. | ||
+ | |} | ||
− | + | == code == | |
− | + | <pre> | |
− | + | {{GameInfobox | |
− | + | |bordercolor = | |
− | + | |background = | |
− | + | |innerbordercolor = | |
− | + | |width = | |
− | + | |title = | |
− | + | |image = | |
− | + | |imagecaption = | |
− | + | |officalsite = | |
− | + | |releasedate = | |
− | + | |previousgame = | |
− | + | |nextgame = | |
− | + | |developer = | |
− | + | |publisher = | |
− | + | |producer = | |
− | + | |planning = | |
+ | |music = | ||
+ | |program = | ||
+ | |art = | ||
+ | |designer = | ||
+ | }} | ||
+ | </pre> | ||
</noinclude> | </noinclude> |
Revision as of 02:49, 5 November 2022
GameInfobox
Game title screen
Optional parameters for the infobox
{{{bordercolor}}} | The color of the infobox border and header. Try to choose something related to the game's theme. |
{{{background}}} | The main color/background color of the infobox. Try to choose something light and related to the game's theme that won't make the content hard to read. |
{{{innerbordercolor}}} | Color for a very faint border around the game's image. Try to choose a highlight color related to the game or just use the {{{background}}} color. Wikimedia software uses standard #RRGGBB (R = red, G = green, B = blue) web color values. FF = highest, 00 = lowest. It's pretty hard to read anything on a background darker than say d5 in all fields. |
{{{width}}} | The width of the infobox in pixels. Probably just leave it as is. |
{{{title}}} | Probably just leave it as is as it will automatically be filled in with the page name. |
{{{image}}} | An image that will be placed in the center of the box. |
{{{imagecaption}}} | A caption for the central image |
{{{officialsite}}} | A link to the game's official website if any. For instance, |officialsite = [https://www.8ing.co.jp/museum/prd/sipu/ 8ing Museum]
|
{{{releasedate}}} | For release date info including different regions if available. |
{{{previousgame}}} | An internal wikilink to the previous game in the series or by this dev. |
{{{nextgame}}} | An internal wikilink to the next game in the series or by this dev. |
{{{developer}}} | Game credits if available. |
{{{publisher}}} | Game credits if available. |
{{{producer}}} | Game credits if available. |
{{{planning}}} | Game credits if available. |
{{{music}}} | Game credits if available. |
{{{program}}} | Game credits if available. |
{{{art}}} | Game credits if available. |
{{{designer}}} | Game credits if available. |
code
{{GameInfobox |bordercolor = |background = |innerbordercolor = |width = |title = |image = |imagecaption = |officalsite = |releasedate = |previousgame = |nextgame = |developer = |publisher = |producer = |planning = |music = |program = |art = |designer = }}