17,273
edits
mNo edit summary |
(transclude from main namespace) |
||
Line 190: | Line 190: | ||
:css( 'right', '15px' ) | :css( 'right', '15px' ) | ||
:wikitext( '[' .. tostring( mw.uri.fullUrl( template, { action = 'edit' } ) ) .. ' [edit]]' ) | :wikitext( '[' .. tostring( mw.uri.fullUrl( template, { action = 'edit' } ) ) .. ' [edit]]' ) | ||
content:wikitext( '\n' .. mw.getCurrentFrame():expandTemplate{ title = template } ) | content:wikitext( '\n' .. mw.getCurrentFrame():expandTemplate{ title = ':' .. template } ) | ||
else | else | ||
content:wikitext( '\n' .. self.content ) -- newline is needed for tables, lists, etc. | content:wikitext( '\n' .. self.content ) -- newline is needed for tables, lists, etc. |