Template:Mmg entry: Difference between revisions
Jump to navigation
Jump to search
Jawarrior1 (talk | contribs) No edit summary |
Jawarrior1 (talk | contribs) No edit summary |
||
Line 1: | Line 1: | ||
<includeonly> | <includeonly> | ||
|- style="background-color: {{#ifeq:{{lc:{{{profit}}}}}|unknown|# | |- style="background-color: {{#ifeq:{{lc:{{{profit}}}}}|unknown|#2e3750|{{#ifeq:{{lc:{{{profit}}}}}|variable|#303e5a|{{#ifexpr:{{{profit}}}<50000|#272f47|{{#ifexpr:{{{profit}}} < 400000|#2a334a|#2d364d}}}}}}}}" | ||
|{{mmge|profit={{{profit}}}}}{{#if:{{{profit2|}}}|<br />to<br />{{mmge|profit={{{profit2}}}}}}}<span style="display:none">{{{profit}}}</span> | |{{mmge|profit={{{profit}}}}}{{#if:{{{profit2|}}}|<br />to<br />{{mmge|profit={{{profit2}}}}}}}<span style="display:none">{{{profit}}}</span> | ||
|{{{level}}} | |{{{level}}} |
Revision as of 23:34, 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:
- 2d364d"
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:
- 2d364d"
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:
- 2d364d"
Effectiveness | Requirements | Details |
---|---|---|
Level 50 | You need to to this. |