MediaWiki:BITPlan.rythm: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| 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 08: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(){
}