Template:S

From Data JW United
Revision as of 03:57, 1 October 2020 by Administrator (talk | contribs)
Jump to navigation Jump to search

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.

  • l left
  • c center
  • r right

One parameter

Code Example Result
{{raw:data:s|text}} {{raw:data:s|the actual subtitle text}}
the actual subtitle text

Two parameters

The first parameter represents the desired alignment and can be one of the following:

  • l - left
  • c - center
  • r - right
Code Example Result
{{raw:data:s|l|text}} {{raw:data:s|l|the actual subtitle text}}
the actual subtitle text
{{raw:data:s|c|text}} {{raw:data:s|c|the actual subtitle text}}
the actual subtitle text
{{raw:data:s|r|text}} {{raw:data:s|r|the actual subtitle text}}
the actual subtitle text

Tree parameters

The second parameter represents the top and bottom distance in px. It can be whatever number.

  • <a number> - distance top & bottom in pixels.
Code Example Result
{{raw:data:s|c|10|text}} {{raw:data:s|c|10|the actual subtitle text}}
the actual subtitle text

Four parameters

The second parameter represents distance top in px.
The third parameter represents distance bottom in px.

Code Example Result
{{raw:data:s|c|10|40|text}} {{raw:data:s|c|10|40|the actual subtitle text}}
the actual subtitle text

Six parameters

The second parameter represents distance left in px.
The third parameter represents distance top in px.
The forth parameter represents distance right in px.
The fifth parameter represents distance bottom in px.

Code Example Result
{{raw:data:s|c|100|50|50|5|text}} {{raw:data:s|c|100|50|50|5|the actual subtitle text}}
the actual subtitle text