Meta KB: Difference between revisions

From OPC Labs Knowledge Base
Jump to navigation Jump to search
No edit summary
No edit summary
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
[[Category:Meta]]  
[[Category:Meta]]  
Some useful rules:
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.
* In page and category names, capitalize only the first letter of the title, or when it is a term that is commonly capitalized.
* Use '''wikipedia:''' prefix for links to Wikipedia.
* 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 '''[[Template:Note]]''' or '''[[Template:Warning]]''' to correspondingly mark and highlight pieces of text.
* Use '''Platform-.NET''' template to mark content specific to .NET platform.
* Use '''Platform-.NET''' template to mark content specific to .NET platform.
* 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>''' .
 
See also:
* [[KB gallery]]
* [http://{{SERVERNAME}}/index.php?title=Special%3AAllPages&from=&to=&namespace=10 All templates]

Latest revision as of 07:02, 1 December 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 wikipedia: prefix for links to Wikipedia.
  • 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 Template:Note or Template:Warning to correspondingly mark and highlight pieces of text.
  • Use Platform-.NET template to mark content specific to .NET platform.
  • Use Platform-COM template to mark content specific to COM platform.

See also: