Module:Documentation/config: Difference between revisions
AZMindroma (talk | contribs) Created page with "---------------------------------------------------------------------------------------------------- -- -- Configuration for Module:Documentation -- -- Here you can set the values of the parameters and messages used in Module:Documentation to -- localise it to your wiki and your language. Unless specified otherwise, values given here -- should be string values. ---------------------------------------------------------------------------------..." |
AZMindroma (talk | contribs) Removed some wikilinks that I dont think we'll add |
||
| Line 139: | Line 139: | ||
-- cfg['transcluded-from-blurb'] | -- cfg['transcluded-from-blurb'] | ||
-- Notice displayed when the docs are transcluded from another page. $1 is a wikilink to that page. | -- Notice displayed when the docs are transcluded from another page. $1 is a wikilink to that page. | ||
cfg['transcluded-from-blurb'] = 'The above | cfg['transcluded-from-blurb'] = 'The above documentation is transcluded from $1.' | ||
--[[ | --[[ | ||
| Line 147: | Line 147: | ||
-- display cfg['create-link-display']. | -- display cfg['create-link-display']. | ||
--]] | --]] | ||
cfg['create-module-doc-blurb'] = 'You might want to $1 a documentation page for this | cfg['create-module-doc-blurb'] = 'You might want to $1 a documentation page for this Scribunto module.' | ||
---------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------- | ||