Talk:Tree traversal

From Rosetta Code

Wiki markup problem

I'm not sure if this is a problem with the new Wiki, heading markup, or ...

Problems observed in the following:

...
== Icon and Unicon ==
==={{header|Icon}}===
<lang Icon>procedure main()
...
end</lang>

...
Note: A [[Category:Unicon]] specific example has not been provided.    <=== SIDE EFFECT THIS CAUSES the task to show up in tasks completed Unicon

I diagnosed the side effect - Tree Traversal shows up as a completed task under Unicon.

  • There is no {{header|Unicon}} tag anywhere on the page.
  • The [[Category:Unicon link]]produces nothing visible unlike other [[..]] tags. This also causes the problem.
  • Replacing the reference above with [http://rosettacode.org/wiki/Category:Unicon Unicon] doesn't cause the problem.
When you want to make a visible link to a category you need to put a : in front like this: [[:Category:Icon]] or [[:Category:Icon|custom text]]. These will show this: Category:Icon or custom text. Is that what you were trying to do? --Mwn3d 02:51, 13 April 2010 (UTC)