[wiki-lenny/local/parser/Portail.py] modification de syntaxe pour les portails
darcs-hash:20081207190826-bd074-54c538346226023b9795162ac1c1ecf32058cfd9.gz
This commit is contained in:
parent
4fb657e4ff
commit
d29a380e65
3 changed files with 11 additions and 11 deletions
|
@ -261,6 +261,9 @@ class FormatterBase:
|
|||
def crans_box(self, title, content, color=None):
|
||||
raise NotImplementedError
|
||||
|
||||
def crans_portal(self, entries):
|
||||
raise NotImplementedError
|
||||
|
||||
# Paragraphs, Lines, Rules ###########################################
|
||||
|
||||
def linebreak(self, preformatted=1):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue