Difference between revisions of "Template:Chapter navigation"

From Venlo Samenwerkingswijzer
 
(17 intermediate revisions by the same user not shown)
Line 3: Line 3:
 
It should be called in the following format:
 
It should be called in the following format:
 
<pre>
 
<pre>
{{Chapter navigation
+
{{Chapter navigation}}
}}
 
 
</pre>
 
</pre>
 
Edit the page to see the template text.
 
Edit the page to see the template text.
Line 11: Line 10:
 
# Setting values
 
# Setting values
  
--->{{#vardefineecho:@section|{{#ask:[[Item::{{PAGENAME}}]] [[Belongs to section::+]]|?Belongs to section=|link=none|mainlabel=-|headers=plain|limit=1}} }}<!---
+
--->{{#vardefine:@topic|{{BASEPAGENAME}} }}<!---
 +
--->{{#vardefine:@section|{{#ask:[[Item::{{PAGENAME}}]] [[Belongs to section::+]]|?Belongs to section=|link=none|mainlabel=-|headers=plain|limit=1}} }}<!---
 +
--->{{#vardefine:@section is topic|{{#ifeq:{{#var:@section}}|{{#var:@topic}}|yes|no}} }}<!---
  
 
# Body
 
# Body
  
---><div class="panel panel-default" style="padding: 1.5em;">
+
---><div class="panel panel-default" style="background-color: #f6f6f6; padding: .5em;">
<h4>{{#var:@section}}</h4>
+
<div class="row">
 +
<div class="col-xs-10">
 +
{{#switch:{{#var:@section is topic}}
 +
|yes=<big>[[{{#var:@topic}}]]</big>
 +
|no=<big>[[{{#var:@topic}}]]</big>
 +
<h5 style="padding-left: .5em">[[{{#var:@topic}}#{{#var:@section}}|{{#var:@section}}]]</h5>
 +
}}
 +
</div>
 +
<div class="col-xs-2" style="text-align:right">{{Fa|compass fa-2x|Style=color:grey;}}</div>
 +
</div>
 
<div class="row">
 
<div class="row">
 
<div class="col-md-12">
 
<div class="col-md-12">
{{#ask: [[Item ordened in::{{BASEPAGENAME}}]] [[Belongs to section::{{#var:@section}}]]
+
{{#ask: [[Item ordened in::{{#var:@topic}}]] [[Belongs to section::{{#var:@section}}]]
 
|?Item
 
|?Item
 
|?Item ordened in
 
|?Item ordened in

Latest revision as of 12:33, 9 November 2016

This is the "Chapter navigation" template. It should be called in the following format:

{{Chapter navigation}}

Edit the page to see the template text.