Template:Intro to: Difference between revisions

Content deleted Content added
moved exercise to TemplateStyles
top: bypass redirect
 
Line 17:
<div class="introto__columns-left-button">
{{#ifeq:{{{prev|true}}}|true
|{{Clickable button 2
|{{{prevlink|Help:Introduction}}}
|{{{prevtext|<< Back to tutorials menu}}}
Line 35:
| <!----- if next subpage exists then go to that ----->
{{-}}
<div style="float: right;">{{Clickable button 2
|{{{nextsubpage|{{FULLROOTPAGENAME}}/{{#iferror:{{#expr:{{SUBPAGENAME}}+1}}|1|{{#expr:{{SUBPAGENAME}}+1}}}}}}}
|Next >>
Line 42:
| <!----- if next subpage empty then back to main help page ----->
<div style="float: left;"> {{#ifeq:{{{sandbox|true}}}|true
|{{Clickable button 2
|Draft:Sandbox
|Test what you've learned in the sandbox}}
Line 48:
{{-}}<br />
<div style="float: right;">{{#ifeq:{{{next|true}}}|true
|{{Clickable button 2
|{{{nextlink|Help:Introduction}}}
|{{{nexttext|Back to the tutorials menu >>}}}
Line 56:
{{#ifexist:{{{prevsubpage|{{FULLROOTPAGENAME}}/{{#expr:{{SUBPAGENAME}}-1}}}}}
| <!----- if previous subpage exists then include a back button ----->
<div style="float: left;">{{Clickable button 2
|{{{prevsubpage|{{FULLROOTPAGENAME}}/{{#iferror:{{#expr:{{SUBPAGENAME}}-1}}|1|{{#expr:{{SUBPAGENAME}}-1}}}}}}}
|<< Back}}</div>