Module:Navbar: Difference between revisions
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" Tags: Mobile edit Mobile web edit |
m 1 revision imported from enwiki:Module:Navbar Tags: Mobile edit Mobile web edit |
(No difference)
|