Template:!!/doc: Difference between revisions

From Portals of Phereon Wiki
Content added Content deleted
portalsofphereon>FANDOM
m (1 revision: Starter Wiki Refresh)
m (1 revision imported)
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
{{doc/start}}
;Description
'''Result''': <code><nowiki>||</nowiki></code>
:This template is used for creating two pipes, in [[Help:Table|wikitables]] contained in [[Help:Parser functions|Parser functions]].
;Syntax
:Insert this template using <code>{{t|!!}}</code>
;See also
:[[m:Template:!!|Template:!!]] on Meta-Wiki.


This template is used inside other templates when a double pipe symbol is required.
<includeonly>[[Category:Templates|{{PAGENAME}}]]</includeonly><noinclude>[[Category:Template documentation|{{PAGENAME}}]]</noinclude>

This template can be used to parse templates correctly in tables.

<pre>
{| some table
|- some row
|some cell || {{sometemplate{{!!}}someparameter=somevalue}}
|}
</pre>

{{doc/end}}

Latest revision as of 17:55, 12 December 2020

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

Result: ||

This template is used inside other templates when a double pipe symbol is required.

This template can be used to parse templates correctly in tables.

{| some table
|- some row
|some cell || {{sometemplate{{!!}}someparameter=somevalue}}
|}