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) {
+
if (mwCustomEditButtons) {  
 
 
   mwCustomEditButtons[mwCustomEditButtons.length] = {
 
   mwCustomEditButtons[mwCustomEditButtons.length] = {
 
     "imageFile": "http://images.wikia.com/central/images/7/74/Button_comment.png",
 
     "imageFile": "http://images.wikia.com/central/images/7/74/Button_comment.png",
Linha 9: Linha 8:
 
     "tagClose": " -->",
 
     "tagClose": " -->",
 
     "sampleText": "Insert comment here"}
 
     "sampleText": "Insert comment here"}
  }
+
}

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

#footer {display:none}

if (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"}
}