View source for Module:WPSHIPS utilities
MyWikiBiz, Author Your Legacy — Wednesday June 04, 2025
Jump to navigationJump to searchYou do not have permission to edit this page, for the following reasons:
You can view and copy the source of this page.
require('Module:No globals')
local get_args = require ('Module:Arguments').getArgs;
local styles = require ('Module:WPMILHIST Infobox style'); -- infobox css
local data = mw.loadData ('Module:WPSHIPS utilities/data');
local namespace = mw.title.getCurrentTitle().namespace; -- used for categorization
local error_map = { -- [1] is error message; [2] is error category
['synonymous'] = {'has synonymous parameter', 'Pages using infobox ship with synonymous parameters'};
}
--[[--------------------------< M A K E _ E R R O R _ M S G >--------------------------------------------------
assembles an error message from message text, help link, and error category.
]]
local function make_error_msg (msg, cat, no_cat)
local out = {};
local category;
000
1:0
Templates used on this page:
Return to Module:WPSHIPS utilities.