Difference between revisions of "Meta KB"

From OPC Labs Knowledge Base
Jump to navigation Jump to search
Line 6: Line 6:
 
* Use '''Platform-COM''' template to mark content specific to COM platform.
 
* Use '''Platform-COM''' template to mark content specific to COM platform.
 
* Embed source code in '''<nowiki><syntaxhighlight lang="xxxx"></nowiki> ... </syntaxhighlight>''' . More info: https://www.mediawiki.org/wiki/Extension:SyntaxHighlight . Available lexers: http://pygments.org/docs/lexers/ .
 
* Embed source code in '''<nowiki><syntaxhighlight lang="xxxx"></nowiki> ... </syntaxhighlight>''' . More info: https://www.mediawiki.org/wiki/Extension:SyntaxHighlight . Available lexers: http://pygments.org/docs/lexers/ .
 +
* Use '''wikipedia:''' prefix for links to Wikipedia.

Revision as of 12:01, 11 September 2016

Some useful rules:

  • In page and category names, capitalize only the first letter of the title, or when it is a term that is commonly capitalized.
  • Use Platform-.NET template to mark content specific to .NET platform.
  • Use Platform-COM template to mark content specific to COM platform.
  • Embed source code in <syntaxhighlight lang="xxxx"> ... </syntaxhighlight> . More info: https://www.mediawiki.org/wiki/Extension:SyntaxHighlight . Available lexers: http://pygments.org/docs/lexers/ .
  • Use wikipedia: prefix for links to Wikipedia.