Difference between revisions of "Module:SandboxShortCode"
Jump to navigation
Jump to search
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
-- aString Some examples for punctuation:<, >, \\ // ' " | -- aString Some examples for punctuation:<, >, \\ // ' " .. ... | ||
function p.greek_letter() | function p.greek_letter() | ||
cf = mw.getCurrentFrame() | cf = mw.getCurrentFrame() | ||
-- aString = "< | -- aString = "<h1>\\" .. mw.allToString(cf.args[1]) .. "</h1>" | ||
str = mw.getCurrentFrame().args[1] | str = mw.getCurrentFrame().args[1] | ||
aString = cf:preprocess(" | aString = cf:preprocess("firstStr"..str.."secondStr") | ||
return aString | return aString | ||
end | end |
Latest revision as of 06:52, 11 January 2022
Documentation for this module may be created at Module:SandboxShortCode/doc