Leaguepedia | League of Legends Esports Wiki
Advertisement

Edit the documentation or categories for this module.


-- <nowiki>
return {
	{
		pattern = "",
		label = "Insert player profile image tagging",
		insert = [[{{PlayerImageMetadata
|player=
|tournament=
|team=
|imagetype=
|is_profile=Yes
|ignorewarnings=No
}}]]
	},
	{
		pattern = "",
		label = "Insert team roster photo tagging",
		insert = [[{{TeamRosterPhotoMetadata
|team=
|tournament=
|playerorder=
}}]]
	},
	{
		pattern = "",
		label = "Insert champion skin image tagging",
		insert = [[

{{SkinImageMetadata
|skin=
|type=
}}]]
	}
}
-- </nowiki>
Advertisement