Module:Mapframe/doc
नेविगेशन पर जाएँ
खोज पर जाएँ
यह Module:Mapframe हेतु प्रलेख पृष्ठ है
On English Wikipedia, this module is called by साँचा:tlx, see that template's documentation for usage instructions.
Usage
- Standard usage
- Just use साँचा:tl, which passes its parameters to this module's साँचा:mono function.
- From another module
-
- Import this module, e.g.
local mf = require('Module:Mapframe')
- Pass a table of parameter names/values to the साँचा:mono function. See साँचा:tl documentation for parameter names and descriptions. E.g.
local mapframe = mf._main(parameters)
- Preprocess साँचा:mono's output before returning it, e.g.
return frame:preprocess(mapframe)
- Import this module, e.g.
Set up on another wiki
- Create template and module:
- Localise the module
- Edit the top bits of the module, between the comments
-- ##### Localisation (L10n) settings #####
and-- #### End of L10n settings ####
, replacing values between"
"
symbols with local values (when necessary)
- Edit the top bits of the module, between the comments
- Add documentation
- to the template (e.g. by translating Template:Maplink/doc, adjusting as necessary per any localisations made in the previous step)
- to the module (please transfer/translate these instructions so that wikimedians who read your wiki but not the English Wikipedia can also set up the module and template on another wiki).