Template:SurgHospUp: Difference between revisions
Template page
More actions
Created page with "<includeonly> <div class="recipebox" style="background: {{{background|#ABE3A5}}}; color: {{{color|#256B1D}}};"> {| class="content" |- ! {{Sprite|Reception Desk}} Upgrading Your Hospital Level |- | Obtained as a prize from upgrading your SurgWorld Blast World hospital from level {{{x|1}}} to level {{{y|2}}}. |} </div> </includeonly> <noinclude>{{documentation}}</noinclude>" |
mNo edit summary |
||
| (28 intermediate revisions by 4 users not shown) | |||
| Line 3: | Line 3: | ||
{| class="content" | {| class="content" | ||
|- | |- | ||
! {{Sprite|Reception Desk}} Upgrading Your Hospital Level | ! {{Sprite|Reception Desk}} Upgrading Your [[Guide:Surgery#Hospitals|Hospital]] Level | ||
|- | |- | ||
| Obtained as a prize from upgrading your | | {{#if: {{{2|}}} | <!-- Check if a second parameter exists --> | ||
|} | {{#if: {{{3|}}} | <!-- If a third parameter exists, it's either multiple exclusions or multiple upgrades --> | ||
</div> | {{#ifeq: {{{1}}} | except | <!-- Check if 'except' is the first parameter --> | ||
</includeonly> | Obtained as a prize from upgrading your [[Reception Desk|Hospital world]] to any level except levels {{{2}}}, {{{3}}}{{#if: {{{4|}}}|, {{{4}}}}}{{#if: {{{5|}}}|, {{{5}}}}}{{#if: {{{6|}}}|, {{{6}}}}}{{#if: {{{7|}}}|, {{{7}}}}}{{#if: {{{8|}}}|, {{{8}}}}}{{#if: {{{9|}}}|, {{{9}}}}}{{#if: {{{10|}}}|, {{{10}}}}}{{#if: {{{11|}}}|, {{{11}}}}}{{#if: {{{12|}}}|, {{{12}}}}}. | ||
| <!-- If 'except' is not used, it's for upgrading to specific levels --> | |||
Obtained as a prize from upgrading your [[Reception Desk|Hospital world]] to levels {{{1}}}, {{{2}}}{{#if: {{{3|}}}|, {{{3}}}}}{{#if: {{{4|}}}|, {{{4}}}}}{{#if: {{{5|}}}|, {{{5}}}}}{{#if: {{{6|}}}|, {{{6}}}}}{{#if: {{{7|}}}|, {{{7}}}}}{{#if: {{{8|}}}|, {{{8}}}}}{{#if: {{{9|}}}|, {{{9}}}}}{{#if: {{{10|}}}|, {{{10}}}}}{{#if: {{{11|}}}|, {{{11}}}}}{{#if: {{{12|}}}|, {{{12}}}}}{{#if: {{{13|}}}|, {{{13}}}}}. | |||
}} | |||
| <!-- If only two parameters are present --> | |||
{{#ifeq: {{{1}}} | except | | |||
Obtained as a prize from upgrading your [[Reception Desk|Hospital world]] to any level except level {{{2}}}. | |||
| | |||
Obtained as a prize from upgrading your [[Reception Desk|Hospital world]] to level {{{1}}}{{#if: {{{2|}}}| and {{{2}}}}}. | |||
}} | |||
}} | |||
| {{#ifeq: {{{1}}} | except | | |||
Obtained as a prize from upgrading your [[Reception Desk|Hospital world]] to any level. | |||
| | |||
Obtained as a prize from upgrading your [[Reception Desk|Hospital world]] to level 1. | |||
}} | |||
}} | |||
|}</div></includeonly> | |||
<noinclude>{{documentation}}</noinclude> | <noinclude>{{documentation}}</noinclude> | ||