Module:TSLoader/doc: Difference between revisions
Jump to navigation
Jump to search
Created page with "=== Documentation === 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/Module:TSLoader Category: Meta modules" |
No edit summary |
||
| Line 1: | Line 1: | ||
=== Documentation === | === Documentation === | ||
This module allows loading TemplateStyles styles only once per page. | This module allows loading TemplateStyles styles only once per page. | ||
Although TemplateStyles has its own deduplication mechanism. | Although TemplateStyles has its own deduplication mechanism. | ||
| Line 7: | Line 8: | ||
By using this module, you can avoid the appearance of extra tags. | By using this module, you can avoid the appearance of extra tags. | ||
=== Source === | === Source === | ||
Revision as of 18:05, 15 January 2026
Documentation
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.