View source for Module:Chat options
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.
-- <pre>
local p = {}
local hasc = require('Module:Paramtest').has_content
local tooltips = require('Module:Tooltip')
function p.main(frame)
local args = frame:getParent().args
local items = {}
local i = 1
while hasc(args[i]) do
local item = mw.text.trim(args[i])
local key
local tooltip
if item:lower() == 'accept' then
key = '✓'
tooltip = '[Accept Quest]'
elseif item:lower() == 'any' or item == '~' then
000
1:0
Templates used on this page:
- Template:DependencyList (view source)
- Template:Documentation (view source)
- Template:No documentation (view source)
- Template:PageType (view source)
- Module:Array (view source)
- Module:Chat options/doc (view source)
- Module:DPLlua (view source)
- Module:DependencyList (view source)
- Module:Documentation (view source)
- Module:Paramtest (view source)
- Module:Tooltip (view source)
- Module:Yesno (view source)
Return to Module:Chat options.