Talk:Climbing skill: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
|||
Line 1: | Line 1: | ||
== "What to climb" tables == |
== "What to climb" tables == |
||
I made a few adjustments to the |
I made a few adjustments to the ClimbTable and ClimbItem templates, to make the tables sortable and clean up excess line breaks. --[[User:Farman|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. --[[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) |
||
Line 10: | Line 10: | ||
and this: |
and this: |
||
<pre></noinclude><includeonly></pre> |
<pre></noinclude><includeonly></pre> |
||
in the code for |
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 <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) |
||
:ClimbItem and ClimbTable templates have been combined into the {{tlink|ListHeader}} and {tlink|ListItem}} templates. These work identically to the old climbing/swimming templates, except that they work equally well for Swimming and Escaping (once we set up a list for that skill, that is.) Also got rid of that annoying newline bug once and for all, which was caused by the noinclude/includeonly tags between the two templates. |
Revision as of 21:44, 19 April 2008
"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)
- ClimbItem and ClimbTable templates have been combined into the {{ListHeader}} and {tlink|ListItem}} templates. These work identically to the old climbing/swimming templates, except that they work equally well for Swimming and Escaping (once we set up a list for that skill, that is.) Also got rid of that annoying newline bug once and for all, which was caused by the noinclude/includeonly tags between the two templates.