Design.rythm: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| (99 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
= Links = | = Links = | ||
* {{Link|target=MediaWiki:Bootstrap.rythm}} | |||
* {{Link|target=MediaWiki:BITPlanStyle.rythm}} | |||
* {{Link|target=MediaWiki:BITPlan.rythm}} | |||
* {{Link|target=MediaWiki:Menu.rythm}} | |||
= Source = | = Source = | ||
<source lang='html4strict'> | <source lang='html4strict'> | ||
@// Rythm template for the WikiCMS approach | @// Rythm template for the WikiCMS approach | ||
@ | @include(wiki.MediaWiki.BITPlan.rythm) | ||
@BITPlanHeader(languageCode,title) | |||
<script src="http://q.bitplan.com/js/tagcanvas.min.js" type="text/javascript"></script> | |||
< | |||
</head> | </head> | ||
<body> | <body> | ||
@BITPlanMenu(de) | |||
<div class="container"> | |||
@(content) | |||
</div><!-- /.container --> | |||
@footer(de) | |||
</source> | </source> | ||
[[Category:RythmTemplate]] | |||
Latest revision as of 11:32, 6 July 2021
Links
Source
@// Rythm template for the WikiCMS approach
@include(wiki.MediaWiki.BITPlan.rythm)
@BITPlanHeader(languageCode,title)
<script src="http://q.bitplan.com/js/tagcanvas.min.js" type="text/javascript"></script>
</head>
<body>
@BITPlanMenu(de)
<div class="container">
@(content)
</div><!-- /.container -->
@footer(de)