Alex
Created page with "local navbox = require('Module:Navbox') local VariablesLua = mw.ext.VariablesLua local p = {} -- Create a link the the varb/varp page with the text 'NAME(index)' local function generatePagelink(t) if t['Variable index'] and t['Variable name'] then return '*[['..t[1]..'|'..t['Variable name']..'('..t['Variable index']..')]]' end -- If missing any of the required SMW data, just return the pagelink return '*[['..t[1]..']]' end local function getRelatedVars(content)..."