सामग्री पर जाएँ

मॉड्यूल:Navbar

From वर्ल्डपीडिया, the free encyclopedia
Arsait (वार्ता | योगदान) द्वारा परिवर्तित ०४:३२, २५ फ़रवरी २०२५ का अवतरण (Created page with "local p = {} function p.main(frame) local output = '<div class="navbar">' output = output .. '<a href="/wiki/Main_Page" class="navbar-item">Home</a>' output = output .. '<a href="/wiki/Help:Contents" class="navbar-item">Help</a>' output = output .. '<a href="/wiki/Special:RecentChanges" class="navbar-item">Recent Changes</a>' output = output .. '</div>' return output end return p")

लुआ त्रुटि मॉड्यूल:TNT में पंक्ति 159 पर: Missing JsonConfig extension; Cannot load https://commons.wikimedia.org/wiki/Data:I18n/Uses TemplateStyles.tab। This is a Lua implementation of {{Navbar}}. It is used in Module:Navbox.


local p = {}

function p.main(frame)
    local output = '<div class="navbar">'
    output = output .. '<a href="/wiki/Main_Page" class="navbar-item">Home</a>'
    output = output .. '<a href="/wiki/Help:Contents" class="navbar-item">Help</a>'
    output = output .. '<a href="/wiki/Special:RecentChanges" class="navbar-item">Recent Changes</a>'
    output = output .. '</div>'
    return output
end

return p