Menu:

The lexicon plugin

With the lexicon plugin you can easy exmplate special words. The lexicon plugin can:

↑ Installation  #

Create a lexicon plugin page, use:

  • PyLucid admin menu -> create content -> new plugin page

↑ Create new lexicon entries  #

Use:

  • PyLucid admin menu -> create content -> new lexicon entry

↑ change lexicon "summary" page  #

Change the lexicon "summary" PluginPage output (The list of all lexicon terms with a short description):

CSS
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
/* ----------------------------------------------------------------------------
   lexicon
------------------------------------------------------------------------------- */
.PyLucidPlugins.lexicon dt {
  padding-top: 2em;
}
.PyLucidPlugins.lexicon dd {
  padding-top: 0.5em;
}
.PyLucidPlugins.lexicon .admin_links {
  float: right;
}
tag navi css | customise | help | lexicon | plugin
Fork me on GitHub