Difference between revisions of "Template:S"
Jump to navigation
Jump to search
| Line 1: | Line 1: | ||
<noinclude> | <noinclude> | ||
This template is used for subtitles. It is mainly used for the WatchTower magazines, but it can be used for other types of literature.<br> | This template is used for subtitles. It is mainly used for the WatchTower magazines, but it can be used for other types of literature.<br> | ||
| + | = Parameters = | ||
| + | With <code>no parameter</code> the alignment will be left. | ||
| + | * <code>l</code> left | ||
| + | * <code>c</code> center | ||
| + | * <code>r</code> right | ||
=== Examples === | === Examples === | ||
{| class="wikitable" | {| class="wikitable" | ||
Revision as of 13:31, 30 September 2020
This template is used for subtitles. It is mainly used for the WatchTower magazines, but it can be used for other types of literature.
Parameters
With no parameter the alignment will be left.
lleftccenterrright
Examples
| Code | Example | Result |
|---|---|---|
{{raw:data:s|text}} |
{{s|the actual subtitle text}} |
the actual subtitle text |
{{raw:data:s|l|text}} |
{{s|l|the actual subtitle text}} |
the actual subtitle text |
{{raw:data:s|c|text}} |
{{s|c|the actual subtitle text}} |
the actual subtitle text |
{{raw:data:s|r|text}} |
{{s|r|the actual subtitle text}} |
the actual subtitle text |