View source for Module:London Gazette util
Jump to navigation
Jump to search
You do not have permission to edit this page, for the following reason:
You can view and copy the source of this page.
-- this module is created to support {{London Gazette}}
require('strict')
local getArgs = require('Module:Arguments').getArgs
local span_open = '<span style="font-size:100%; font-weight:normal" class="error">';
local code_open = '<code style="color:inherit; border:inherit; padding:inherit;">';
local help_link = ' ([[Template:London Gazette#Error messages|help]])';
local supp_error = mw.ustring.format ('%sinvalid %s|supp=</code>%s</span>', span_open, code_open, help_link);
local duplicate_page_error = mw.ustring.format (' %smore than one of %s|page=</code> and %s|pages=</code>%s</span>', span_open, code_open, code_open, help_link);
local p = {}
--[[--------------------------< I S _ S E T >------------------------------------------------------------------
Whether variable is set or not. A variable is set when it is not nil and not empty.
]]
local function is_set( var )
000
1:0
Template used on this page:
Return to Module:London Gazette util.