Open main menu

Changes

m
no edit summary
<nowiki> [[Category:Commands/subcat|the_command]] {{cmd|the_command}}== ConTeXt-related stuff ==
{|| Categorize a command| <code><nowiki>[[Category:Commands/subcat|the_command]]</nowiki></code>|-| Link directly to a category page:| <code><nowiki>[[:Category:Commands/subcat|Subcat]]</nowiki></code>|-| Linkify a command (template) | <code><nowiki>{{cmd|the_command}}</nowiki></code>|-| Linkify a command (tags) (deprecated)| <code><nowiki><cmd>the_command</cmd></nowiki></code>|-| Syntax-highlighted code (not run)| <code><nowiki><texcode>...</texcode></nowiki></code>|- | Syntax-highlighted code + text in between + result| <code><nowiki><context source="yes" text="bla">...</context></nowiki></code>|- | To run the code as mkiv| <code><nowiki><context mode=mkiv>...</context></nowiki></code>|}
To linkify a command you should use the the template form, because the tags don't create a working link. == Tables ==A table that * floats to the right* has top-aligned cell entries* has left-aligned headers * has nice borders. There is no way to apply styles to columns, alas. {| align="right" class="wikitable"|- ! style="text-align: left" | Header 1! style="text-align: left" | Header 2|- style="vertical-align: top"| Short entry| This is a rather wide <br /> multi-line entry|- style="vertical-align: top"| Short entry| This is a rather wide <br /> multi-line entry|- |} <context sourcepre>{| align="right" class="wikitable"|- ! style="text-align: left" | Header 1! style="yestext-align: left"| Header 2|- style="vertical-align: top"| Short entry| This is a rather wide <br />...multi-line entry|- style="vertical-align: top"| Short entry| This is a rather wide <br /context>multi-line entry|- |} </nowikipre>