Tous les journaux publics
Affichage combiné de tous les journaux disponibles sur Uness Cardiologie. Vous pouvez personnaliser l’affichage en sélectionnant le type de journal, le nom d’utilisateur ou la page concernée (ces deux derniers étant sensibles à la casse).
- 23 mars 2023 à 10:58 Samuel Boudet discussion contributions a créé la page Modèle:Helpbox/doc (Page créée avec « {{Documentation subpage}} <includeonly>{{Intricate template}}</includeonly> {{uses TemplateStyles|Template:Helpbox/styles.css}} {{Generic template demo |title |group1 |list1 |group2 |list2 |list3={{longitem|{{{list3}}}<br/>''without {{{group3}}}''}} |list4=''ditto'' {{{list4}}} |group5<!--={{longitem|{{{group5}}}<br/>{{nobold|''without {{{list5}}}''}}}}--> |group6 |list6={{{list6}}}<br/>''...... etc ......'' |group20 |list20}} This template allows a help-related... »)
- 23 mars 2023 à 10:52 Samuel Boudet discussion contributions a créé la page Modèle:Helpbox (Page créée avec « <includeonly>{{Sidebar | name = {{#if:{{{templatename|}}} |{{{templatename}}} |{{{name|{{PAGENAME}}}}} }} | templatestyles = Template:Helpbox/styles.css | child templatestyles = {{{child templatestyles|}}} | float = {{{float|}}} | class = help-box noprint {{{class|{{{bodyclass|}}}}}} | style = {{{1|}}} | titlestyle = {{{titlestyle|}}} | title = {{{title|{{{name|}}}}}} | headingstyle = {{{headingstyle|}}} | heading1 = {{{group1|}}} | content1 = {{{list1|}}} |... »)
- 23 mars 2023 à 10:16 Samuel Boudet discussion contributions a créé la page Modèle:Physiologie/Physiopathologie de l'activité électrique cardiaque (Page créée avec « {{Sidebar with collapsible lists | name = Physiologie/Physiopathologie de l'activité électrique cardiaque | listclass = hlist | titlestyle = padding-bottom:0.4em; | title = Physiologie/Physiopathologie de l'activité électrique cardiaque | headingstyle = background:#c5d5a5; | expanded = {{{expanded|{{{1|}}}}}} | list1title = Fundamentals | list1 = * Geodesy * Geodynamics * Geomatics * History | list2title = Concepts |... »)
- 23 mars 2023 à 10:14 Samuel Boudet discussion contributions a créé la page Instructions création de page (Page créée avec « {{Sidebar with collapsible lists | name = Geodesy | listclass = hlist | titlestyle = padding-bottom:0.4em; | title = Geodesy | image = 120px | headingstyle = background:#c5d5a5; | expanded = {{{expanded|{{{1|}}}}}} | list1title = Fundamentals | list1 = * Geodesy * Geodynamics * Geomatics * History | list2title = Concepts | list2 = * Geographical distance * Geoid *... »)
- 22 mars 2023 à 14:35 Samuel Boudet discussion contributions a créé la page Modèle:Plainlist/styles.css (Page créée avec « {{pp-template|small=yes}} : .plainlist ol, .plainlist ul { line-height: inherit; list-style: none; margin: 0; padding: 0; Reset Minerva default : } .plainlist ol li, .plainlist ul li { margin-bottom: 0; } »)
- 22 mars 2023 à 14:34 Samuel Boudet discussion contributions a créé la page Module:Sidebar/styles.css (Page créée avec « {{pp-template}} : TODO: Invert width design to be "mobile first" : .sidebar { TODO: Ask if we should have max-width 22em instead : width: 22em; @noflip : float: right; @noflip : clear: right; @noflip : margin: 0.5em 0 1em 1em; background: #f8f9fa; border: 1px solid #aaa; padding: 0.2em; text-align: center; line-height: 1.4em; font-size: 88%; border-collapse: collapse; /* Timeless has display: none on .nomobile at mobile res... »)
- 22 mars 2023 à 14:33 Samuel Boudet discussion contributions a créé la page Modèle:Hlist/styles.css (Page créée avec « {{pp-protected|reason=match parent|small=yes}} : * hlist styles are defined in core and Minerva and differ in Minerva. The * current definitions here (2023-01-01) are sufficient to override Minerva * without use of the hlist-separated class. The most problematic styles were * related to margin, padding, and the bullet. Check files listed at * MediaWiki talk:Common.css/to do#hlist-separated : /* * TODO: When the majority of readership supports... »)
- 22 mars 2023 à 14:33 Samuel Boudet discussion contributions a créé la page Module:Navbar/styles.css (Page créée avec « {{pp|small=yes}} : .navbar { display: inline; font-size: 88%; font-weight: normal; } .navbar-collapse { float: left; text-align: left; } .navbar-boxtext { word-spacing: 0; } .navbar ul { display: inline-block; white-space: nowrap; line-height: inherit; } .navbar-brackets::before { margin-right: -0.125em; content: '[ '; } .navbar-brackets::after { margin-left: -0.125em; content: ' ]'; } .navbar li { word-spacing: -0.125em; } .navbar a > sp... »)
- 22 mars 2023 à 14:32 Samuel Boudet discussion contributions a créé la page Module:Exponential search (Page créée avec « -- This module provides a generic exponential search algorithm. requirestrict local checkType = require('libraryUtil').checkType local floor = math.floor local function midPoint(lower, upper) return floor(lower + (upper - lower) / 2) end local function search(testFunc, i, lower, upper) if testFunc(i) then if i + 1 == upper then return i end lower = i if upper then i = midPoint(lower, upper) else i = i * 2 end return search(testFunc... »)
- 22 mars 2023 à 14:32 Samuel Boudet discussion contributions a créé la page Module:TableTools (Page créée avec « ------------------------------------------------------------------------------------ -- TableTools -- -- -- -- This module includes a number of functions for dealing with Lua tables. -- -- It is a meta-module, meant to be called from other Lua modules, and should not -- -- be called directly from #invoke.... »)
- 22 mars 2023 à 14:31 Samuel Boudet discussion contributions a créé la page Module:Arguments (Page créée avec « -- This module provides easy processing of arguments passed to Scribunto from -- #invoke. It is intended for use by other Lua modules, and should not be -- called from #invoke directly. local libraryUtil = require('libraryUtil') local checkType = libraryUtil.checkType local arguments = {} -- Generate four different tidyVal functions, so that we don't have to check the -- options every time we call it. local function tidyValDefault(key, val) if type(val) == '... »)
- 22 mars 2023 à 14:30 Samuel Boudet discussion contributions a créé la page Module:Navbar/configuration (Page créée avec « return { ['templatestyles'] = 'Module:Navbar/styles.css', ['hlist_templatestyles'] = 'Hlist/styles.css', ['box_text'] = 'This box: ', -- default text box when not plain or mini ['title_namespace'] = 'Template', -- namespace to default to for title ['invalid_title'] = 'Invalid title ', ['classes'] = { -- set a line to nil if you don't want it ['navbar'] = 'navbar', ['plainlinks'] = 'plainlinks', -- plainlinks ['horizontal_list'] = 'hlist', -- horizo... »)
- 22 mars 2023 à 14:29 Samuel Boudet discussion contributions a créé la page Module:Navbar (Page créée avec « local p = {} local cfg = mw.loadData('Module:Navbar/configuration') local function get_title_arg(is_collapsible, template) local title_arg = 1 if is_collapsible then title_arg = 2 end if template then title_arg = 'template' end return title_arg end local function choose_links(template, args) -- The show table indicates the default displayed items. -- view, talk, edit, hist, move, watch -- TODO: Move to configuration. local show = {true, true, true, fals... »)
- 22 mars 2023 à 14:29 Samuel Boudet discussion contributions a créé la page Module:Sidebar/configuration (Page créée avec « return { i18n = { child_yes = 'yes', float_none = 'none', float_left = 'left', wrap_true = 'true', navbar_none = 'none', navbar_off = 'off', default_list_title = 'List', title_not_to_add_navbar = 'Template:Sidebar', collapse_title_not_to_add_navbar = 'Template:Sidebar with collapsible lists', templatestyles = 'Module:Sidebar/styles.css', hlist_templatestyles = 'Hlist/styles.css', plainlist_templatestyles = 'Plainlist/styles.css', catego... »)
- 22 mars 2023 à 14:28 Samuel Boudet discussion contributions a créé la page Module:Sidebar (Page créée avec « require('strict') local cfg = mw.loadData('Module:Sidebar/configuration') local p = {} local getArgs = require('Module:Arguments').getArgs --[[ Categorizes calling templates and modules with a 'style' parameter of any sort for tracking to convert to TemplateStyles. TODO after a long cleanup: Catch sidebars in other namespaces than Template and Module. TODO would probably want to remove /log and /archive as CS1 does ]] local function categorizeTemplatesWithInl... »)
- 22 mars 2023 à 14:25 Samuel Boudet discussion contributions a créé la page Modèle:Sidebar (Page créée avec « {{#invoke:Sidebar|sidebar}} »)
- 22 mars 2023 à 14:25 Samuel Boudet discussion contributions a créé la page Modèle:Sidebar with collapsible lists (Page créée avec « {{#invoke: Sidebar | collapsible }} »)
- 21 mars 2023 à 11:39 Samuel Boudet discussion contributions a créé la page Parcours 2ème année (Page créée avec « test ») Balise : Éditeur visuel
- 27 septembre 2022 à 14:43 Samuel Boudet discussion contributions a téléversé Fichier:Logo2.png
- 27 septembre 2022 à 14:43 Samuel Boudet discussion contributions a créé la page Fichier:Logo2.png
- 27 septembre 2022 à 11:57 Samuel Boudet discussion contributions a créé la page Test1 (Page créée avec « ggghh ») Balise : Éditeur visuel
- 22 juillet 2022 à 12:46 Samuel Boudet discussion contributions a créé la page MediaWiki:Sidebar (Page créée avec « * navigation ** mainpage|mainpage-description ** recentchanges-url|recentchanges ** randompage-url|randompage ** helppage|help-mediawiki * Parcours de formation ** Parcou… »)
- 22 juillet 2022 à 12:31 Samuel Boudet discussion contributions a téléversé Fichier:BDD-ECG.png
- 22 juillet 2022 à 12:31 Samuel Boudet discussion contributions a créé la page Fichier:BDD-ECG.png
- 22 juillet 2022 à 12:31 Samuel Boudet discussion contributions a téléversé Fichier:Encyclopedie.png
- 22 juillet 2022 à 12:31 Samuel Boudet discussion contributions a créé la page Fichier:Encyclopedie.png
- 22 juillet 2022 à 12:30 Samuel Boudet discussion contributions a créé la page Fichier:Parcours-formation.png
- 22 juillet 2022 à 12:29 Samuel Boudet discussion contributions a téléversé Fichier:Parcours-formation.png
- 22 juillet 2022 à 12:02 Samuel Boudet discussion contributions a créé la page MediaWiki:Common.css (Page créée avec « Le CSS placé ici sera appliqué à tous les habillages. : #ca-viewsource { display: none !important; } .flex { display: flex; flex-direction: row; fle… »)
- 22 juillet 2022 à 09:40 Samuel Boudet discussion contributions a modifié l’appartenance aux groupes de Sbtest, de (aucun) à enseignant
- 22 juillet 2022 à 09:39 Le compte d’utilisateur Sbtest discussion contributions a été créé par Samuel Boudet discussion contributions et le mot de passe a été envoyé par courriel (test)