Template:GuideEnchProgInfoBox/doc

From Auranogi
Revision as of 22:01, 8 May 2024 by Akarisan (talk | contribs) (Created page with "{{GuideEnchProgInfoBox | Prefixes?= YES | Prefixes= <!---->{{GuidePrefixBox <!---->|Prefix Rows= <!------->{{GuidePrefixBox/Row <!------->|Progression Tier= orange <!------->|Enchant Name= Example Enchant <!------->|Effects = <!------->{{EnchantInfoBox/Effects|+/-= +|Effect= Example Positive Enchant Effects +5}} <!------->|Notes = Example notes on this specific enchant and why it is very useful. <!------->}} <!-------> <!---->}} | Suffixes?= YES | Suffixes=<!--- ------...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Prefix Suffix
Enchant Effect Notes
Example Enchant Example Positive Enchant Effects +5 Example notes on this specific enchant and why it is very useful.
Enchant Effect Notes
Example Enchant Example Positive Enchant Effects +5 Example notes on this specific enchant and why it is very useful.


Description[edit]

This is the "GuideEnchProgInfoBox" template.

Used specifically in the Enchanting Guide. This helps list the individual enchants in a neat, visual way for each individual section of the guide.

How to Use[edit]

It should be called in the following format:

{{GuideEnchProgInfoBox
| Prefixes?= 
| Prefixes=
<!---->{{GuidePrefixBox
<!---->|Prefix Rows=
<!------->{{GuidePrefixBox/Row
<!------->|Progression Tier= 
<!------->|Enchant Name= 
<!------->|Effects =
<!------->{{EnchantInfoBox/Effects|+/-= |Effect= }}
<!------->|Notes = 
<!------->}}
<!------->
<!---->}}
| Suffixes?= 
| Suffixes=<!--- 
------ Suffix Start--->
<!---->{{GuideSuffixBox
<!---->|Suffix Rows=
<!------->{{GuideSuffixBox/Row
<!------->|Progression Tier= 
<!------->|Enchant Name= 
<!------->|Effects =
<!------->{{EnchantInfoBox/Effects|+/-= |Effect= }}
<!------->|Notes = 
<!------->}}
<!------->
<!---->}}
}}

Parameters[edit]

Parameter Usage Example
Prefixes? / Suffixes? These determine whether or not to show the Prefix or Suffix boxes. Putting 'YES' enables the one you put it for, with 'NO' disabling it.
| Prefixes?= YES
----
----
----
| Suffixes?= NO
----
----
Prefix Rows For prefix rows, you will need to copy-paste a few lines of code:
<!------->{{GuidePrefixBox/Row
<!------->|Progression Tier= 
<!------->|Enchant Name= 
<!------->|Effects =
<!------->{{EnchantInfoBox/Effects|+/-= |Effect= }}
<!------->|Notes = 
<!------->}}

Make sure that between each new row that is created, a
<!------->
is added. This is for clarity to help better see the individual rows.
Each row defines 1 enchant.
<!------->{{GuidePrefixBox/Row 
<!------->|Progression Tier= 
<!------->|Enchant Name= 
<!------->|Effects =
<!------->{{EnchantInfoBox/Effects|+/-= |Effect= }}
<!------->|Notes = 
<!------->}}
<!-------> 
<!------->{{GuidePrefixBox/Row
<!------->|Progression Tier= 
<!------->|Enchant Name= 
<!------->|Effects =
<!------->{{EnchantInfoBox/Effects|+/-= |Effect= }}
<!------->|Notes = 
<!------->}}
Suffix Rows Same thing applies for suffix rows as it does for prefix rows, but suffix rows just have their own code.
<!------->{{GuideSuffixBox/Row
<!------->|Progression Tier= 
<!------->|Enchant Name= 
<!------->|Effects =
<!------->{{EnchantInfoBox/Effects|+/-= |Effect= }}
<!------->|Notes = 
<!------->}}
<!------->
<!------->{{GuideSuffixBox/Row
<!------->|Progression Tier= 
<!------->|Enchant Name= 
<!------->|Effects =
<!------->{{EnchantInfoBox/Effects|+/-= |Effect= }}
<!------->|Notes = 
<!------->}}
Progression Tier This is the color is based on the tiers listed in the Enchanting Guide. The colors are: orange, purple, blue, and green. Just type the color that defines the enchant's tier on the guide (without caps.)
| Progression Tier= green
Enchant Name Here, you just type the enchant name that is being referenced. Make sure to add italics (
''Italic Wording''
) manually if the enchant specifically "Comes on a burnable item, and cannot be re-enchanted on that slot if burned off."
| Enchant Name= ''Example Enchant''

| Enchant Name= Example Enchant 2
Effects This is where the enchant's effects are stated. This is the line of code that is used:
<!------->{{EnchantInfoBox/Effects|+/-= |Effect= }}

There are two things here that need to be defined: +/-= and Effect=. Typically (for the guide itself), you only need to add the positive aspects (mostly) that are desirable/desired for a given stat. Desirable stats are positive ones, so for +/-= you would set the value as + (+/-=+). For the effects, just type in exactly what benefits (stats-wise) that the enchant gives based on the section the enchant is in on the guide. Make sure each stat is separated by a
<br>
line break.
<!------->{{EnchantInfoBox/Effects|+/-= +|Effect= Stat +2<br>Stat +3<br>Stat +4}}