MediaWiki:Menu.rythm: Difference between revisions
Jump to navigation
Jump to search
(Created page with "= Links = * {{Link|target=MediaWiki:Bootstrap.rythm}} * {{Link|target=MediaWiki:Form.rythm}} * https://www.w3schools.com/bootstrap/bootstrap_ref_comp_glyphs.asp = Rythm templ...") |
No edit summary |
||
| Line 13: | Line 13: | ||
} | } | ||
} | |||
@def showMenu(Menu menu) { | |||
} | } | ||
</source> | </source> | ||
[[Category:RythmTemplate]] | [[Category:RythmTemplate]] | ||
Revision as of 07:24, 9 November 2017
Links
- MediaWiki:Bootstrap.rythm
- MediaWiki:Form.rythm
- https://www.w3schools.com/bootstrap/bootstrap_ref_comp_glyphs.asp
Rythm template source
@// Rythm template for Bootstrap menu
@// field definitions
@def static {
// a menu
class Menu {
}
}
@def showMenu(Menu menu) {
}