Latest Posts

Changes in ForumHelp

Editor Comment

Smileys removed, could only be inserted when my next branch is commited


Revision Differences of Revision 4

# Forum usage ¶

[TOC] ¶

As you might have noticed, on widelands.org are some Forums with different titles. This page describes what they are for and give some hints on syntax. ¶

Note that you must have an account before you can post in the forums. ¶

## Syntax ¶

The Syntax is nearly the same as described in WikiSyntax ¶

## Forums ¶

Forum | Answers questions to | What should i discribe? ¶
---------| ---------- | ----------- ¶
[Technical Help](/forum/forum/1/) | Gamecraches, _"Where could i find setting XY?"_,... | _Crashes:_ [BUG-report](/wiki/How to Write a Good Bug Report/) , otherwise be descriptive ¶
[Game suggestions](/forum/forum/2/) | Missing features, AI, Gamehandling, ... | What you want, but be descriptive ;) ¶
[Playing Widelands](forum/forum/3/) | _"My economy stocks"_, Campaigns, Tutorial, ... | Haven't we allready said, to be descriptive? ¶

## Smileys ¶

Smiley | code | Smiley | code ¶
----------|--------|-----------|------- ¶
O:-) | \`O:-)` | | ¶


(":-/", "face-confused.png"), ¶
#(":/", "face-confused.png"), ¶
("B-)", "face-cool.png"), ¶
("B)", "face-cool.png"), ¶
(":'-(", "face-crying.png"), ¶
(":'(", "face-crying.png"), ¶
>:-) "face-devilish.png"), # Hack around markdown replacement. see also SMILEY_PREESCAPING ¶
("8-)", "face-glasses.png"), ¶
#("8)", "face-glasses.png"), # Might occur unwanted ¶
(":-D", "face-grin.png"), ¶
(":D", "face-grin.png"), ¶
(":-x", "face-kiss.png"), ¶
(":x", "face-kiss.png"), ¶
(":-*", "face-kiss.png"), ¶
(":*", "face-kiss.png"), ¶
(":-((", "face-mad.png"), ¶
(":((", "face-mad.png"), ¶
(":-||", "face-mad.png"), ¶
(":||", "face-mad.png"), ¶
(":(|)", "face-monkey.png"), ¶
(":-|", "face-plain.png"), ¶
(":|", "face-plain.png"), ¶
(":-(", "face-sad.png"), ¶
(":(", "face-sad.png"), ¶
(":-O", "face-shock.png"), ¶
(":O", "face-shock.png"), ¶
(":-)", "face-smile.png"), ¶
(":)", "face-smile.png"), ¶
(":-))", "face-smile-big.png"), ¶
(":))", "face-smile-big.png"), ¶
(":-o", "face-surprise.png"), ¶
(":o", "face-surprise.png"), ¶
(":-P", "face-tongue.png"), ¶
(":P", "face-tongue.png"), ¶
(":-S", "face-upset.png"), ¶
(":S", "face-upset.png"), ¶
(";-)", "face-wink.png"), ¶
(";)", "face-wink.png"), ¶
] ¶
# This needs to be done to keep some stuff hidden from markdown ¶
SMILEY_PREESCAPING = [ ¶
(">:-)", "\>:-)"), ¶
(":-*", ":-\*"),