Difference between revisions of "User talk:Ctsolakis"
From crtc.cs.odu.edu
(→collapse text) |
(→collapse text) |
||
Line 14: | Line 14: | ||
:{| class="toccolours collapsible collapsed" width="60%" style="text-align:left" | :{| class="toccolours collapsible collapsed" width="60%" style="text-align:left" | ||
+ | ! title | ||
+ | |- | ||
| test | | test | ||
|} | |} |
Revision as of 15:15, 10 August 2018
Contents
collapse text
https://www.mediawiki.org/w/index.php?title=Manual:Collapsible_elements
<!-- overflow:auto; to fix collapsed display, because the toggle link has float:right; -->
<div class="toccolours mw-collapsible" style="width:400px; overflow:auto;">
This text is collapsible. test text
</div>
This text is collapsible. test text
title test
collapse tables
{| class="mw-collapsible mw-collapsed wikitable"
! The header || remains visible
|-
| This content || is hidden
|-
| at first || load time
|}
The header | remains visible |
---|---|
This content | is hidden |
at first | load time |
Extension SyntaxHighlight test
https://www.mediawiki.org/wiki/Extension:SyntaxHighlight
def quickSort(arr):
less = []
pivotList = []
more = []
if len(arr) <= 1:
return arr
else:
pass
template<typename Fn, Fn fn, typename... Args>
typename std::result_of<Fn(Args...)>::type
wrapper(Args&&... args) {
return fn(std::forward<Args>(args)...);
}
#define WRAPPER(FUNC) wrapper<decltype(&FUNC), &FUNC>
cite extension test
[https://www.mediawiki.org/wiki/Extension:Cite#Usage]
The Sun is pretty big.[1] The Moon, however, is not so big.[2]