Template:Escape template list/doc: Difference between revisions
ArrowHead294 (talk | contribs) m →Usage |
ArrowHead294 (talk | contribs) mNo edit summary |
||
Line 2: | Line 2: | ||
=== Usage === | === Usage === | ||
These templates are used to escape special character sequences, so that they are interpreted later than they would otherwise be. They are most useful when trying to include tables | These templates are used to escape special character sequences, so that they are interpreted later than they would otherwise be. They are most useful when trying to include tables within other tables or templates. | ||
For example, | For example, to include a table within another table: | ||
{| class="wikitable" | <pre> | ||
{| class="wikitable" style="text-align: center;" | |||
|+ style="font-size: 105%;" | Caption text | |+ style="font-size: 105%;" | Caption text | ||
|- | |- | ||
! Header text !! Header text | |||
|- | |- | ||
| Example | | Example 1 || Example 2 | ||
|- | |||
| Example 3 || Example 4 | |||
|- | |||
| colspan="2" | | |||
{{(!}} class{{=}}"wikitable" style{{=}}"text-align: center;" | |||
{{!+}} style="font-size: 105%;" {{!}} Caption text | |||
{{!-}} | |||
! Header text !! Header text | |||
{{!-}} | |||
{{!}} Example 5 {{!!}} Example 6 | |||
{{!-}} | |||
{{!}} Example 7 {{!!}} Example 8 | |||
{{!)}} | |||
|} | |} | ||
</pre> | |||
gives: | |||
{| class="wikitable" style="text-align: center;" | |||
{| class="wikitable" | |||
|+ style="font-size: 105%;" | Caption text | |+ style="font-size: 105%;" | Caption text | ||
|- | |- | ||
! Header text !! Header text | |||
|- | |- | ||
| Example | | Example 1 || Example 2 | ||
| | |- | ||
| Example 3 || Example 4 | |||
|- | |||
| colspan="2" | | |||
{{(!}} class{{=}}"wikitable" style{{=}}"text-align: center;" | |||
{{!+}} style="font-size: 105%;" {{!}} Caption text | |||
{{(!}} class{{=}}"wikitable" | {{!-}} | ||
{{!+}} style | ! Header text !! Header text | ||
{{!-}} | |||
! | |||
{{!-}} | {{!-}} | ||
{{ | {{!}} Example 5 {{!!}} Example 6 | ||
{{!-}} | {{!-}} | ||
{{!}} Example | {{!}} Example 7 {{!!}} Example 8 | ||
{{!)}} | {{!)}} | ||
|} |