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 implements {{italic title}}.
require('strict')
local libraryUtil = require('libraryUtil')
local checkType = libraryUtil.checkType
local checkTypeForNamedArg = libraryUtil.checkTypeForNamedArg
local yesno = require('Module:Yesno')
--------------------------------------------------------------------------------
-- ItalicTitle class
--------------------------------------------------------------------------------
local ItalicTitle = {}
do
----------------------------------------------------------------------------
-- Class attributes and functions
-- Things that belong to the class are here. Things that belong to each
-- object are in the constructor.
----------------------------------------------------------------------------
000
1:0
Templates used on this page:
- Template:High-risk (view source)
- Template:High-use (view source)
- Template:Lua (view source)
- Template:Module other (view source)
- Template:Module rating (view source)
- Template:Ombox (view source)
- Template:Template link (view source)
- Template:Tl (view source)
- Module:High-use (view source)
- Module:Italic title/doc (view source)
- Module:Lua banner (view source)
- Module:Message box (view source)
Return to Module:Italic title.