Difference between revisions of "Design.rythm"
Jump to navigation
Jump to search
| (81 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 12: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)