Difference between revisions of "Template:TabSet"
Jump to navigation
Jump to search
(Created page with "<includeonly>{{#switch:{{{1|}}} |Usedby=class="table" style="margin-left: auto; margin-right: auto;" }}</includeonly><noinclude> ==Documentation== Originally the Usedby templa...") |
m |
||
| (2 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
<includeonly>{{#switch:{{{1|}}} | <includeonly>{{#switch:{{{1|}}} | ||
|Usedby=class="table" style="margin-left: auto; margin-right: auto;" | |Usedby=class="table" style="margin-left: auto; margin-right: auto;" | ||
| + | |Standard=class="wikitable" style="margin-left: auto; margin-right: auto; border: 2px black; text-align:center;" | ||
| + | |Standard-Sticky=class="wikitable sortable sticky-header-multi" style="margin-left: auto; margin-right: auto; text-align:center" | ||
}}</includeonly><noinclude> | }}</includeonly><noinclude> | ||
==Documentation== | ==Documentation== | ||
Originally the Usedby template, that lasted for like 5 minutes, before I realized that I should add a switch case for any and all tables settings so I don't have a hundred table settings | Originally the Usedby template, that lasted for like 5 minutes, before I realized that I should add a switch case for any and all tables settings so I don't have a hundred table settings | ||
| − | *Used By | + | *Used By: <code><nowiki>class="table" style="margin-left: auto; margin-right: auto;"</nowiki></code> |
| + | *Standard: <code><nowiki>class="wikitable" style="margin-left: auto; margin-right: auto; border: 2px black; text-align:center;"</nowiki></code> | ||
| + | *Standard-Sticky: <code><nowiki>class="wikitable sortable sticky-header-multi" style="margin-left: auto; margin-right: auto; text-align:center</nowiki></code> | ||
[[Category:Useable templates]] | [[Category:Useable templates]] | ||
</noinclude> | </noinclude> | ||
Latest revision as of 05:26, 14 March 2026
Documentation
Originally the Usedby template, that lasted for like 5 minutes, before I realized that I should add a switch case for any and all tables settings so I don't have a hundred table settings
- Used By:
class="table" style="margin-left: auto; margin-right: auto;" - Standard:
class="wikitable" style="margin-left: auto; margin-right: auto; border: 2px black; text-align:center;" - Standard-Sticky:
class="wikitable sortable sticky-header-multi" style="margin-left: auto; margin-right: auto; text-align:center