Attachment 'wikiconfig2.py'
Download 1 # standard buttons in the iconbar for classic theme
2 page_iconbar = ["edit", "view", "diff", "info", "subscribe", "quicklink", "attach", "print", ]
3
4 # classic theme big icons
5 page_icons_table = {
6 # key querystr dict alt-text icon-key
7 'edit': ({'action': 'edit'}, _("Edit"), "edit-big"),
8 'view': ({'action': 'refresh'}, _("View / Refresh"), "view-big"),
9 'diff': ({'action': 'diff'}, _("Show latest changes"), "diff-big"),
10 'info': ({'action': 'info'}, _("History / Page properties"), "info-big"),
11 'unsubscribe': ({'action': 'subscribe'}, _("UnSubscribe"), "unsubscribe-big"),
12 'subscribe': ({'action': 'subscribe'}, _("Subscribe"), "subscribe-big"),
13 'delquicklink': ({'action': 'quicklink'}, _("Delete quicklink"), "delquicklink-big"),
14 'addquicklink': ({'action': 'quicklink'}, _("Add quicklink"), "addquicklink-big"),
15 'attach': ({'action': 'AttachFile'}, _("Add/Manage files"), "attach-big"),
16 'print': ({'action': 'print'}, _("Print"), "print-big"),
17 }
Attached Files
To refer to attachments on a page, use attachment:filename, as shown below in the list of files. Do NOT use the URL of the [get] link, since this is subject to change and can break easily.You are not allowed to attach a file to this page.