View source for Module:Ref
From Halopedia, the Halo wiki
You do not have permission to edit this page, for the following reason:
You can view and copy the source of this page.
local utils = require( 'Module:Utils' )
local arguments = require( 'Module:Arguments' )
--------------------------------------------------------------------------------
------------------------------- PRIVATE FUNCTIONS ------------------------------
--------------------------------------------------------------------------------
--[[[
Constructs a reference with the given text, using the provided parser frame, ref
id and group.
@param frame - object - The current parser frame
@param id - string - The id to give to the reference
@param group - string - The group to include the reference in
@param text - string - The text of the reference
@return wikitext - the constructed reference
]]
function makeRef( frame, id, group, text )
if utils.empty( text ) then
000
1:0
Templates used on this page:
- Template:* (view source) (protected)
- Template:Doc (view source) (protected)
- Template:Doc/Module (view source)
- Template:VDE (view source) (protected)
- ModuleDoc:Ref (edit)
- Module:Doc (view source)
- Module:Ref (view source)
- Module:Utils (view source)
Return to Module:Ref.