Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Module:Documentation/config: Difference between revisions

Content added Content deleted
(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
Cookies help us deliver our services. By using our services, you agree to our use of cookies.