Template:Gray/doc: Difference between revisions
Jump to navigation
Jump to search
(Created page with "{{doc/start}} This template's goal is to place a gray background in a table. <pre> {| class="wikitable" !Test |- |{{Gray}} |} </pre> will result in:<br> {| class="wikitable" !Test |- |{{Gray}} |} {{doc/end}}") |
mNo edit summary |
||
Line 5: | Line 5: | ||
!Test | !Test | ||
|- | |- | ||
|{{Gray}} | |{{Gray|test}} | ||
|} | |} | ||
</pre> | </pre> | ||
Line 13: | Line 13: | ||
!Test | !Test | ||
|- | |- | ||
|{{Gray}} | |{{Gray|test}} | ||
|} | |} | ||
{{doc/end}} | {{doc/end}} |
Latest revision as of 12:52, 29 March 2025
This template's goal is to place a gray background in a table.
{| class="wikitable" !Test |- |{{Gray|test}} |}
will result in:
Test |
---|
test |