Module:Documentation: Difference between revisions

From :: ChromeRivals Wiki ::
Jump to navigation Jump to search
Line 235: Line 235:
----
----
Table used to show recipes.
Table used to show recipes.
Material count number needs to be the same as number of rows <code><nowiki>PICTURE_LINK_X</nowiki></code>.  
Material count number needs to be the same as number of rows.  


Usable with color templates.
Usable with color templates.
Line 241: Line 241:


<pre>
<pre>
{| class="RecipeTable"
{{RecipeTablePRE|5}}
! colspan="MATERIAL_COUNT"| Materials
{{RecipeTable|5
! style="width: 80px;"| Success
|R1=  
! Final
|R2=  
|-
|R3=
| PICTURE_LINK_1 {{COLOR_1}}NAME_1{{/COLOR_1}} (x1)
|R4=
| PICTURE_LINK_2 {{COLOR_2}}NAME_2{{/COLOR_2}} (x1)
|R5=
| PICTURE_LINK_3 {{COLOR_3}}NAME_3{{/COLOR_3}} (x1)
|CHANCE=
| PICTURE_LINK_4 {{COLOR_4}}NAME_4{{/COLOR_4}} (x1)
|FINAL=
| PICTURE_LINK_5 {{COLOR_5}}NAME_5{{/COLOR_5}} (x1)
}}
| CHANCE_1
{{RecipeTestPOST}}
| PICTURE_FINAL {{FINAL_COLOR}}FINAL_NAME{{/FINAL_COLOR}} (x1)
|}
</pre>
</pre>




'''Preview:'''
'''Preview:'''
{| class="RecipeTable"
{{RecipeTablePRE|3}}
! colspan="3"| Materials
{{RecipeTable|3
! style="width: 80px;"| Success
|R1= https://download.chromerivals.net/resources/items_images/standard/3726917263.png {{cyan}}Refined Boss Mineral{{/cyan}} (x1)
! Final
|R2= https://download.chromerivals.net/resources/items_images/standard/3737599993.png {{magenta}}Boss Strengthening Card{{/magenta}} (x1)
|-
|CHANCE= 50%
| https://download.chromerivals.net/resources/items_images/standard/3726917263.png {{cyan}}Refined Boss Mineral{{/cyan}} (x1)
|FINAL= https://download.chromerivals.net/resources/items_images/standard/3726901631.png {{blue}}Reinforced Boss Transformation Card{{/blue}} (x1)
| https://download.chromerivals.net/resources/items_images/standard/3737599993.png {{magenta}}Boss Strengthening Card{{/magenta}} (x1)
}}
|
{{RecipeTable|3
| 50%
|R1= https://download.chromerivals.net/resources/items_images/standard/3726917263.png {{cyan}}Refined Boss Mineral{{/cyan}} (x1)
| https://download.chromerivals.net/resources/items_images/standard/3726901631.png {{blue}}Reinforced Boss Transformation Card{{/blue}} (x1)
|R2= https://download.chromerivals.net/resources/items_images/standard/3737599993.png {{magenta}}Boss Strengthening Card{{/magenta}} (x1)
|-
|R3= https://download.chromerivals.net/resources/items_images/standard/3737557289.png {{cyan}}Ancient Matter{{/cyan}} (x1)
| https://download.chromerivals.net/resources/items_images/standard/3726917263.png {{cyan}}Refined Boss Mineral{{/cyan}} (x1)
|CHANCE= 60%
| https://download.chromerivals.net/resources/items_images/standard/3737599993.png {{magenta}}Boss Strengthening Card{{/magenta}} (x1)
|FINAL= https://download.chromerivals.net/resources/items_images/standard/3726901631.png {{blue}}Reinforced Boss Transformation Card{{/blue}} (x1)
| https://download.chromerivals.net/resources/items_images/standard/3737557289.png {{cyan}}Ancient Matter{{/cyan}} (x1)
}}
| 60%
{{RecipeTestPOST}}
| https://download.chromerivals.net/resources/items_images/standard/3726901631.png {{blue}}Reinforced Boss Transformation Card{{/blue}} (x1)
 
|}





Revision as of 14:14, 17 April 2024