Template:Table: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
mNo edit summary |
||
Line 12: | Line 12: | ||
-->{{#switch: {{{1|}}} | -->{{#switch: {{{1|}}} | ||
| tr = <tr bgcolor="{{{bg|{{#if:{{{header|}}}|#253B4E|#3A3A3A}}}}}">{{{2|}}}</tr> | | tr = <tr bgcolor="{{{bg|{{#if:{{{header|}}}|#253B4E|#3A3A3A}}}}}" style="font-size:{{{font-size|1em}}}">{{{2|}}}</tr> | ||
| th = <th colspan="{{{colspan|1}}}" style="width:{{{width|auto}}}; background:{{{bg|transparent}}}; border-radius:{{{radius|0}}}; font-size:{{{font-size|1em}}}; text-align:{{{align|center}}}; color:{{{color|#FFF}}}">{{{2|{{{text|}}}}}}</th> | | th = <th colspan="{{{colspan|1}}}" style="width:{{{width|auto}}}; background:{{{bg|transparent}}}; border-radius:{{{radius|0}}}; font-size:{{{font-size|1em}}}; text-align:{{{align|center}}}; color:{{{color|#FFF}}}">{{{2|{{{text|}}}}}}</th> | ||
| td = <td colspan="{{{colspan|1}}}" style="width:{{{width|auto}}}; background:{{{bg|transparent}}}; border-radius:{{{radius|0}}}; font-size:{{{font-size|1em}}}; text-align:{{{align|left}}}; color:{{{color|currentColor}}}">{{{2|{{{text|}}}}}}</td><!-- | | td = <td colspan="{{{colspan|1}}}" style="width:{{{width|auto}}}; background:{{{bg|transparent}}}; border-radius:{{{radius|0}}}; font-size:{{{font-size|1em}}}; text-align:{{{align|left}}}; color:{{{color|currentColor}}}">{{{2|{{{text|}}}}}}</td><!-- |
Revision as of 05:05, 20 February 2023
The above documentation is transcluded from Template:Table/doc. (Edit | Page history)
Editors can experiment in this template's sandbox (edit) and testcases (create) pages.
Editors can experiment in this template's sandbox (edit) and testcases (create) pages.