
Originally Posted by
BRP
I was trying to fill in information about the keyitems, but the changes wouldn't appear on the chart. I am not very familiar with this type of table I'm afraid.
Which key items are you trying to edit/enter? Is it the one for the BC itself or the individual NMs?
If it's for the individual NMs, you can make the change like the example below:
Code:
{| cellpadding="1" cellspacing="0" width="100%"
|- align="left"
| style="border-bottom:1px dotted black;" | [[Bamboo Grass Basket|Grass Basket]]
|- align="left"
| <!-- [[Habalo's Eclogue verse ???|verse???]] -->verse ???
|}
Let's say that this NM's container item will give you the "Habalo's Eclogue verse III", change the above to the following:
Code:
{| cellpadding="1" cellspacing="0" width="100%"
|- align="left"
| style="border-bottom:1px dotted black;" | [[Bamboo Grass Basket|Grass Basket]]
|- align="left"
| [[Habalo's Eclogue verse III|verse III]]
|}
The "<!--" and "-->verse ???" can be removed to allow the key item's name and link to appear in the wiki page.