Template:!!/doc: Difference between revisions

From Official Kodi Wiki
Jump to navigation Jump to search
(Created page with "Creates two vertical pipes || Necessary for putting wiki table formatting in a template. <includeonly> Category:Formatting templates </includeonly>")
 
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
Creates two vertical pipes ||
__NOTOC__
{{Notice|It contains usage information, categories and other content that is not part of the original template page.|''NOTICE:'' This is a documentation subpage for [[:{{SUBJECTSPACE}}:{{BASEPAGENAME}}]]}}<br />


Necessary for putting wiki table formatting in a template.
The <code style="font-size: 1.15em; font-weight: 800;"><nowiki>{{!!}}</nowiki></code> template outputs two consecutive vertical pipe characters (<code><nowiki>||</nowiki></code>), necessary for wikitable formatting (specifically, indicating the start of another cell on the same line where one is already defined) within a template.


<includeonly>
== See also ==
[[Category:Formatting templates]]
* {{Tl|!}}
</includeonly>
* {{Tl|!-}}
* [[:Category:Table templates]]
* [[:Category:Table cell templates]]<noinclude>
 
 
{{DEFAULTSORT:{{BASEPAGENAME}}}}
[[Category:Template documentation pages]]</noinclude><includeonly>
<!-- Place template categories here. -->
 
[[Category:Table templates]]</includeonly>

Latest revision as of 02:20, 13 September 2022

Emblem-important-yellow.png NOTICE: This is a documentation subpage for Template:!!:
It contains usage information, categories and other content that is not part of the original template page.


The {{!!}} template outputs two consecutive vertical pipe characters (||), necessary for wikitable formatting (specifically, indicating the start of another cell on the same line where one is already defined) within a template.

See also