View source for Module:Forumlink
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.
local p = {}
local largs
--Keys must be lowercase
--Can override using same key as in types
local presets = {
npo = { domain = 'npowned.net', type = 'invision',
forum = 'forums/forum/%s/', topic = 'forums/topic/%s/', default = 'forums/' },
cn = { domain = 'forums.cybernations.net', type='invision' },
ns = { domain = 'forum.nationstates.net', type='phpbb' },
tsp = { domain = 'tspforums.xyz', type='mybb' },
tsparchive = { domain = 'archive.tspforums.xyz', type='mybbold' },
}
--Keys must be lowercase
--If parameters are numerical only, set sep to ''
local types = {
invision = {
sep = '-',
announcement = 'announcement/%s/',
000
1:0
Templates used on this page:
Return to Module:Forumlink.