forked from fyngyrz/aa_macro
-
Notifications
You must be signed in to change notification settings - Fork 0
/
qr_html.txt
53 lines (44 loc) · 1.29 KB
/
qr_html.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
[style h1 <h1>[b]</h1>]
[style h2 <h2>[b]</h2>]
[style # [comment [b]]]
[style page
<HTML>
<HEADER>
<TITLE>Macro() Quick Reference</TITLE>
</HEADER>
<BODY TEXT="#FFFFFF" BGCOLOR="#00000">
[b]
</BODY>
</HTML>
]
[style p [p [b]]]
[style b [b [b]]]
[style i [i [b]]]
[style tt <tt>[b]</tt>]
[style table [table [b]]]
[style table2 [table [b]]]
[style lb [color 0ff [lb]]]
[style rb [color 0ff [rb]]]
[style co [co]]
[style vb [vb]]
[style q "]
[local toggle 0]
[style ac
[local toggle [inc [v toggle]]]
[even [v toggle] 181818]
[odd [v toggle] 000000]
]
[style rezero [local toggle 0]]
[style bistyle
[splitcount 1][split ~,[b]][local tx [parm 1]]
[ifge style=rezero,[len [v tx]],1,[row [header colspan=2, ]][row [header bgcolor="#444444" colspan=2,[color 0ff [v tx]]]][nl]]
[row bgcolor="#{ac}",[splitcount 1][split |,[parm 0]][cell {tt {lb}[parm 0]{rb}}][cell [parm 1]]]
]
[style bxstyle
[splitcount 1][split ~,[b]][local tx [parm 1]]
[row [splitcount 1][split |,[parm 0]][cell {tt {lb}[parm 0]{rb}}][cell [parm 1]]]
]
[style c [b [color FF0 content]]]{# "content"}
[style cc [b [color FF0 [b]]]]{# content}
[style o [b [color f00 [b]]]]{# optional parameters}
[style r [b [color 0F0 [b]]]]{# required parameters}