Site notice
Welcome! Please check To-Do List to see what pages need help, who is working on what, etc.

Difference between revisions of "Template:Infobox/doc"

From Mega Man Wiki
m (Text replacement - " " to " ")
m (Text replacement - " " to " ")
Line 6: Line 6:
<pre>
<pre>
{{Infobox
{{Infobox
| name   = Game Infobox
| name = Game Infobox
| image = {{{image|}}}
| image = {{{image|}}}
| caption1 = {{{caption|}}}
| caption1 = {{{caption|}}}
| title = Game Info
| title = Game Info
Line 13: Line 13:
| header1 = General information
| header1 = General information


| label2 = Game Title:  
| label2 = Game Title:  
| data2 = {{{game_title|}}}
| data2 = {{{game_title|}}}


| label3 = Developer:
| label3 = Developer:
| data3 = {{{developer|}}}
| data3 = {{{developer|}}}


| label4 = Publisher:
| label4 = Publisher:
| data4 = {{{publisher|}}}
| data4 = {{{publisher|}}}


| label5 = Release Dates:
| label5 = Release Dates:
| data5 = {{{release_dates|}}}
| data5 = {{{release_dates|}}}


| label6 = Genres:
| label6 = Genres:
| data6 = {{{genres|}}}
| data6 = {{{genres|}}}


| label7 = Game modes:
| label7 = Game modes:
| data7 = {{{game_modes|}}}
| data7 = {{{game_modes|}}}


| label8 = Ratings:
| label8 = Ratings:
| data8 = {{{ratings|}}}
| data8 = {{{ratings|}}}


| label9 = Platforms:
| label9 = Platforms:
| data9 = {{{platforms|}}}
| data9 = {{{platforms|}}}
}}
}}
Line 42: Line 42:


{{Infobox
{{Infobox
| name   = Game Infobox
| name = Game Infobox
| image = {{{image|}}}
| image = {{{image|}}}
| caption1 = {{{caption|}}}
| caption1 = {{{caption|}}}
| title = Game Info
| title = Game Info
Line 49: Line 49:
| header1 = General information
| header1 = General information


| label2 = Game Title:  
| label2 = Game Title:  
| data2 = {{{game_title|}}}
| data2 = {{{game_title|}}}


| label3 = Developer:
| label3 = Developer:
| data3 = {{{developer|}}}
| data3 = {{{developer|}}}


| label4 = Publisher:
| label4 = Publisher:
| data4 = {{{publisher|}}}
| data4 = {{{publisher|}}}


| label5 = Release Dates:
| label5 = Release Dates:
| data5 = {{{release_dates|}}}
| data5 = {{{release_dates|}}}


| label6 = Genres:
| label6 = Genres:
| data6 = {{{genres|}}}
| data6 = {{{genres|}}}


| label7 = Game modes:
| label7 = Game modes:
| data7 = {{{game_modes|}}}
| data7 = {{{game_modes|}}}


| label8 = Ratings:
| label8 = Ratings:
| data8 = {{{ratings|}}}
| data8 = {{{ratings|}}}


| label9 = Platforms:
| label9 = Platforms:
| data9 = {{{platforms|}}}
| data9 = {{{platforms|}}}
}}
}}

Revision as of 22:17, 26 September 2020

Documentation

Taken from [1] on April 23th, 2020.

Example

{{Infobox
| name  = Game Infobox
| image = {{{image|}}}
| caption1 = {{{caption|}}}
| title = Game Info

| header1 = General information

| label2 = Game Title: 
| data2 = {{{game_title|}}}

| label3 = Developer:
| data3 = {{{developer|}}}

| label4 = Publisher:
| data4 = {{{publisher|}}}

| label5 = Release Dates:
| data5 = {{{release_dates|}}}

| label6 = Genres:
| data6 = {{{genres|}}}

| label7 = Game modes:
| data7 = {{{game_modes|}}}

| label8 = Ratings:
| data8 = {{{ratings|}}}

| label9 = Platforms:
| data9 = {{{platforms|}}}
}}

which is rendered as

Game Info
General information

See Also