Template:Id

From Data JW United
Revision as of 05:36, 16 April 2021 by Administrator (talk | contribs) (Created page with "<noinclude> This template is used to give an id to an element. This can be useful for multiple reasons like providing links to subtitles that are located on a different page....")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

This template is used to give an id to an element. This can be useful for multiple reasons like providing links to subtitles that are located on a different page.

Usage

Code Example Result
{{raw:data:id|actual number id|content}} {{raw:data:id|123|content}}
this is the content
{{raw:data:id|actual text id|content}} {{raw:data:id| nice subtitle|this is the content}}
this is the content
- note: if space characters are used the id will replace spaces with "_". So in this case the id is "actual_text_id"
{{{2}}}