Template:Mmg entry: Difference between revisions
Jump to navigation
Jump to search
Jawarrior1 (talk | contribs) No edit summary Tag: Reverted |
Jawarrior1 (talk | contribs) No edit summary Tag: Reverted |
||
Line 1: | Line 1: | ||
<includeonly> | <includeonly> | ||
|- style="background-color: {{#ifeq:{{lc:{{{profit}}}}}|unknown|16202f|{{#ifeq:{{lc:{{{profit}}}}}|variable|1f2a3f|{{#ifexpr:{{{profit}}}<50000|1c2437|{{#ifexpr:{{{profit}}} < 400000|29344e|2e3954}}}}}}}}" | |- style="background-color: {{#ifeq:{{lc:{{{profit}}}}}|unknown|16202f|{{#ifeq:{{lc:{{{profit}}}}}|variable|1f2a3f|{{#ifexpr:{{{profit}}}<50000|1c2437|{{#ifexpr:{{{profit}}} < 400000|29344e|2e3954}}}}}}}}" | ||
|{{mmge|profit={{{profit}}}}}{{#if:{{{profit2|}}}|<br />to<br />{{mmge|profit={{{profit2}}}}}}}<span style="display:none | |{{mmge|profit={{{profit}}}}}{{#if:{{{profit2|}}}|<br />to<br />{{mmge|profit={{{profit2}}}}}}}<span style="display:none>{{{profit}}}</span> | ||
|{{{level}}} | |{{{level}}} | ||
{{{otherreqs|}}} | {{{otherreqs|}}} | ||
|{{{details}}}</includeonly><noinclude> | |{{{details}}}</includeonly><noinclude> | ||
{{/doc}}</noinclude> | {{/doc}}</noinclude> |
Revision as of 23:51, 13 February 2024
This documentation is transcluded from Template:Mmg entry/doc.
Mmg entry is used for each entry in a money making guide. It is used with {{mmg header}}
and must be closed with |} at the end. The color of the entry changes depending on the profit per hour.
Usage
{{mmge entry|profit=profit per hour|level=Levels required|details=Any details about the method.}}
Example
{{mmg header}}
{{mmg entry|profit=500000|profit2=1000000|level=Level 50|details=You need to to this.}}
|}
gives:
Effectiveness | Requirements | Details |
---|---|---|
***** |
Level 50 | You need to to this. |
AND
{{mmg header}}
{{mmg entry|profit=500000|level=Level 50|details=You need to to this.}}
|}
gives:
Effectiveness | Requirements | Details |
---|---|---|
Level 50 | You need to to this. |
If other requirements exist, use |otherreqs=
{{mmg header}}
{{mmg entry|profit=500000|level=Level 50|otherreqs=[[Cook's Assistant]]|details=You need to to this.}}
|}
gives:
Effectiveness | Requirements | Details |
---|---|---|
Level 50 | You need to to this. |