User:M. Lucretius Agricola

From NovaRoma
(Difference between revisions)
Jump to: navigation, search
m
m (clean out the old testing stuff)
Line 6: Line 6:
 
I'm a [[NovaRoma:WikiMagisters|Wikimagister]] here. If you have an "issue", please leave a note at [[NovaRoma:Admin_Requests]].
 
I'm a [[NovaRoma:WikiMagisters|Wikimagister]] here. If you have an "issue", please leave a note at [[NovaRoma:Admin_Requests]].
  
The school year in Japan starts on the April kalends. This year I am starting a new full-time post, so I won't have much time for wiki things until the next school holiday. More than that, I'll be offline while I move to a new apartment, get the phone turned on and get broadband hooked up. I should be back by the May kalends.
+
I have a full-time university teaching post, so I won't have much time for wiki things until the next school holiday. More than that, I'll be offline while I move to a new apartment, get the phone turned on and get broadband hooked up.  
  
[http://www.novaroma.org/civitas/album?id=7619 My Album Gentium page] has more ways to contact me. I've also been lurking sometimes on the [[Market Day (Nova Roma)|Nova Roma chat]]. Even if it says I'm away, I might just be on another screen.
+
[http://www.novaroma.org/civitas/album?id=7619 My Album Gentium page] has more ways to contact me.  
  
 
</div>
 
</div>
 
==Technical things==
 
 
Check the [[Special:Version|Mediawiki version]]
 
 
Read the docs for [http://meta.wikimedia.org/wiki/ParserFunctions ParserFunctions]
 
 
{{{{LOCALMONTHABBREV}} {{LOCALDAY}}}}
 
 
To do:
 
 
# Complete the [[NovaRoma:Help files|Help files]].
 
# Look at all the style sheets and make sure they all work together properly.
 
# Add to the [[Latin phrasebook]].
 
# Try to automate a nundinal calendar.
 
 
 
<span style="color:#800000">==This is my testing area==</span>
 
 
The DOY is {{ #time: z }}.
 
 
The number in the nundinal cycle (0 - 7) is {{ #expr: {{ #time: z }} mod 8 }}.
 
 
The nundinal letter today is {{#switch: {{ #expr: {{ #time: z }} mod 8 }} | 0=A | 1=B | 2=C | 3=D | 4=E | 5=F | 6=G | 7=H }}.
 
 
A message will appear between the lines on Market Day and the day before Market Day.
 
----
 
{{ #ifeq: {{ #switch: {{ #expr: {{ #time: z }} mod 8 }} | 0=A | 1=B | 2=C | 3=D | 4=E | 5=F | 6=G | 7=H }} | {{marketday}} | Today is [[Market Day (Nova Roma)|Market Day]] | | }} {{ #ifeq: {{ #switch: {{ #expr: {{ #time: z | +1 days }} mod 8 }} | 0=A | 1=B | 2=C | 3=D | 4=E | 5=F | 6=G | 7=H }} | {{marketday}} | Tomorrow is [[Market Day (Nova Roma)|Market Day]] | | }}
 
----
 
 
The nundinal letter this year is {{marketday}}, which is 
 
{{ #switch:"{{marketday}}"|"A"=0|"B"=1|"C"=2|"D"=3|"E"=4|"F"=5|"G"=6|"H"=7|X}}
 
in the 0 - 7 cycle.
 
 
In progress:
 
 
{{ #expr: {{ #switch:"{{marketday}}"|"A"=0|"B"=1|"C"=2|"D"=3|"E"=4|"F"=5|"G"=6|"H"=7|X}} - {{ #expr: {{ #time: z }} mod 8 }} }} days until Market Day.
 
 
A message will appear between the lines on Market Day and the day before Market Day.
 
----
 
{{ #switch:{{ #expr: {{ #switch:"{{marketday}}"|"A"=0|"B"=1|"C"=2|"D"=3|"E"=4|"F"=5|"G"=6|"H"=7|X}} - {{ #expr: {{ #time: z }} mod 8 }} }}| 0=Today is [[Market Day (Nova Roma)|Market Day]]| 1=Tomorrow is [[Market Day (Nova Roma)|Market Day]]| }}
 
----
 
 
==Automatic nundinal calendar==
 
 
===Template version===
 
 
<nowiki>{{Hoc nundinum}}</nowiki> in a portal frame.
 
 
{|cellpadding="0" border="0" width="100%" align="center"
 
|-
 
 
|width="100%" colspan="2"|{{PortalBox | title=Portal for X | content=
 
Overview of this topic in general.
 
}}
 
 
|-
 
|width="50%" valign="top"|
 
{{PortalBox | title=X in Roma Antiqua | content=
 
Short description of this topic in ancient Rome.
 
}}
 
 
 
|valign="top"|
 
{{PortalBox | title=Nova Roma Calendar | content=
 
<div align="center">Hodiernus dies {{{{LOCALMONTHABBREV}} {{LOCALDAY}}}} {{{{CURRENTYEAR}} }} est.</div>
 
<div style="border:thin solid #000090">{{Hoc nundinum|LanguageCode=}}</div>
 
Nundinum "'''{{marketday}}'''" est. [[Fasti MMDCCLX#{{#switch: {{#time:n}}| 1=IANVARIVS| 2=FEBRVARIVS| 3=MARTIVS| 4=APRILVS| 5=MAIVS| 6=IVNIVS| 7=QVINTILIS| 8=SEXTILIS| 9=SEPTEMBER| 10=OCTOBER| 11=NOVEMBER| 12=DECEMBER}}|More...]]
 
}}
 
 
|}
 
 
 
===Experimental version===
 
 
 
{| cellpadding=5 cellspacing=0 style="background:#ffffaa;border:medium groove #800000"
 
|+
 
|- style="background:#ffffff"
 
| {{ #time: j }}
 
| {{{{ #time: M j }} }}
 
| {{#switch: {{ #expr: {{ #time: z }} mod 8 }} | 0=A | 1=B | 2=C | 3=D | 4=E | 5=F | 6=G | 7=H }}
 
| {{Fasti {{ #time: M j }} }}
 
|-
 
| {{ #time: j | + 1 days}}
 
| {{{{ #time: M j | + 1 days }} }}
 
| {{#switch: {{ #expr: {{ #time: z | + 1 days}} mod 8 }} | 0=A | 1=B | 2=C | 3=D | 4=E | 5=F | 6=G | 7=H }}
 
| {{Fasti {{ #time: M j | + 1 days }} }}
 
|- style="background:#ffffff"
 
| {{ #time: j | + 2 days}}
 
| {{{{ #time: M j | + 2 days }} }}
 
| {{#switch: {{ #expr: {{ #time: z | + 2 days}} mod 8 }} | 0=A | 1=B | 2=C | 3=D | 4=E | 5=F | 6=G | 7=H }}
 
| {{Fasti {{ #time: M j | + 2 days }} }}
 
|-
 
| {{ #time: j | + 3 days}}
 
| {{{{ #time: M j | + 3 days }} }}
 
| {{#switch: {{ #expr: {{ #time: z | + 3 days}} mod 8 }} | 0=A | 1=B | 2=C | 3=D | 4=E | 5=F | 6=G | 7=H }}
 
| {{Fasti {{ #time: M j | + 3 days }} }}
 
|- style="background:#ffffff"
 
| {{ #time: j | + 4 days}}
 
| {{{{ #time: M j | + 4 days }} }}
 
| {{#switch: {{ #expr: {{ #time: z | + 4 days}} mod 8 }} | 0=A | 1=B | 2=C | 3=D | 4=E | 5=F | 6=G | 7=H }}
 
| {{Fasti {{ #time: M j | + 4 days }} }}
 
|-
 
| {{ #time: j | + 5 days}}
 
| {{{{ #time: M j | + 5 days }} }}
 
| {{#switch: {{ #expr: {{ #time: z | + 5 days}} mod 8 }} | 0=A | 1=B | 2=C | 3=D | 4=E | 5=F | 6=G | 7=H }}
 
| {{Fasti {{ #time: M j | + 5 days }} }}
 
|- style="background:#ffffff"
 
| {{ #time: j | + 6 days}}
 
| {{{{ #time: M j | + 6 days }} }}
 
| {{#switch: {{ #expr: {{ #time: z | + 6 days}} mod 8 }} | 0=A | 1=B | 2=C | 3=D | 4=E | 5=F | 6=G | 7=H }}
 
| {{Fasti {{ #time: M j | + 6 days }} }}
 
|-
 
| {{ #time: j | + 7 days}}
 
| {{{{ #time: M j | + 7 days }} }}
 
| {{#switch: {{ #expr: {{ #time: z | + 7 days}} mod 8 }} | 0=A | 1=B | 2=C | 3=D | 4=E | 5=F | 6=G | 7=H }}
 
| {{Fasti {{ #time: M j | + 7 days }} }}
 
|- style="background:#ffffff"
 
| {{ #time: j | + 8 days}}
 
| {{{{ #time: M j | + 8 days }} }}
 
| {{#switch: {{ #expr: {{ #time: z | + 8 days}} mod 8 }} | 0=A | 1=B | 2=C | 3=D | 4=E | 5=F | 6=G | 7=H }}
 
| {{Fasti {{ #time: M j | + 8 days }} }}
 
|}
 
 
==older==
 
 
View a list of the [[{{CURRENTYEAR}}|current magistrates]].
 
 
It is now {{{{CURRENTYEAR}} }}.
 
 
{{HistoricalDocument}}
 
 
(Not really, just testing a template.)
 
 
Today is {{{{CURRENTMONTHABBREV}} {{CURRENTDAY}}}} {{{{CURRENTYEAR}} }}
 
 
===Bookinfo===
 
 
 
{{Bookinfo
 
| title=Archaeology from the Earth
 
| author=M. Wheeler
 
| date=Reprint 2004
 
| publisher=Mad House
 
| ISBN=8121511372
 
| comment=Originally published in 1954, still a classic on the topic of stratigraphic excavation methods.
 
| name=[[User:M. Lucretius Agricola|Agricola]]
 
}}
 

Revision as of 23:09, 30 August 2007

Template:M. Lucretius Agricola

CIV-Marcus Lucretius Agricola.jpg
Salve!

I'm a Wikimagister here. If you have an "issue", please leave a note at NovaRoma:Admin_Requests.

I have a full-time university teaching post, so I won't have much time for wiki things until the next school holiday. More than that, I'll be offline while I move to a new apartment, get the phone turned on and get broadband hooked up.

My Album Gentium page has more ways to contact me.

Personal tools