close
Sayahna Sayahna
Search

View source for Module:Multiple issues


You do not have permission to edit this page, for the following reason:

The action you have requested is limited to users in the group: Users.


You can view and copy the source of this page.

-- This powers {{multiple issues}}.
p = {}
-- Constants
local yesno = require('Module:Yesno')
local getArgs = require('Module:Arguments').getArgs
local lang = mw.language.getContentLanguage()
function generateOutput(frame, data)
local text = [=[<table class="collapsible%s" style="width:95%%; background:transparent;">
<tr><th style="text-align:left; padding:0.2em 2px 0.2em 0;">This %s has multiple issues. <span style="font-weight: normal;">Please help '''[%s improve it]''' or discuss these issues on the '''[[%s|talk page]]'''.</span></th></tr>
<tr><td>%s</td></tr></table>]=]
text = mw.ustring.format(text, data.collapsed, data.section, data.editlink, data.talkpage, data.contents)
local args = {
name = 'Multiple issues',
doc = 'no',
subst = '<includeonly>{{subst:</includeonly><includeonly>substcheck}}</includeonly>',
class = 'ambox-multiple_issues compact-ambox',
type = 'content',
text = text
הההההההההההההההההההההההההההההההההההההההההההההההההה
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
000
1:0
Debug console
* The module exports are available as the variable "p", including unsaved modifications. * Precede a line with "=" to evaluate it as an expression or use print(). Use mw.logObject() for tables. * Use mw.log() and mw.logObject() in module code to send messages to this console.

Return to Module:Multiple issues.