Difference between revisions of "Template:TabSet"

From Corruption of Champions II
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...")
 
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;"
 
}}</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 settings: <code><nowiki>class="table" style="margin-left: auto; margin-right: auto;"</nowiki></code>..
+
*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>
 
[[Category:Useable templates]]
 
[[Category:Useable templates]]
 
</noinclude>
 
</noinclude>

Revision as of 05:07, 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;"