پودمان:Shortcut: تفاوت میان نسخهها
use module:list for plainlist, move templatestyles to module space
Wikinoor.ir (بحث | مشارکتها) جز (۱ نسخه واردشده) |
fa>Izno (use module:list for plainlist, move templatestyles to module space) |
||
خط ۷۷: | خط ۷۷: | ||
local root = mw.html.create() | local root = mw.html.create() | ||
root:wikitext(frame:extensionTag{ name = 'templatestyles', args = { src = 'Shortcut/styles.css'} }) | root:wikitext(frame:extensionTag{ name = 'templatestyles', args = { src = 'Module:Shortcut/styles.css'} }) | ||
-- Anchors | -- Anchors | ||
local anchorDiv = root | local anchorDiv = root | ||
خط ۱۰۳: | خط ۱۰۳: | ||
local shortcutList = root | local shortcutList = root | ||
:tag('div') | :tag('div') | ||
:addClass('module-shortcutboxplain | :addClass('module-shortcutboxplain noprint') | ||
:attr('role', 'note') | :attr('role', 'note') | ||
if options.float and options.float:lower() == 'left' then | if options.float and options.float:lower() == 'left' then | ||
خط ۱۱۷: | خط ۱۱۷: | ||
:wikitext(shortcutHeading) | :wikitext(shortcutHeading) | ||
end | end | ||
local | |||
local ubl = require('Module:List').unbulleted(listItems) | |||
shortcutList:wikitext(ubl) | |||
return tostring(root) | return tostring(root) | ||
end | end |