Module:In Twisted League

From Illerai

This is an old revision of this page, as edited by illerai>Riblet15 at 22:44, 19 January 2020 (add advanced-data class to all the TL icons). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
Module documentation
This documentation is transcluded from Module:In Twisted League/doc. [edit] [history] [purge]

This template should be used when there is no documentation for a Module or Template.


local p = {}

function p.main(frame)
	return "[[File:Twisted League icon.png|20x20px|This content is present in Twisted League.|link=Twisted League|class=advanced-data]] "
end

return p