
Originally Posted by
Yugl
Is there any way for the template to show ZoneTexthere or DescriptionTextHere so we know where to type the information?
Allow me to update that real quick to show it in the pre section, but the whole functionality is really template-in-a-template. I'll modify Template:Atma Acquisition Table to show it.
EDIT
Code:
{{Atma Acquisition Table
|Insert Atma Acquisition Instance Template =
{{Atma Acquisition Instance
|name=Briareus
|zone=Abyssea - La Theine
|condition= [[Image:Weakness_red.png]]
}}
|Insert Atma Row Instance Template =
{{Atma Row Instance
|effect=STR Boost
|potency=Major
|value={{question}}
}}
}}
That's the base code for the lower table. That would give you one row for both the Atma Details and the Acquisition tables. In order to add multiple rows in the Atma Details section, you would invoke {{Atma Row Instance}} multiple times in succession.
As for the header table, that's derived from {{Key Item Header}} That takes type and description, but it's not listed with the other templates for some reason.
https://www.bg-wiki.com/bg/Template:Key_Item_Header
Code:
{{Key Item Header
|Type=
|Description=
|Image=*
}}
Image can be left null or not included and it will use the page's name as the source of the image.