Difference between revisions of "MediaWiki:BITPlan.rythm"
Jump to navigation
Jump to search
Line 2: | Line 2: | ||
= Rythm Template = | = Rythm Template = | ||
<source lang='html'> | <source lang='html'> | ||
− | @// | + | @// Rythm template for the WikiCMS approach |
− | @ | + | @include(wiki.MediaWiki.Bootstrap.rythm) |
− | + | @include(wiki.MediaWiki.BITPlanStyle.rythm) | |
− | + | @include(wiki.MediaWiki.Menu.rythm) | |
− | + | @// BITPlan header | |
− | + | @def BITPlanHeader(String languageCode, String title) { | |
− | + | @header(languageCode,title) | |
− | + | @bootstrap() | |
− | + | @style() | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | / | ||
− | |||
− | |||
− | |||
− | |||
} | } | ||
− | + | @// BITPlan menu | |
− | + | @def BITPlanMenu(){ | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | @// | ||
− | @def | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
} | } | ||
</source> | </source> | ||
[[Category:RythmTemplate]] | [[Category:RythmTemplate]] |
Revision as of 09:31, 9 November 2017
Links
Rythm Template
@// Rythm template for the WikiCMS approach
@include(wiki.MediaWiki.Bootstrap.rythm)
@include(wiki.MediaWiki.BITPlanStyle.rythm)
@include(wiki.MediaWiki.Menu.rythm)
@// BITPlan header
@def BITPlanHeader(String languageCode, String title) {
@header(languageCode,title)
@bootstrap()
@style()
}
@// BITPlan menu
@def BITPlanMenu(){
}