1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-04-20 10:13:31 +02:00

Clean up :map help.

This commit is contained in:
Doug Kearns
2009-05-30 17:25:42 +10:00
parent 64a9c9554c
commit 494cfc6e84
2 changed files with 143 additions and 125 deletions

View File

@@ -28,10 +28,12 @@ LOGO=<div style="text-align: center;"><span class="vimperator-logo"></span></div
\[!\]=<span class="argument">&#91;!&#93;</span>
[macros]
# heading:Page{nbsp}Heading[tag1,tag2]
# heading:Title[tag1,tag2]
(?su)(?<!\S)[\\]?\|(?P<attrlist>.+?)\|(?!\+)=heading
# section:Introduction[tag1,tag2]
# section:Title[tag1,tag2]
(?su)(?<!\S)[\\]?\|(?P<attrlist>.+?)\|(?!\+)=section
# subsection:Title[tag1,tag2]
(?su)(?<!\S)[\\]?\|(?P<attrlist>.+?)\|(?!\+)=subsection
# help:helptext[href]
(?su)(?<!\S)[\\]?\|(?P<attrlist>.+?)\|(?!\+)=help
@@ -62,6 +64,18 @@ LOGO=<div style="text-align: center;"><span class="vimperator-logo"></span></div
</tr>
</table>
[subsection-inlinemacro]
<table style="border-bottom: 1px solid silver; width: 100%">
<tr style="width: 100%">
<td style="width: 50%"><{outfile@.*all.html:h4:h3}>{target}</{outfile@.*all.html:h4:h3}></td>
<td style="width: 50%">
{3? <a id="{3}"/><span class="tag">{3}</span>}
{2? <a id="{2}"/><span class="tag">{2}</span>}
{1? <a id="{1}"/><span class="tag">{1}</span>}
</td>
</tr>
</table>
[help-inlinemacro]
<a href="chrome://liberator/locale/{1}">{target}</a>