Mudanças entre as edições de "MediaWiki:Common.css"

De WikiFenix
Ir para: navegação, pesquisa
Linha 1: Linha 1:
 
#footer {display:none}
 
#footer {display:none}
 +
 +
f (mwCustomEditButtons) {
 +
 +
  mwCustomEditButtons[mwCustomEditButtons.length] = {
 +
    "imageFile": "http://images.wikia.com/central/images/7/74/Button_comment.png",
 +
    "speedTip": "Comment visible only for editors",
 +
    "tagOpen": "<!-- ",
 +
    "tagClose": " -->",
 +
    "sampleText": "Insert comment here"}
 +
  }

Edição das 14h08min de 13 de janeiro de 2009

#footer {display:none}

f (mwCustomEditButtons) {
 
   mwCustomEditButtons[mwCustomEditButtons.length] = {
     "imageFile": "http://images.wikia.com/central/images/7/74/Button_comment.png",
     "speedTip": "Comment visible only for editors",
     "tagOpen": "<!-- ",
     "tagClose": " -->",
     "sampleText": "Insert comment here"}
  }