Template:Coop walkthrough table: Difference between revisions
Jump to navigation
Jump to search
(pootis) |
m (no whitespace) |
||
(3 intermediate revisions by 2 users not shown) | |||
Line 7: | Line 7: | ||
Readable version of a row: | Readable version of a row: | ||
{{#if: {{{atlas-nnn|{{{pbody-nnn|}}}}}} | | {{#if: {{{both-nnn|{{{atlas-nnn|{{{pbody-nnn|}}}}}}}}} | | ||
<tr> | <tr> | ||
<th scope="row">nnn</th> | <th scope="row">nnn</th> | ||
{{#if: {{{atlas-nnn|}}} | {{#if: {{{both-nnn|}}} | ||
| <td colspan="2">{{{both-nnn}}}</td> | |||
| {{#if: {{{atlas-nnn|}}} | |||
| <td style="background: #C0DFFF">{{{atlas-nnn}}}</td> | | <td style="background: #C0DFFF">{{{atlas-nnn}}}</td> | ||
| <td style="background: #AFAFAF"></td> | | <td style="background: #AFAFAF"></td> | ||
}} | |||
{{#if: {{{pbody-nnn|}}} | |||
| <td style="background: #F9BE71">{{{pbody-nnn}}}</td> | | <td style="background: #F9BE71">{{{pbody-nnn}}}</td> | ||
| <td style="background: #AFAFAF"></td> | | <td style="background: #AFAFAF"></td> | ||
}} | |||
}} | }} | ||
</tr> | </tr> | ||
Line 22: | Line 25: | ||
--> | --> | ||
{{#if:{{{both-1|{{{atlas-1|{{{pbody- |
Latest revision as of 13:23, 11 February 2013
# | Atlas | P-body |
---|
The template above may be partially or fully invisible or glitched due to the respected strings aren't entered.
This is normal.
This is normal.
Documentation for Coop walkthrough table
Sample
{{Coop walkthrough table | atlas-1 = {{Spoiler|Steps for Atlas ONLY.}} | pbody-2 = {{Spoiler|Steps for P-body ONLY.}} | atlas-3 = {{Spoiler|Steps for Atlas ONLY and do with those for P-body at same time.}} | pbody-3 = {{Spoiler|Steps for P-body ONLY and do with those for Atlas at same time.}} | both-4 = {{Spoiler|Steps for both Atlas and P-body}} }}
The above code will generate:
# | Atlas | P-body |
---|---|---|
1 | Steps for Atlas ONLY. | |
2 | Steps for P-body ONLY. | |
3 | Steps for Atlas ONLY and do with those for P-body at same time. | Steps for P-body ONLY and do with those for Atlas at same time. |
4 | Steps for both Atlas and P-body |