From Atlantica Online Wiki
General
To add contents to a box you need to add it to the items you wish to add's page instead of the box's page. To get it to show up in a box's contains section you need to add the following wiki code to the items page:
==Found in the Following Boxs==
{{column_start}}
{{InBox|Old Treasure Box}}
{{column_end}} |
Found in the Following Boxs
|
The only part you need to modify would be the actual box name, which in the example above is Old Treasure Box. If you box was named My Box then the code would look like the following:
==Found in the Following Boxs==
{{column_start}}
{{InBox|My Box}}
{{column_end}} |
Found in the Following Boxs
|
Items can be found in multiple box's so you can add more than one InBox template. I.E:
==Found in the Following Boxs==
{{column_start}}
{{InBox|My First Box}}
{{InBox|My Second Box}}
{{column_end}} |
Found in the Following Boxs
|