Created page with "--- --- This module allows loading TemplateStyles styles only once per page. --- Although TemplateStyles has its own deduplication mechanism, it still leaves extra HTML tags after repeated loading attempts. --- By using this module, you can avoid the appearance of extra tags. --- --- Source: https://minecraft.wiki/w/Template:TSLoader --- local p = {} -- Performs loading function p.call( name ) if not name then return nil end return mw.getCurrentFrame():extensionT..."
 
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
---
--- This module allows loading TemplateStyles styles only once per page.
--- Although TemplateStyles has its own deduplication mechanism, it still leaves extra HTML tags after repeated loading attempts.
--- By using this module, you can avoid the appearance of extra tags.
---
--- Source: https://minecraft.wiki/w/Template:TSLoader
---
local p = {}
local p = {}