2 # Converts variant of MediaWiki to DocBook
5 func open_section
(tag
) {
11 func close_section
() {
14 print "</"stack
[stack_i
]">"
25 if (block_state
!= "") {
26 print "</"block_state
">"
32 if (block_state
!= s
) {
51 open_section
("section")
52 print "<title>"$
0"</title>"
59 open_section
("section")
60 print "<title>"$
0"</title>"
67 open_section
("chapter")
68 print "<title>"$
0"</title>"
73 gsub("\\[\\[", "<ulink url=\"")
75 gsub("]]", "</ulink>")