Module:Documentation: Difference between revisions
No edit summary |
mNo edit summary |
||
| Line 94: | Line 94: | ||
body:wikitext( '[[Category:Documentation pages]]' ) | body:wikitext( '[[Category:Documentation pages]]' ) | ||
end | end | ||
body:wikitext( mw.getCurrentFrame():extensionTag{ name = "templatestyles", args = { src = 'Documentation/styles.css' } } ) | |||
return body | return body | ||
end | end | ||
| Line 224: | Line 226: | ||
end | end | ||
return mw.getCurrentFrame():extensionTag | return mw.getCurrentFrame():extensionTag{ name = "templatestyles", args = { src = 'Documentation/styles.css' } } .. tostring( body ) .. tostring( anchor ) | ||
end | end | ||
return p | return p | ||