Template:Idhidden
Revision as of 05:27, 20 October 2021 by Administrator (talk | contribs) (Created page with "<noinclude> This template is used to give an id to an element. The element will be hidden. = Usage = {| class="wikitable" |- ! Code !! Example !! Result |- | <code><nowiki>{{r...")
This template is used to give an id to an element. The element will be hidden.
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". |