Module:Navbox: Revision history

From Space Station 14 Wiki

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

17 September 2024

  • curprev 13:0113:01, 17 September 2024Aliser talk contribs 15,259 bytes −55 wip
  • curprev 12:5512:55, 17 September 2024Aliser talk contribs 15,314 bytes +15,314 Created page with "-- source: https://support.wiki.gg/wiki/Module:Navbox local p = {} local getArgs -- lazily initialized local args local format = string.format local function get_title_arg(is_collapsible, template) local title_arg = 1 if is_collapsible then title_arg = 2 end if template then title_arg = 'template' end return title_arg end local function add_link(link_description, ul, is_mini, font_style) local l if link_description.url then l = {'[', '', ']'} else l = {'[['..."