Módulo:Hatnote/uso: Diferenzas entre revisións

Contido eliminado Contido engadido
m Bot: Substitución automática de texto (-Categoría:Módulos +Categoría:Wikipedia:Módulos); cambios estética
Xqbot (conversa | contribucións)
m Bot: Reemplace la etiqueta obsoleta <source> y el parámetro "enclose" [https://lists.wikimedia.org/pipermail/wikitech-ambassadors/2020-April/002284.html]
 
Liña 6:
=== Funcións ===
;hatnote
<sourcesyntaxhighlight lang="lua">
mHatnote._hatnote(s, options)
</syntaxhighlight>
</source>
 
;Format link
<sourcesyntaxhighlight lang="lua">
mHatnote._formatLink(link, display)
</syntaxhighlight>
</source>
 
;Format pages
<sourcesyntaxhighlight lang="lua">
mHatnote.formatPages(...)
</syntaxhighlight>
</source>
 
;Format page tables
<sourcesyntaxhighlight lang="lua">
mHatnote.formatPageTables(...)
</syntaxhighlight>
</source>
 
;Find namespace id
<sourcesyntaxhighlight lang="lua">
mHatnote.findNamespaceId(link, removeColon)
</syntaxhighlight>
</source>
 
;Make wikitext error
 
<sourcesyntaxhighlight lang="lua">
mHatnote.makeWikitextError(msg, helpLink, addTrackingCategory)
</syntaxhighlight>
</source>
 
<includeonly>