Module:links: Difference between revisions

Jump to navigation Jump to search
ਕੋਈ ਸੋਧ ਸਾਰ ਨਹੀਂ
No edit summary
No edit summary
Line 22: Line 22:
function export.full_link(data, face)
function export.full_link(data, face)
local link = export.language_link(data)
local link = export.language_link(data)
if face and face ~= "" then
link = require("Module:formatting").wrap_face(link, data.language, face or "nil")
link = require("Module:formatting").wrap_face(link, data.language, face)
end
local extras = export.link_extras(data)
local extras = export.link_extras(data)
if extras then
if extras then

Navigation menu