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