Template:Id
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: in this case id is "actual_text_id". |