Editing Module:Dict D'ni

From Guild of Archivists
Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.

The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.

Latest revision Your text
Line 75: Line 75:
         local output = ''
         local output = ''
         local sort = dnifont2ots(mw.ustring.sub(args['dnifont'],1,1))
         local sort = dnifont2ots(mw.ustring.sub(args['dnifont'],1,1))
         local pagename = string.upper(mw.title.getCurrentTitle().text)
         local pagename = string.uppper(mw.title.getCurrentTitle().text)
         if (mw.ustring.sub(pagename,1,1) == '-') then
         if (mw.ustring.sub(pagename,1,1) == '-') then
           pagename = mw.ustring.sub(pagename,2)
           pagename = mw.ustring.sub(pagename,2)
         end
         end


         output = output..'{{#vardefine:language|D\'ni}}{{#set: Lang=D\'ni }}'
         output = output..'{{#vardefine:language|D\'ni}}'
         output = output..'<h2>D\'ni</h2>\n'
         output = output..'<h2>==D\'ni==</h2>\n'
         output = output..'{{huge|<dni>{{#vardefineecho:dnifont|'..args['dnifont']..'}}</dni>}}\n'
         output = output..'{{huge|<dni>'..args['dnifont']..'</dni>}}\n'
         output = output..'<h3>Romanization</h3>\n'
         output = output..'<h3>Romanization</h3>\n'
         output = output..'* [[Dnifont]]: [[Dnifont::'..args['dnifont']..']]\n'
         output = output..'* [[Dnifont]]: [[Dnifont::'..args['dnifont']..']]\n'
         output = output..'* [[OTS]]: [[OTS::'..dnifont2ots(args['dnifont'])..']]\n'
         output = output..'* [[OTS]]: '..dnifont2ots(args['dnifont'])..'\n'
         output = output..'* [[NTS]]: [[NTS::'..dnifont2nts(args['dnifont'])..']] '
         output = output..'* [[NTS]]: '..dnifont2nts(args['dnifont'])..' '
         output = output..'[[Category:D\'ni words beginning with '..sort..']]'
         output = output..'[[Category:D\'ni words beginning with '..sort..']]\n'
         output = output..'[[Category:D\'ni words|'..sort..']]'
         output = output..'[[Category:D\'ni words|'..sort..']]'


Line 174: Line 174:


     return frame:preprocess(_dni_entry())
     return frame:preprocess(_dni_entry())
end
function p.smw_format_gloss(frame)
    -- If called via #invoke, use the args passed into the invoking template.
    -- Otherwise, for testing purposes, assume args are being passed directly in.
    if frame == mw.getCurrentFrame() then
        origArgs = frame:getParent().args
    else
        origArgs = frame
    end
   
    -- Parse the data parameters
    preprocessSingleArg(1)
    preprocessSingleArg(2)
    wordtype = string.lower(string.gsub(args[1],'.*#',''))
    if (string.find(args[2],"^",1,true) == nil) then
      glosses = args[2]
    elseif (args[2] == nil) then
      glosses = ""
    else
      glosses = '<ol class="hlist-ordered"><li>'..string.gsub(args[2],"%^","</li><li>").."</li></ol>"
    end
    glosses = string.gsub(string.gsub(glosses,'%[%[%s*[Cc]ategory%s*:.-%]%]', ''),"|","{{!}}")
    output = "''"..wordtype.."''.&nbsp;"..glosses
    return output  --frame:preprocess(_dni_entry())
end
function p.smw_format_dict_line(frame)
    -- If called via #invoke, use the args passed into the invoking template.
    -- Otherwise, for testing purposes, assume args are being passed directly in.
    if frame == mw.getCurrentFrame() then
        origArgs = frame:getParent().args
    else
        origArgs = frame
    end
   
    -- Parse the data parameters
    preprocessSingleArg(1) --word
    preprocessSingleArg(2) --dnifont
    preprocessSingleArg(3) --glosses
    output = "'''''[[Dictionary:"..args[1].."|"..mw.ustring.lower(args[1]).."]]'''''&nbsp;-&nbsp;<span class='dni'>"..args[2].."</span>&nbsp;- "..args[3]
    return output --frame:preprocess(output)
end
end


Please note that all contributions to Guild of Archivists may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see GoArch:Copyrights for details). Do not submit copyrighted work without permission!
Cancel Editing help (opens in new window)

Template used on this page: