This template formats a DLC dictionary.
Usage
This template is used by entering: {{dlc format | 1 | 2 | 3 | slideshow = }}
Parameters
- unnamed parameter 1
- The DLC dictionary.
- unnamed parameter 2
- The escaped formating string.
- The
@key
token is replaced with the parsed DLC value. - The
@value
token is replaced with the corresponding value. - E.g.
<esc>{{dlc | parsed = @dlc }} [[@value]]</esc>
- unnamed parameter 3
- The output separator.
- Defaults to an empty string.
- Do not use it if the slideshow parameter is used.
- slideshow (optional)
- Use it to display the results as a slideshow.
- Should be the HTML tag used for the slideshow and each slide (e.g.
div
orspan
). - Deprecated. Use
{{dlc slideshow}}
instead.
See also
This is the documentation page, it should be transcluded into the main template page. See template:doc for more information.