Template:Card List/doc: Difference between revisions

Valaerys (talk | contribs)
Created page with "{{Documentation/Header}} {{High Risk|pagetype=Main}} {{Lua|Card List}} Creates a list of {{T|Card}}. ==Syntax== * {{F|1}} — List of items. ** {{F|*((amount))}} — Indicate amount exclusive to the item. ** {{F|/((note))}} — Indicate note exclusive to the item. ** {{F|1={ ((param1)) = ((value1)) $ ((param2)) = ((value2)) $ ((value 3)) } }} — indicate parameters exclusive to the item, allows unnamed parameters. * {{F|amount}} — Default amount o..."
 
Valaerys (talk | contribs)
mNo edit summary
 
Line 36: Line 36:
{{T|Card List|Aspect Gems; Azure Mood; Ramen Cup|_Ybr_=1}}<br />
{{T|Card List|Aspect Gems; Azure Mood; Ramen Cup|_Ybr_=1}}<br />
{{T|Card List|_Ybr_=1|block=1
{{T|Card List|_Ybr_=1|block=1
|p1=delim=;
|p1=delim=,
|p2=show_caption=1
|p2=show_caption=1
|p3=1=Sopot/Drink?;
|p3=1=Sopot/Drink?,
{ name = Lucky Star $ link = Food $ show_caption = 1 };
{ name = Lucky Star $ link = Food $ show_caption = 1 },
Mighty Pork Sausages*3{ note = Not Food }
Mighty Pork Sausages*3{ note = Not Food }
}}<br />
}}<br />
{{T|Card List|p1=Ancient Horn of the Sea*1;;; Cake*5;;; Burger*3;;; Classic Milk Tea*10|p2=delim=;;;|p3=autosort=1|_Ybr_=1}}


==Template Data==
==Template Data==
Line 63: Line 62:
"label": "Input Delimiter",
"label": "Input Delimiter",
"description": "Character(s) to split input items by.",
"description": "Character(s) to split input items by.",
"example": ";;;",
"example": ",",
"type": "string",
"type": "string",
"default": ";"
"default": ";"