Module:Excerpt/doc: Difference between revisions
From Bonkipedia
[[mw:]]>Sophivorus No edit summary |
ManfredoDo (talk | contribs) m (1 revision imported: Module Import) |
(No difference)
|
Latest revision as of 18:20, 12 November 2022
Warning: | Do not edit. This page is maintained by an automated tool. All edits should be done at mediawiki.org. (translate this warning) Please help translate this page. |
Uses Lua: |
This module implements Template:Excerpt.
- See Template:Excerpt for documentation on the template parameters
- See Module:Excerpt/config for configuration of this module
- See c:Data:I18n/Module:Excerpt.tab for localizing this module
Usage
Basic usage is:
{{#invoke:Excerpt|main}}
To localize the parameters to other languages and/or set default values, use the following pattern:
{{#invoke:Excerpt|main | files = {{{archivos|1}}} <!-- "archivos" means "files" in Spanish; set 1 as the default value --> | lists = {{{listas|}}} <!-- "listas" means "lists" in Spanish --> | tables = {{{tablas|}}} <!-- "tablas" means "tables" in Spanish --> | only = {{#switch:{{{solo|}}} <!-- "solo" means "only" in Spanish --> | listas = lists <!-- Notice the translation comes first here --> | tablas = tables }} }}
See es:Template:Extracto for an example of a full localization with default values and other possibilities.