Talk:Climbing skill: Difference between revisions

From Elanthipedia
Jump to navigation Jump to search
No edit summary
Line 4: Line 4:


:Hey! Nice work! I was driving myself crazy trying to get rid of that extra line break on the last column of the tables. --[[User:Kraelyst|Kraelyst]] 17:37, 4 November 2007 (CST)
:Hey! Nice work! I was driving myself crazy trying to get rid of that extra line break on the last column of the tables. --[[User:Kraelyst|Kraelyst]] 17:37, 4 November 2007 (CST)

Yeah, it was the difference between this:
<pre></noinclude>
<includeonly></pre>
and this:
<pre></noinclude><includeonly></pre>
in the code for {{tlink|ClimbItem}} and {{tlink|ClimbTable}}. At first I thought it was a bug, but after thinking about it, it makes perfect sense. Anything '''not''' enclosed in <nowiki><noinclude> tags will be part of the code, so that line break after </noinclude></nowiki> was part of the template. Wikicode can be damned maddening at times :P --[[User:Farman|Farman]] 22:55, 4 November 2007 (CST)

Revision as of 23:55, 4 November 2007

"What to climb" tables

I made a few adjustments to the {{ClimbTable}} and {{ClimbItem}} templates, to make the tables sortable and clean up excess line breaks. --Farman 12:54, 4 November 2007 (CST)

Hey! Nice work! I was driving myself crazy trying to get rid of that extra line break on the last column of the tables. --Kraelyst 17:37, 4 November 2007 (CST)

Yeah, it was the difference between this:

</noinclude>
<includeonly>

and this:

</noinclude><includeonly>

in the code for {{ClimbItem}} and {{ClimbTable}}. At first I thought it was a bug, but after thinking about it, it makes perfect sense. Anything not enclosed in <noinclude> tags will be part of the code, so that line break after </noinclude> was part of the template. Wikicode can be damned maddening at times :P --Farman 22:55, 4 November 2007 (CST)