Module:Documentation/config: Difference between revisions

Jump to navigation Jump to search
Content deleted Content added
make this more readable
don't reuse values as it causes errors if the order is changed
Line 267: Line 267:
-- cfg.docLinkDisplay
-- cfg.docLinkDisplay
-- The text to display when linking to the /doc subpage.
-- The text to display when linking to the /doc subpage.
cfg.docLinkDisplay = '/' .. cfg.docSubpage
cfg.docLinkDisplay = '/doc'


----------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------
Line 320: Line 320:


-- cfg.printLinkDisplay
-- cfg.printLinkDisplay
-- The text to display when linking to the /doc subpage.
-- The text to display when linking to the /Print subpage.
cfg.printLinkDisplay = '/' .. cfg.printSubpage
cfg.printLinkDisplay = '/Print'


-- cfg.printBlurb
-- cfg.printBlurb