User talk:Johnrdorazio: Difference between revisions
Content deleted Content added
Johnrdorazio (talk | contribs) No edit summary |
Johnrdorazio (talk | contribs) Tags: Mobile edit Mobile web edit |
||
(4 intermediate revisions by the same user not shown) | |||
Line 3: | Line 3: | ||
If you have any questions or need help when creating or editing an article, please feel free to contact me and we can try to work out any issues. Just click on [https://en.seminaverbi.bibleget.io/w/index.php?title=User_talk:Johnrdorazio&action=edit§ion=new Add topic] here on top. |
If you have any questions or need help when creating or editing an article, please feel free to contact me and we can try to work out any issues. Just click on [https://en.seminaverbi.bibleget.io/w/index.php?title=User_talk:Johnrdorazio&action=edit§ion=new Add topic] here on top. |
||
== Test audio |
== Test audio file == |
||
[[File:Twelve_bar_boogie-woogie_blues_in_C.mid]] |
|||
[[File:Twelve bar boogie-woogie blues in C.mid]] |
|||
== Test Score tag == |
== Test Score tag == |
||
Line 336: | Line 335: | ||
print(fact(a)) |
print(fact(a)) |
||
</syntaxhighlight> |
</syntaxhighlight> |
||
== Test using MobileDetect within Template == |
|||
{{Template:MobileDetect|I am a '''Desktop''' device.|I am a '''Mobile''' device.}} |
|||
{{Template:MobileDetect|I am a not a '''Mobile''' device!|I am not a '''Desktop''' device!}} |
Latest revision as of 15:57, August 26, 2024
Here's a place to discuss this online encyclopedia with me
If you have any questions or need help when creating or editing an article, please feel free to contact me and we can try to work out any issues. Just click on Add topic here on top.
Test audio file
Test Score tag
Test Score tag in raw lilypond format, with title
Test syntax highlighting
Javascript:
let jsV = "Javascript variable";
let jsObj = {
item: "First item"
}
PHP
$myVar = "PHP variable";
$myVarUpper = strtoupper($myVar);
LUA
-- defines a factorial function
function fact (n)
if n == 0 then
return 1
else
return n * fact(n-1)
end
end
print("enter a number:")
a = io.read("*number") -- read a number
print(fact(a))
Test using MobileDetect within Template
I am a Desktop device.
I am a Mobile device.
I am a not a Mobile device!
I am not a Desktop device!