Template:TSLoader

From Structorica Wiki
Revision as of 13:36, 15 January 2026 by Ivan (talk | contribs) (Created page with "<includeonly>{{ #invoke: TSLoader | main }}</includeonly><noinclude> === Documentation === {{shortcut|tsl|tsloader}} This template loads template styles in pages. Instead of the direct tag: <syntaxhighlight lang="wikitext" style="max-width:300px"><templatestyles source="MyStyles.css" /></syntaxhighlight> You can use the template: <syntaxhighlight lang="wikitext" style="max-width:300px">{{TSLoader|MyStyles.css}}</syntaxhighlight> == Usage == {{tcode|TSLoader|stylesheet...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Documentation

Shortcuts

This template loads template styles in pages.

Instead of the direct tag:

<templatestyles source="MyStyles.css" />

You can use the template:

{{TSLoader|MyStyles.css}}

Usage

{{TSLoader|stylesheet}}

  • |1=: The page name of the stylesheet, which will be loaded. If this page is in Template namespace, the prefix can be omitted.