Mabinogi World Wiki is brought to you by Coty C., 808idiotz, our other patrons, and contributors like you!!
Keep this wiki going by contributing to our Patreon!

Template:DataFormatList/doc

From Mabinogi World Wiki

Formats a LIST-OF "Equipment" item's Data files to display a TWO-dimensional table of item data,
according to an input format-ing template.
The same formatting pattern will be applied to each line of the table.

Usage example 1:

{{StyleMagicCraftListHeader}}
{{DataFormatList
|format=StyleMagicCraftListBody|
Ancient Four-Leaf Clover Ornament
Drosera
Purified Rabbit Foot
Shyllien
}}
{{StyleMagicCraftListFooter}}

Usage example 2:

{{ProductionRateHeader}}
{{DataFormatList
|format=StyleProductionRate
|{{:Magic Craft List/Items}}
}}
{{ProductionRateFooter}}
Parameter # Usage Important?
format Defines the name of a styling template that is used to format the contents of each table-row of data. Yes
1 Defines a list of item-names to display formatted data for (seperated by \n characters).
This will require the presence of
Data{{Name}}

pages matching each of the requested item names.
If the item-data-page does not exist, then the item-row is omitted.
This parameter can take another page-name as input, providing that that page is a newline-seperated list of item names.

Yes