Jump to content

Template:Chapter Navigation: Difference between revisions

From Oera Linda Wiki
No edit summary
No edit summary
Line 2: Line 2:
<templatedata>
<templatedata>
{
{
  "description": "This template is used to Insert chapter navigation for normal and alternative reading order.",
"description": "This template is used to Insert chapter navigation for normal and alternative reading order.",
  "params": {
"params": {
        "normal": {
"normal": {
            "label": "Next Chapter in Normal order",
"label": "Next Chapter in Normal order",
            "type": "wiki-page-name",
"type": "wiki-page-name",
            "required": true,
"required": true,
            "description": "Input the title of the next chapter to read in normal order"
"description": "Input the title of the next chapter to read in normal order"
                  },
},
        "alternative": {
"alternative": {
            "label": "Next Chapter in Alternative order",
"label": "Next Chapter in Alternative order",
            "type": "wiki-page-name",
"type": "wiki-page-name",
            "required": true,
"description": "Input the title of the next chapter to read in alternative order"
            "description": "Input the title of the next chapter to read in alternative order"
}
                      }
}
            }
}
}
</templatedata>
</templatedata>
</noinclude>
</noinclude>
==Continue Reading==
==Continue Reading==
>>> [[{{{normal}}}]]
>>> [[{{{normal}}}]] {{#if:alternative |- Alternative Order: [[{{{alternative}}}]]|}}
 
In alternative Order: [[{{{alternative}}}]]

Revision as of 00:38, 17 July 2022

This template is used to Insert chapter navigation for normal and alternative reading order.

Template parameters[Edit template data]

ParameterDescriptionTypeStatus
Next Chapter in Normal ordernormal

Input the title of the next chapter to read in normal order

Page namerequired
Next Chapter in Alternative orderalternative

Input the title of the next chapter to read in alternative order

Page nameoptional

Continue Reading

>>> [[{{{normal}}}]] - Alternative Order: [[{{{alternative}}}]]