Italiano English
Modifica History Actions

attachment:hi.py di test.ninux.org

Allegato "hi.py"

Scarica

   1 # Text highlighting (trivial)
   2 # Anyway:
   3 # Copyright (C) 2006 Claudio Pisa clauz atpleasedontspam ninux.org
   4 #
   5 # This program is free software; you can redistribute it and/or modify
   6 # it under the terms of the GNU General Public License as published by
   7 # the Free Software Foundation; either version 2 of the License, or
   8 # (at your option) any later version.
   9 #
  10 # This program is distributed in the hope that it will be useful,
  11 # but WITHOUT ANY WARRANTY; without even the implied warranty of
  12 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  13 # GNU General Public License for more details.
  14 # 
  15 # You should have received a copy of the GNU General Public License
  16 # along with this program; if not, write to the Free Software
  17 # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
  18 
  19 
  20 Dependencies = []
  21 
  22 def execute(macro, args):
  23 	style="background: yellow"
  24 	#style="background: lime"
  25 	#style="background: cyan"
  26 	#style="background: orange"
  27 
  28 	return ('<span style="%s">' % style) + args + '</span>'
  29 #execute

Nuovo allegato

File da caricare
Rinominare come
Sostituire un allegato dallo stesso nome
Di che colore era il cavallo bianco di Napoleone?

Allegati

Per riferirsi agli allegati di una pagina, usare attachment:NOME_FILE, come mostrato qui sotto nell'elenco degli allegati. NON usare l'URL che si trova in corrispondenza del collegamento [scarica], potrebbe cambiare in futuro.
  • [scarica | mostra] (2007-01-18 00:28:25, 0.0 KB) [[attachment:base.css]]
  • [scarica | mostra] (2007-01-18 00:28:41, 0.0 KB) [[attachment:common.css]]
  • [scarica | mostra] (2007-01-18 00:23:25, 0.8 KB) [[attachment:css.php]]
  • [scarica | mostra] (2007-01-18 00:26:39, 0.1 KB) [[attachment:ev0.py]]
  • [scarica | mostra] (2007-01-18 00:26:52, 0.1 KB) [[attachment:ev1.py]]
  • [scarica | mostra] (2007-01-18 00:27:20, 0.1 KB) [[attachment:ev2.py]]
  • [scarica | mostra] (2007-01-18 00:27:51, 0.1 KB) [[attachment:ev3.py]]
  • [scarica | mostra] (2007-01-31 15:45:47, 1.0 KB) [[attachment:hi.py]]