Module:Documentation/config: Difference between revisions

don't reuse values as it causes errors if the order is changed
en>Mr. Stradivarius
(make this more readable)
en>Mr. Stradivarius
(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
Anonymous user