User talk:Mikademus

From Dark Omen Wiki

(Difference between revisions)
Jump to: navigation, search
 
(3 intermediate revisions not shown)
Line 1: Line 1:
 +
== Templates to borrow ==
 +
 +
Yep, we can use it. You can give me the Link or you can add it yourself.
 +
--[[User Talk:Bembelimen|bembelimen]] 16:53, 27 July 2008 (UTC)
 +
== Edit Contents ==
== Edit Contents ==
Hi do you have any ideas how we could allow public writing AND avoid spamming?
Hi do you have any ideas how we could allow public writing AND avoid spamming?
--[[User Talk:Bembelimen|bembelimen]] 14:06, 25 July 2008 (UTC)
--[[User Talk:Bembelimen|bembelimen]] 14:06, 25 July 2008 (UTC)
 +
:Hi, if you see (fresh) spam links in a content, it's better to delete the whole content and recover the whole history without the spamlink edit. So we avoid, that we give backlinks for such spammers. --[[User Talk:Bembelimen|bembelimen]] 15:47, 26 January 2010 (UTC)
== Categories ==
== Categories ==
Line 12: Line 18:
Best regards
Best regards
--[[User Talk:Bembelimen|bembelimen]]
--[[User Talk:Bembelimen|bembelimen]]
 +
 +
== Code Highlighting ==
 +
 +
=== pre tag ===
 +
 +
<source highlight="2,4,6" lang="cpp">
 +
class MyClass
 +
{
 +
    int aMember;
 +
    char anotherMember;
 +
 +
    void function();
 +
}
 +
</source>
 +
 +
=== div with line numbers ===
 +
 +
<source line start="1" highlight="2,4,6" lang="cpp">
 +
class MyClass
 +
{
 +
    int aMember;
 +
    char anotherMember;
 +
 +
    void function();
 +
}
 +
</source>
 +
 +
=== other example ===
 +
 +
<source highlight="2-6" lang="cpp">
 +
class MyClass
 +
{
 +
    int aMember;
 +
    char anotherMember;
 +
 +
    void function();
 +
}
 +
</source>

Current revision as of 15:47, 26 January 2010

Contents

Templates to borrow

Yep, we can use it. You can give me the Link or you can add it yourself. --bembelimen 16:53, 27 July 2008 (UTC)

Edit Contents

Hi do you have any ideas how we could allow public writing AND avoid spamming? --bembelimen 14:06, 25 July 2008 (UTC)

Hi, if you see (fresh) spam links in a content, it's better to delete the whole content and recover the whole history without the spamlink edit. So we avoid, that we give backlinks for such spammers. --bembelimen 15:47, 26 January 2010 (UTC)

Categories

Hi Mikademus

I added some of your contents to the The Remake Project Category

Best regards --bembelimen

Code Highlighting

pre tag

class MyClass
{    int aMember;
    char anotherMember; 
    void function();}

div with line numbers

  1. class MyClass
  2. {
  3.     int aMember;
  4.     char anotherMember;
  5.  
  6.     void function();
  7. }

other example

class MyClass
{    int aMember;    char anotherMember;     void function();}
Personal tools
communication