I just installed Mediawiki and realized that it is very complicated to configure it for newbie.
As one of my first entry I wanted to change font color with:
{{ font color | green | green text }}
To do that I imported Template:Font color
from Wikipedia Special:Export page, but still as the result I don't get coloured text, but:
{{ safesubst:#if:
| {{ safesubst:#if:
| {{ safesubst:#ifeq: | yes
| [[ {{ safesubst:#if:1| }}|{{ safesubst:#if:1| }}]]
| [[|{{ safesubst:#if:1| }}]]
}}
| {{ safesubst:#if:1| }}
}}
| {{ safesubst:#if:
| {{ safesubst:#ifeq: | yes
| [[ {{ safesubst:#if:1| green text }} |{{ safesubst:#if:1| green text }}]]
| [[ {{ safesubst:#if:1| }} |{{ safesubst:#if:1| green text }}]]
}}
| {{ safesubst:#if:1| green text }}
}}
}}
Could you please help me?