Template:Infobox mission: Difference between revisions

no edit summary
No edit summary
No edit summary
 
(63 intermediate revisions by 9 users not shown)
Line 1: Line 1:
<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>|}}{{#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>[[{{{for}}}]]</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>}}</table><noinclude>
<includeonly>{{infobox
Usage - example is [[Slacker]].
|name        =  
|bodystyle    = background-color: #F0F0FA;
|title        = Mission
|titlestyle  = font-size: 90%;
text-transform: uppercase;
background-color: #EEE;
border: 1px solid #AAA;
border-bottom: none;  
|above = {{#if:{{{name|}}}|{{{name}}}|{{PAGENAME}}}}
|abovestyle = font-size: 150%;


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]].
|image        = {{#if:{{{image|}}}|[[File:{{{image}}}|{{#if:{{{size|}}}|{{{size|}}}|170px}}|center|{{{caption}}}]]}}
|imagestyle  = {{{imagestyle|}}}
|caption      = {{{caption|}}}
|captionstyle = {{{captionstyle|}}}


<pre>
|headerstyle  = background:#444; color: #fff;
{{infobox mission
|labelstyle  = background:#ddd;
|name=Slacker
|datastyle    =
|image=Image.jpg
 
|caption=Someone doing something
|header1 =
|game=LCS
 
|for=Vincenzo Cilli
|label1  = Game
|reward=$100
|data1  = {{gameselect|{{{game|}}}}}{{#IFEXIST: {{game|{{{game|}}}}} | [[Category:Missions in {{game|{{{game|}}}}}]] | [[Category:Fix Games]]}}
|unlocks=[[Dealing Revenge]]
 
}}
|label2  = Protagonist
</pre>
|data2  = {{{protagonist|}}}
 
|label3  = For
|data3  = {{{for|}}}
 
|label4  = Objective
|data4  = {{{objective|}}}
 
|label5  = Target
|data5  = {{{target|}}}
 
|label6  = Location
|data6  = {{{location|}}}
 
|label7  = Fail
|data7  = {{{fail|}}}
 
|label8  = Reward
|data8  = {{{reward|}}}
 
|label9  = Unlocks
|data9  = {{{unlocks|}}}
 
|label10  = Unlocked by
|data10  = {{{unlockedby|}}}
 
|label11  = Time Limit
|data11  = {{{timelimit|}}}
 
|label12  = Achievements
|data12  = {{{achievements|}}}
 
|label13  = Special Vehicles
|data13  = {{{vehicles|}}}
 
|label14  = Deaths
|data14  = {{{deaths|}}}
 
}}</includeonly><noinclude>{{doc}}
[[Category:Infobox Templates]]
</noinclude>
</noinclude>