The need to be replaced by <source></source> or <syntaxhighlight></syntaxhighlight> tags. I made Delphi the default language.For more details about the highlighter, see the docs.
That's good news! In the course of this reorganization I would recommend to introduce some styling to wiki articles. I have in mind:* classification (to what area belongs a certain topic; the simple "category" structure is too flat IMHO)* structure (often I'm looking for the unit where a function is defined)* linking between topics* implementation sample in visual and non-visual flavor* usage, best practice.At the moment most articles are third party contributions. Perhaps I'm wrong and the wiki isn't intended as basic help. I would like to have such a control and pattern library / FAQ / reference / guideline.
BTW: May I vote for a non-animated icon? ;-)
Quote from: Vincent Snijders on March 23, 2012, 12:07:06 pmThe need to be replaced by <source></source> or <syntaxhighlight></syntaxhighlight> tags. I made Delphi the default language.For more details about the highlighter, see the docs.This should have been done automatically, as part of the move to the new platform.It's absurd to do this by hand.For example I created two tuts to get going with Lazarus and now the text is unreadable, the articles unusable and the time and effort I spent writing them largly waisted.
I actually changed the one you link to in under 30 seconds: went in edit mode; copied the text to my editor and did one search and replace ('delphi>' to 'syntaxhighlight>'). Then copy the new text to the wiki editor and save... done
sed -i 's/<delphi>/<SyntaxHighlight>/'sed -i 's/<Delphi>/<SyntaxHighlight>/'sed -i 's/<pascal>/<SyntaxHighlight>/'sed -i 's/<Pascal>/<SyntaxHighlight>/'sed -i 's/</delphi>/</SyntaxHighlight>/'sed -i 's/</Delphi>/</SyntaxHighlight>/'sed -i 's/</pascal>/</SyntaxHighlight>/'sed -i 's/</Pascal>/</SyntaxHighlight>/'
Replace Text is an extension to MediaWiki that provides a special page to allow administrators to do a global string find-and-replace on both the text and titles of the wiki's content pages
By default, only members of the 'sysop' user group have access to the Replace Text functionality.
I installed the ReplaceText extension and did the replacement on a couple of pages. Please review the result. If it is ok, I wil do the replacement on all pages.