GitHub wiki pages support wiki markup syntax, and when using curly braces (which, in MediaWiki, loads the contents of another page; e.g., {{Pagename}}
would transclude page "Template:Pagename") they aren't shown in the output page, but instead only output whitespace. Are wiki templates supported in GitHub wikis, do curly braces perform some other function, or do curly braces only output whitespace just to have compatability with MediaWiki?
Asked
Active
Viewed 197 times
0

Nixinova
- 457
- 7
- 8
1 Answers
0
GitHub uses Markdown, which does not support templates. You can view the Markdown documentation here.

circl
- 121
- 8
-
1I'm talking about GitHub Wikis, which do support Mediawiki. – Nixinova Jun 25 '20 at 08:15
-
Ah, MediaWiki on github does not support all MediaWiki magic words – circl Jun 26 '20 at 09:03
-
So GitHub wikis only support the markup aspects of MediaWiki, not anything complex? – Nixinova Jun 27 '20 at 01:14
-
1Sorry for the late answer, yes that's how that works. – circl Jul 02 '20 at 11:53