Template:Infobox mission: Difference between revisions

No edit summary
No edit summary
Line 1: Line 1:
<table class="infobox" style="width:{{{box_width|22em}}}; font-size:90%; text-align:left;" cellspacing="2">
<table class="infobox" style="width:{{{box_width|22em}}}; font-size:90%; text-align:left;" cellspacing="2">
<tr><th colspan="2" style="text-align: center;"><big class="fn">{{{name|{{PAGENAME}}}}}</big></th></tr>  
 
{{#if:{{{image|}}}|<tr><td colspan="2" align="center">[[Image:{{{image}}}|180x180px|center]] {{#if:{{{caption|}}}|<div style="line-height:1.25em;">{{{caption}}}</div>|}}</td></tr>|}}
<tr><th colspan="2" style="text-align: center;">
{{#if:{{{game|}}}|<tr valign="top"><th style="text-align:right;">Game</th> <td>{{#ifeq: {{{game|}}} | IV| [[Grand Theft Auto IV]]}}</td></tr>
<big class="fn">{{{name|{{PAGENAME}}}}}</big>
</th></tr>
{{#if:{{{image|}}}|
<tr><td colspan="2" align="center">[[Image:{{{image}}}|180x180px|center]]{{#if:{{{caption|}}}|<div style="line-height:1.25em;">{{{caption}}}</div>|}}</td></tr>|}}
{{#if:{{{game|}}}|<tr valign="top"><th style="text-align:right;">Game</th><td>{{#ifeq: {{{game|}}} | IV| [[Grand Theft Auto IV]]}}{{#ifeq: {{{game|}}} | VCS | [[Grand Theft Auto: Vice City Stories]]}}{{#ifeq: {{{game|}}} | LCS | [[Grand Theft Auto: Liberty City Stories]]}}{{#ifeq: {{{game|}}} | SA | [[Grand Theft Auto: San Andreas]]}}{{#ifeq: {{{game|}}} | VC | [[Grand Theft Auto: Vice City]]}}{{#ifeq: {{{game|}}} | III | [[Grand Theft Auto: III]]}}{{#ifeq: {{{game|}}} | GTA2 | [[Grand Theft Auto 2]]}}{{#ifeq: {{{game|}}} | L1961 | [[Grand Theft Auto: London 1961]]}}{{#ifeq: {{{game|}}} | L1969 | [[Grand Theft Auto: London 1969]]}}{{#ifeq: {{{game|}}} | GTA1 | [[Grand Theft Auto 1]]}}</td></tr>
|}}
|}}
{{#if:{{{for|}}}|<tr valign="top"><th style="text-align:right;">For</th> <td>[[{{{occupation}}}]]</td></tr>
{{#if:{{{for|}}}|<tr valign="top"><th style="text-align:right;">For</th><td>[[{{{for}}}]]</td></tr>
}}
}}
{{#if:{{{reward|}}}|<tr valign="top"><th style="text-align:right;">Reward</th> <td>{{{reward}}}</td></tr>
{{#if:{{{reward|}}}|<tr valign="top"><th style="text-align:right;">Reward</th><td>{{{reward}}}</td></tr>
}}
}}
{{#if:{{{unlocks|}}}|<tr valign="top"><th style="text-align:right;">Unlocks</th> <td>{{{unlocks}}}</td></tr>
{{#if:{{{unlocks|}}}|<tr valign="top"><th style="text-align:right;">Unlocks</th><td>{{{unlocks}}}</td></tr>
}}
}}
</table><noinclude>
</table>[[Category:Missions]]<noinclude>
Usage - example is [[Slacker]].
Usage - example is [[Slacker]].


Games IDs are: <code>GTA1, GTA2, L1960, L1961, III, VC, SA, LCS, VCS, IV</code>. All other ''names'' should be linkable, eg [[Slacker]] and [[Vincenzo Cilli]].
Games IDs are: <code>GTA1, GTA2, L1969, L1961, III, VC, SA, LCS, VCS, IV</code>. All other ''names'' should be linkable, eg [[Slacker]] and [[Vincenzo Cilli]].


<pre>
<pre>

Revision as of 23:07, 20 June 2007

Infobox mission

Usage - example is Slacker.

Games IDs are: GTA1, GTA2, L1969, L1961, III, VC, SA, LCS, VCS, IV. All other names should be linkable, eg Slacker and Vincenzo Cilli.

{{infobox mission
|name=Slacker
|image=Image.jpg
|caption=Someone doing something
|game=LCS
|for=Vincenzo Cilli
|reward=$100
|unlocks=[[Dealing Revenge]]
}}