Edge Rewrite
// HTMLRewriter · presentation

This page was redesigned at the edge.

Cloudflare fetched the original article and streamed it through HTMLRewriter to apply an entirely new visual system without rebuilding the source page.

Jump to content

Template talk:Col-end

Page contents not supported in other languages.
Add topic
From Wikipedia, the free encyclopedia
(Redirected from Template talk:Col-end/doc)
Latest comment: 5 years ago by Editorofthewiki in topic Unnecessary Code?

Edit request

[edit]

{{editprotect}}
Here is the new code:

<p></p>
|}<noinclude>{{protected template}}
{{template doc}}</noinclude>

16@r 21:42, 19 October 2007 (UTC)Reply

check Done - Nihiltres(t.l) 14:17, 20 October 2007 (UTC)Reply

Wrong documentation

[edit]

{{editprotected}}

Please replace

{{documentation|Col-begin/doc}}

with

{{documentation|Template:Col-begin/doc}}

, which unintentionally links to wrong namespace. --fryed-peach (talk) 04:44, 2 December 2008 (UTC)Reply

 Done Skier Dude (talk) 08:25, 2 December 2008 (UTC)Reply

interwiki

[edit]

{{editprotected}}

--Impro (talk) 07:12, 19 August 2010 (UTC)Reply

Disabling. If you look at the template page, these links are already present. Interwiki links on the templates go on the /doc page. Chris Cunningham (user:thumperward: not at work) - talk 14:55, 19 August 2010 (UTC)Reply

Unnecessary Code?

[edit]

In the source code, is

<p></p>
|}

necessary? Xin-Xin W. (talk) 18:42, 6 December 2012 (UTC)Reply

Good question, Xin-Xin W.. This paragraph seems to be there since 2005! Helder.wiki 21:58, 12 July 2014 (UTC)Reply
I'm also interested to know which purpose the <p></p> tag serves there. Or is it unnecessary. Can someone explain? Tran Xuan Hoa (talk) 12:09, 22 May 2016 (UTC)Reply
I figured it out. Since the bar-brace |} must be placed on a new line in order to work, the person who wrote this template wants to avoid the situation when someone doesn't place this template on a new line. Tran Xuan Hoa (talk) 12:15, 22 May 2016 (UTC)Reply
And Linter doesn't like this construction. Should be replaced with
<!-- Blank line for table handling -->
|}

ShakespeareFan00 (talk) 10:11, 1 August 2018 (UTC)Reply