Template:Infobox Game: Difference between revisions
no edit summary
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
<table | <table style="border: 1px solid #aaaaaa; background-color: #f9f9f9; color: black; margin-bottom: 0.5em; margin-left: 1em; padding: .2em; width: 20em; float:right; clear:right; font-size:95%" cellspacing="4"> | ||
<tr><th colspan="2"><big>'''''{{{movie_name}}}'''''</big></th></tr> | <tr><th colspan="2"><big>'''''{{{movie_name}}}'''''</big></th></tr> | ||
{{qif|test={{{image|}}}|then=<tr><th colspan="2">{{{image}}}</th></tr>}} | {{qif | ||
|test={{{image|}}} | |||
{{qif|test={{{ | |then=<tr><th colspan="2">{{{image}}}</th></tr> | ||
}} | |||
{{qif|test={{{writer|}}}|then=<tr><td>'''Written by'''</td><td>{{{writer}}}</td></tr>}} | {{qif | ||
|test={{{author|}}} | |||
{{qif|test={{{ | |then=<tr><td>'''Author'''</td><td>{{{author}}}</td></tr> | ||
}} | |||
{{qif|test={{{ | {{qif | ||
|test={{{designer|}}} | |||
{{qif|test={{{ | |then=<tr><td>'''Designed by'''</td><td>{{{designer}}}</td></tr> | ||
}} | |||
{{qif|test={{{ | {{qif | ||
|test={{{writer|}}} | |||
{{qif|test={{{ | |then=<tr><td>'''Written by'''</td><td>{{{writer}}}</td></tr> | ||
}} | |||
{{qif|test={{{ | {{qif | ||
|test={{{programmer|}}} | |||
{{qif|test={{{ | |then=<tr><td>'''Programmed by'''</td><td>{{{programmer}}}</td></tr> | ||
}} | |||
{{qif|test={{{ | {{qif | ||
</table> | |test={{{music|}}} | ||
<noinclude>Do not make major changes to the infobox, such as the addition of new fields (e.g. MPAA ratings), without proposing and discussing it on the talk page first. Your edits will most likely be reverted on sight. Thank you. | |then=<tr><td>'''Music by'''</td><td>{{{music}}}</td></tr> | ||
}} | |||
{{qif | |||
|test={{{voices|}}} | |||
|then=<tr><td>'''Voiced by'''</td><td>{{{voices}}}</td></tr> | |||
}} | |||
{{qif | |||
|test={{{testers|}}} | |||
|then=<tr><td>'''Testing by'''</td><td>{{{testers}}}</td></tr> | |||
}} | |||
{{qif | |||
|test={{{producer|}}} | |||
|then=<tr><td>'''Produced by'''</td><td>{{{producer}}}</td></tr> | |||
}} | |||
{{qif | |||
|test={{{release_date|}}} | |||
|then=<tr><td>'''Release date'''</td><td>{{{release_date}}}</td></tr> | |||
}} | |||
{{qif | |||
|test={{{game_length|}}} | |||
|then=<tr><td>'''Length'''</td><td>{{{game_length}}}</td></tr> | |||
}} | |||
{{qif | |||
|test={{{game_language|}}} | |||
|then=<tr><td>'''Language'''</td><td>{{{game_language}}}</td></tr> | |||
}} | |||
{{qif | |||
|test={{{ags_url|}}} | |||
|then=<tr><th colspan="2">[[{{{ags_url}}}|AGS games page]]</th></tr> | |||
}} | |||
</table><noinclude> | |||
Do not make major changes to the infobox, such as the addition of new fields (e.g. MPAA ratings), without proposing and discussing it on the talk page first. Your edits will most likely be reverted on sight. Thank you. | |||
</noinclude> | </noinclude> |