User talk:EnteringBritannia
Farspeaker
I am sorry, I don't know how to properly format the materials' table. I used the format that is provided in the help link, but somehow borders and colors are amiss. Can anyone help? Kind regards.
- Hello. You can add class="uoguidetable" to the start of the table to format it the way uoguide uses, or can simply state class="wikitable" for a regular black and white table, so it goes like:
{| class="uoguidetable"
! Amount !! Item !! Remark
|-
| 20 || [[Ingot]]s || Crafted item retains the color of this material
|-
| 10 || [[Emerald]]s ||
|-
| 10 || [[Ruby|Rubies]]||
|-
| 1 || [[Copper Wire]] ||
|}
the code above is displayed as:
Amount | Item | Remark |
---|---|---|
20 | Ingots | Crafted item retains the color of this material |
10 | Emeralds | |
10 | Rubies | |
1 | Copper Wire |
However, for items that can be crafted, we usually use the Crafting Box template, a ready template which constructs a table with the provided input. It goes like:
{{Crafting Box
| primaryskill=Tinkering
| tinkering=80.0
| ingots=20
| emeralds=10
| rubies=10
| copperwires=1
| skill100chance=40.0
| skill100excep=0.0
| retainscolor=yes
}}
the code above is displayed as:
Crafting the Tinkering item EnteringBritannia | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|
Minimum Skill Requirements | Components | Success Chances | ||||||||
80.0 Tinkering |
|
100.0 skill = 40.0% | ||||||||
Exceptional Chances | ||||||||||
100.0 skill = 0.0% | ||||||||||
Additional Notes | ||||||||||
The item retains the color of the material used. |
I edited the page with using the crafting box, feel free to further change it in any way you like. I hope the code pieces above help, thanks for editing UOGuide! Nimuaq 10:38, 21 November 2012 (PST)