Home
Random
Log in
Settings
About Bronze and Iron: An Andal Invasions AGOT Roleplay Project
Disclaimers
Bronze and Iron: An Andal Invasions AGOT Roleplay Project
Search
Editing
Module:Ul
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.
Anti-spam check. Do
not
fill this in!
local getArgs = require('Module:Arguments').getArgs local p = {} function p.main(frame) local args = getArgs(frame) local class = args['class'] local style = args['style'] local ul = mw.html.create('ul') if class ~= nil then ul:addClass(class) end if class ~= nil then ul:cssText(style) end for _, v in ipairs(args) do if v then ul:tag('li'):wikitext(v) end end return tostring(ul) end return p
Summary:
Please note that all contributions to Bronze and Iron: An Andal Invasions AGOT Roleplay Project are considered to be released under the Creative Commons Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) (see
Bronze and Iron An Andal Invasions AGOT Roleplay Project:Copyrights
for details). If you do not want your writing to be edited mercilessly and redistributed at will, 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.
Do not submit copyrighted work without permission!
Cancel
Editing help
(opens in new window)
Template used on this page:
Module:Ul/doc
(
edit
)