Powered by Foswiki, The Free and Open Source Wiki
Log in Register

Development

Recent Changes

Extension Developer Guide
14 November 2025 | Michael Daum
RethinkingTopicInteraction
12 November 2025 | Michael Daum
Reduce $dollar
05 November 2025 | Michael Daum
Let's add !NatEdit to the core
02 November 2025 | Michael Daum
WysiwygTaskTeam
02 November 2025 | Michael Daum
Macros should observe the following syntax:
macro ::= '%' macro_name [ argList ] '%' ;
argList ::= '{' args '}' ;
args ::= cheat_args | well_formed_args ;
cheat_args ::= any string not including the substring '}%' ;
well_formed_args ::= [ default_arg ] ( spaces named_arg )* ;
default_arg ::= double_quoted_string ;
named_arg ::= arg_name '=' double_quoted_string ;
macro_name ::= /[A-Z][A-Z:_0-9]*/ ;
arg_name ::= /[a-zA-Z0-9_]*/ ;
spaces ::= /[\n\t ]+/ ;
Meta-syntax:
::= introduces a production
; terminates a production
'%' indicates a literal
| separates alternatives
[ ... ] indicates an optional construct
( ... )+ indicates "one or more of"
( ... )* indicates "zero or more of"
/.../ indicates a regular expression

Data form

Edit form

BasicForm

Topic Title
TopicClassification DeveloperDocumentation
TopicSummary
InterestedParties

Attachments ($count)

Show options
Search: Sort by: Results per page:
0 attachment(s)
The copyright of the content on this website is held by the contributing authors, except where stated elsewhere.
See Copyright Statement · Legal Imprint · Privacy Policy
This website is using cookies. More info. That's Fine

AltStyle によって変換されたページ (->オリジナル) /